Question 883723
An exponential equation is given by
(1) y = a*(e^(bx))
Our job is to find the values of the constants a and b, given that the curve passes through two points of (x,y).
All we do is to form two equations based on the two points and solve them simultaneously for a and b.
First put (x,y) = (0,-3) into (1) to get
(2) -3 = a*(e^(b*0)) or
(3) -3 = a*(e^(0)) or since e^0 = 1 we have
(4) a = -3
Now we have
(5) y = -3*(e^(bx))
Now put the second point (4,-48) into (5) and get
(6) -48 = -3*(e^(4b)) or
(7) (e^(4b)) = (-48)/(-3) or
(8) e^(4b) = 16
Now take the ln of both sides of (8) to get
(9) 4bln(e) = ln(16) or since ln(e) = 1 we have
(10) 4b = ln(16) or
(11) b = ln(16)/4 or 
(12) b = ln(2) giving
(13) y = -3*(e^((ln2)x)) which simplifies to
(14) y = -3*(2^x) because e^ln2 = 2
Answer: y = -3*(2^x)
Check your answer. Is y = -48 when x = 4?
Is (-48 = -3*2^4))?
Is (-48 = -3*16)?
Is (-48 = -48)? Yes