An exponential function is a mathematical function in which the variable appears in the exponent:
\[f(x) = a \cdot b^x\] where: if: b > 1
the function represents exponential growth; if : 0 < b < 1
it represents exponential decay.
Explanation:
Exponential functions grow or decay at a rate proportional to their current value. That means the larger
the value of 𝑥, the faster the function grows (or decays). This is different from linear functions,
which grow at a constant rate.
\(x\) | \(f(x)=a⋅b^x\) |
---|---|
-1 | \(2⋅3^{−1}=0.666\) |
0 | \(2.1=2\) |
1 | \(2.3 =6\) |
2 | \(2.9=18\) |
This is exponential growth because the output increases rapidly.
\(x\) | \(f(x)\) |
---|---|
0 | 100 |
1 | 50 |
2 | 25 |
3 | 12.5 |
This is exponential decay.
If a population grows at a constant percentage rate, it follows an exponential function. $$ P(t) = P_0 \cdot (1 + r)^t $$ where, \(P_0\) is initial population, 𝑟 is growth rate.
Example:
A town has 10,000 people in 2020. It grows at 3% per year. What will the population be in 2025?
Solution:
Formula:
$$ P(t) = P_0 \cdot (1 + r)^t $$
where,
P(5) = 10,000 × (1 + 0.03)5 = 11,592.74
Answer: 11,593 people
$$ N(t) = N_0 \cdot e^{-kt} $$ where \(N_0\) is the initial amount, 𝑘 is a constant.
Example:
100g of a substance decays at 12% per year. How much remains after 3 years?
Solution:
Formula:
$$ N(t) = N_0 \cdot e^{-kt} $$
\(P(t)\) is the population after \(t\) years.
where
N(3) = 100 × (0.88)3 = 68.15
Answer: 68.15 grams
$5,000 at 5% annual interest, compounded quarterly, over 6 years: formula: $$ A = P(1 + \frac{r}{n})^{nt} $$ where,
A = 5000 × (1 + 0.05/4)24 = 6,744.25
Answer: $6,744.25
Starts with 200 bacteria, doubles every 4 hours. How many after 12 hours?
Formula (doubling time)
$$ N(t) = N_0 \cdot 2^{\frac{t}{T}} $$
Where,
N(12) = 200 × 23 = 1,600
Answer: 1,600 bacteria
A car worth $25,000 depreciates at 15% per year. What is the value after 4 years?
Formula:
$$ V(t) =V_0 \cdot (1 - r)^t $$
Where,
V(t) = 25,000 × (0.85)4 = 13,050.16
Answer: $13,050.16
The natural exponential function is a special exponential function where the base is the mathematical constant (e), approximately equal to (2.718). Its general form is:
\(f(x) = e^x\)Here, \(x\) is the exponent, and \(e\) is the base. The natural exponential function is particularly important in mathematics because it arises naturally in many contexts involving growth, decay, or rates of change.
Key properties include:
Applications include compound growth, radioactive decay, and phenomena in physics and engineering.
Note: The natural exponential function beautifully describes processes involving continuous change, whether growth or decay.