🟣 Exponential Functions
Explore rapid growth and decay! Master exponential functions and their real-world applications in science, finance, and more.
🚀 Understanding Exponential Functions
An exponential function is a function where the variable appears as an exponent. It is written in the form:
$$f(x)=a\cdot b^x$$
Components
- $a$ is the initial value (the value when $x=0$)
- $b$ is the base (the constant growth or decay factor)
- $x$ is the exponent
Growth vs. Decay
📈 If $b>1$, the function represents exponential growth (values increase)
📉 If $0exponential decay (values decrease)
Examples:
- Growth: $f(x)=3\cdot2^x$ – values double each time
- Decay: $g(x)=100\cdot(0.5)^x$ – values halve each time
Not Exponential: $f(x)=x^2$ (quadratic) and $f(x)=3x+5$ (linear).
🔍 Key Features of Exponential Functions
- Initial Value $a$: The starting value when $x=0$
- Growth/Decay Factor $b$: Determines how fast the function grows or decays
- Horizontal Asymptote: The graph approaches $y=0$ but never touches it
- Domain: $(-\infty, \infty)$ (all real numbers)
- Range: $(0,\infty)$ for $a > 0$ (always positive)
- Y-intercept: Always at $(0, a)$
- No X-intercept: The graph never crosses the x-axis
Example
For $f(x)=5\cdot3^x$:
- Initial value: $5$
- Growth factor: $3$ (triples each unit)
- Horizontal asymptote: $y=0$
- Y-intercept: $(0, 5)$
📊 Exponential Growth and Decay
Exponential functions model growth and decay using percentage rates:
- Exponential Growth: $f(x)=a\cdot (1+r)^x$ where $r$ is the growth rate
- Exponential Decay: $f(x)=a\cdot (1-r)^x$ where $r$ is the decay rate
Growth Example: Population
A population of 1000 growing at 8% per year:
$$P(t)=1000(1.08)^t$$
After 5 years: $P(5) = 1000(1.08)^5 \approx 1469$ people
Decay Example: Radioactive Substance
A radioactive substance decaying at 10% per year from 500g:
$$A(t)=500(0.9)^t$$
After 3 years: $A(3) = 500(0.9)^3 \approx 364.5$ g
📈 Graphing Exponential Functions
The graph of an exponential function has distinctive characteristics:
Key Graph Features
- A horizontal asymptote at $y=0$
- A curve that rises rapidly (growth) or falls rapidly (decay)
- A y-intercept at $(0,a)$
- For growth: increases without bound as $x \to \infty$
- For decay: approaches 0 as $x \to \infty$
Example: Graphing $f(x)=2^x$
| $x$ | $f(x)=2^x$ |
|---|---|
| -2 | 0.25 |
| -1 | 0.5 |
| 0 | 1 |
| 1 | 2 |
| 2 | 4 |
| 3 | 8 |
The graph rises quickly for $x>0$ and approaches 0 as $x<0$.
🌍 Real-Life Applications of Exponential Functions
1️⃣ Population Growth
A country's population growing at 2% per year
Model: $P(t) = P_0(1.02)^t$
2️⃣ Radioactive Decay & Half-Life
The half-life of carbon-14 is 5,730 years
Model: $A(t) = A_0(0.5)^{t/5730}$
3️⃣ Compound Interest
Formula
$$A = P\left(1+\frac{r}{n}\right)^{nt}$$
Where:
- $P$ = principal (initial investment)
- $r$ = annual interest rate (decimal)
- $n$ = number of times compounded per year
- $t$ = time in years
Example: $1000 investment at 5% compounded monthly for 10 years
$$A = 1000\left(1+\frac{0.05}{12}\right)^{12 \cdot 10} \approx \$1647$$
4️⃣ Virus/Disease Spread
Infections can increase exponentially without intervention
Model: $I(t) = I_0 \cdot b^t$ where $b > 1$
5️⃣ Temperature Cooling (Newton's Law)
An object cooling follows exponential decay
Model: $T(t) = T_{room} + (T_0 - T_{room})e^{-kt}$
🎯 Practice Questions
Master exponential concepts!
🔥 Challenge Questions
Push your limits!