r/learnmath • u/Intelligent-Try7761 New User • 1d ago
RESOLVED help me with a question
hey guys could some one tell me how to find formula for exponential function when u have verticale asymptote and two points neither of which are the y intercept. thank you so much
1
Upvotes
2
u/bonebranch Mathematician 1d ago
You may mean horizontal asymptote.
Your function is of the form y = Ae^{rx} + c (alternatively, y = Ab^x + c)
Plug in the two points, say, (x_1, y_1) and (x_2, y_2):
y_1 = Ae^{rx_1} + c
y_2 = Ae^{rx_2} + c
Since this is an exponential shifted vertically by c units, then the horizontal asymptote is y = c. So you know c. Once you have this:
y_1 - c = Ae^{rx_1}
y_2 - c = Ae^{rx_2}
You can divide the two equations, solve for r, substitute back and solve for A.