How do you determine the formula for the graph of an exponential function given (0,2) and (3,1)?

1 Answer
Sep 25, 2016

I found: y(x)=2e0.231x

Explanation:

Let us start with the general form of an exponential function:
y(x)=Aekx
where A and k are two constants we need to evaluate.
We use the coordinates of the points into the general expression to find the two constants:

First : x=0andy=2 getting:
y(0)=Ae0k that must be equal to 2
or:
Ae0k=2
Ae0=2
A1=2
so that A=2

Second : x=3andy=1 getting:
y(3)=Ae3k that must be equal to 1;
we know from the previous step that A=2 so:
y(3)=2e3k=1
and so:
2e3k=1
e3k=12
take the natural log of both sides:
ln(e3k)=ln(12)
rearranging:
3k=ln(12)
and:
k=0.231

Finally our function will be:

y(x)=2e0.231x

Graphically:
graph{2e^(-0.231x) [-10, 10, -5, 5]}