Identify the "a" value and "b" value from the exponential equation you would get from the points (1, 10.5) and (4, 283.5)?
1 Answer
Aug 13, 2018
or if you prefer:
Explanation:
An exponential function can be described by the formula:
#f(x) = ae^(bx)#
for some constants
So from the two given points, we have:
#{ (10.5 = ae^b), (283.5 = ae^(4b)) :}#
So:
#3^3 = 27 = 283.5/10.5 = (ae^(4b))/(ae^b) = (e^b)^3#
Assuming we are only interested in real-valued functions of real numbers, this means that:
#3 = e^b#
and hence
Then:
#a = 10.5/e^b = 10.5/3 = 7/2#
So
#f(x) = 7/2 e^(x ln 3)#
If you prefer, this is simply:
#f(x) = 7/2 3^x#