CodeMathFusion

🟣 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!

1
Identify whether $f(x)=3^x$, $g(x)=(0.7)^x$, and $h(x)=5\cdot2^x$ represent exponential growth or decay
2
Find the y-intercept and horizontal asymptote of $f(x)=4\cdot3^x$
3
Solve for $x$ in $2^x=16$
4
A bacteria culture starts with 500 cells and doubles every 3 hours. Find the population after 9 hours
5
A car depreciates by 15% per year. If its initial value is $20,000, what is its value after 5 years?
6
Graph $f(x)=5(0.8)^x$
7
Calculate the compound interest on a $2000 investment at 6% annual interest for 8 years, compounded quarterly
8
If $f(x)=10\cdot2^x$, find $f(3)$
9
The half-life of a drug is 6 hours. If 200 mg is taken, how much remains after 18 hours?
10
Solve: $3^{x+1}=81$

🔥 Challenge Questions

Push your limits!

1
Solve for $x$ without logarithms: $5^x=125$
2
The population of a city follows $P(t)=5000(1.04)^t$. Find the time when the population doubles
3
A radioactive substance decays according to $A(t)=100(0.88)^t$. Determine its half-life
4
A scientist models virus spread as $N(t)=10e^{0.3t}$. Find $N(10)$
5
Find the equation of an exponential function passing through $(0,3)$ and $(2,12)$