Standard form for an exponential function is f(x) = a·bx , where a is the y-intercept of the graph (and represents the initial value or amount) and b is the base number, where b > 0, and controls the rate of growth or decay. We have an exponential growth function when b > 1 , and exponential decay when 0 < b < 1.
So what we need is a number for b and a number for a in order to write the equation.
Given two points, we will always solve first for b in the following way:
Using f(4): - 32 = a·b4
Using f(1): - 4 = a·b1
Dividing the top equation by the bottom, left side by left side and right side by right, gives 8 = b3.
So b = 2. Substituting b = 2 into either equation above gives a = -2.
f(x) = - 2·2x
Btw, this method of solving is analogous to finding geometric means in a geometric sequence:
Find the geometric sequence in which a1 = -4 and a4 = - 32: -4 , ____ , ____ , -32 , ...
For a geometric sequence, an = a1·rn-1 so - 32 = -4·r3 and r = 2.