π Core Idea
Sometimes exponential data is vertically translated β the output values don't show a proportional pattern at first. By adding or subtracting a constant, we can reveal the hidden proportional growth and write the exponential equation.
The Key Idea
If you can add or subtract a constant k from the output values so that the adjusted outputs are proportional over equal-length input intervals, then the original function is exponential.
For each table, find the constant to add/subtract to reveal proportional growth, then write the equation.
| x | f(x) | f(x) β 1 |
|---|---|---|
| 0 | 7 | 6 |
| 1 | 13 | 12 |
| 2 | 25 | 24 |
| 3 | 49 | 48 |
| 4 | 97 | 96 |
| x | g(x) | g(x) + 2 |
|---|---|---|
| 0 | 2 | 4 |
| 1 | 10 | 12 |
| 2 | 34 | 36 |
| 3 | 106 | 108 |
| 4 | 322 | 324 |
| x | h(x) | h(x) + 1 |
|---|---|---|
| 0 | 63 | 64 |
| 1 | 31 | 32 |
| 2 | 15 | 16 |
| 3 | 7 | 8 |
| 4 | 3 | 4 |
Two Ways to Build a Model f(x) = abx
An exponential model can be constructed if given either:
2. Two input-output pairs β set up two equations and solve for a and b
βοΈ Example 2 β Two Input-Output Pairs
Fans in a stadium: F(t) = a(b)t. There are 47 fans at t = 2 min and 2602 fans at t = 20 min.
F(20) = a(b)20 = 2602
Divide the second equation by the first to eliminate a, then solve for b. Use a calculator's ExpReg (exponential regression) to verify.
βοΈ Example 3 β Non-Integer Inputs
g(x) = abx with g(3) = 21.54 and g(8) = 3.62.
g(8) = ab8 = 3.62
Solving: a β 62.80, b β 0.70
The natural number e is often used as the base in exponential functions that model real-world contextual scenarios.
βοΈ Example 4 β Working with e
Bacteria: B(t) = 17e0.31t
A(0) = B(0) β a Β· b0 = 17e0 β a = 17
(b) AROC from t = 1 to t = 7:
[B(7) β B(1)] / (7 β 1) β 20.95
(c) When is B(t) = 1000?
t β 13.14 hours
βοΈ Example 5 β Deer Population
50 deer introduced; population grows 13% per year. D(t) = a Β· bt
D(t) = 50 Β· (1.13)t
(b) After 6 years: D(6) = 50(1.13)6 β 104.1 deer
(c) When does D(t) = 5000? t β 37.68 years
(d) Rewrite in months: D(t) = 50 Β· (1.13)t/12