Question 549870: How do I make the equation y=ab^x with two points, (5,4) and (7,9)?
Found 2 solutions by stanbon, Alan3354: Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! How do I make the equation y=ab^x with two points,
(5,4) and (7,9)?
--------------------
Solve for a and b:
Using (7,9) you get 9 = ab^7
---
Using (5,4) you get 4 = ab^5
--------------------------------
Divide the lower into the higher equation:
(9/4) = b^2
b = 3/2
------------------------
Substitute for "b" and solve for "a":
9 = ab^7
9 = a(3/2)^7
---
a = 9/(3/2)^7 = 0.5267
------------------------------
Equation:
y = (0.5267)(3/2)^x
=========================
Cheers,
Stan H.
=========================
Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! How do I make the equation y=ab^x with two points, (5,4) and (7,9)?
----------
4 = a*b^5
9 = a*b^7
----------
log(4) = log(a) + 5log(b)
log(9) = log(a) + 7log(b)
--------------------------- Subtract
log(4/9) = -2log(b) = 1/log(b^2)
b^2 = 9/4
b = 3/2
------------
4 = a*b^5 = a*(3/2)^5
a = 4*(2/3)^5
a = 128/243
-----------
y = (128/243)*(3/2)^x
|
|
|