
Chad W. answered 02/02/22
Experienced and Professional Tutor on a Bicycle
Set up your system of equations.
18=a*b^1
648=a*b^3
I would divide the two equations.
648/18 = (ab^3)/(ab)
Simplify.
36 = b^2
b = ±6
(b should be positive for continuous exponential curve)
Plug into the first equation to determine a.
18 = a(6)^1
a = 3
So, the curve is described by y=3*6^x.... or y = 3·(6)x
The following Python code would draw the curve. I can't seem to embed an image though...
Emma B.
Thank you so much02/02/22