5. Functions & Modeling

Exponential

Study exponential growth and decay, base conversions, and applications to population, finance, and radioactive decay.

Exponential Functions

Hey students! 🌟 Ready to dive into one of the most fascinating and powerful concepts in mathematics? Today we're exploring exponential functions - mathematical models that describe some of the most dramatic changes we see in our world. By the end of this lesson, you'll understand how exponential growth and decay work, master the key formulas, and see how they apply to everything from your savings account to nuclear physics. Let's unlock the secrets of exponential change together!

Understanding Exponential Functions

An exponential function is a mathematical function where the variable appears in the exponent. The general form is $f(x) = a \cdot b^x$, where $a$ is the initial value, $b$ is the base (growth or decay factor), and $x$ represents time or another independent variable.

What makes exponential functions so special? Unlike linear functions that change by the same amount each time, exponential functions change by the same percentage each time period. This creates either explosive growth or rapid decay that can seem almost magical! šŸŽ­

Think about it this way: if you save $100 and add $10 each month, that's linear growth. But if you save $100 and it grows by 10% each month due to compound interest, that's exponential growth. After 12 months, linear growth gives you $220, but exponential growth gives you about $314!

The key characteristic of exponential functions is their constant ratio. If you look at any exponential sequence like 2, 6, 18, 54, 162..., you'll notice that each term is exactly 3 times the previous term. This constant multiplier is what creates the exponential pattern.

Exponential Growth: When Things Explode Upward

Exponential growth occurs when a quantity increases by a constant percentage over equal time intervals. The mathematical formula is:

$$f(t) = a(1 + r)^t$$

Where:

  • $a$ = initial amount
  • $r$ = growth rate (as a decimal)
  • $t$ = time
  • $(1 + r)$ = growth factor

Let's see this in action with population growth! šŸ“ˆ The world population was approximately 7.8 billion in 2020. If it grows at 1.05% per year, we can model this as:

$$P(t) = 7.8(1.0105)^t$$

After 10 years, the population would be $P(10) = 7.8(1.0105)^{10} ā‰ˆ 8.65$ billion people!

Here's a mind-blowing fact: bacteria can double every 20 minutes under ideal conditions. Starting with just one bacterium, after 10 hours (30 doubling periods), you'd have over 1 billion bacteria! This demonstrates the incredible power of exponential growth.

Another classic example is compound interest in finance. If you invest $1,000 at 8% annual interest compounded annually, your money grows according to $A(t) = 1000(1.08)^t$. After 20 years, you'd have approximately $4,661 - more than quadruple your initial investment! šŸ’°

The "Rule of 72" is a handy trick for exponential growth: divide 72 by the growth rate percentage to estimate doubling time. With 8% growth, your money doubles in about 72 Ć· 8 = 9 years.

Exponential Decay: When Things Shrink Fast

Exponential decay happens when quantities decrease by a constant percentage over time. The formula is:

$$f(t) = a(1 - r)^t$$

Or equivalently: $f(t) = ae^{-kt}$ where $k$ is the decay constant.

Radioactive decay is the perfect example of exponential decay in nature. Carbon-14, used in archaeological dating, has a half-life of 5,730 years. This means every 5,730 years, exactly half of any Carbon-14 sample decays. If archaeologists find an artifact with 25% of its original Carbon-14, they know it's about 11,460 years old (two half-lives)! āš›ļø

The half-life formula is particularly useful: $N(t) = N_0(\frac{1}{2})^{t/h}$, where $h$ is the half-life period.

Car depreciation is another common exponential decay example. A new car typically loses about 20% of its value each year. A $30,000 car would be worth $30,000(0.8)^t$ after $t$ years. After 5 years, it's worth only about $9,830 - less than a third of its original value!

Medicine also uses exponential decay. When you take medication, your body eliminates it exponentially. If a drug has a half-life of 4 hours, after 12 hours (3 half-lives), only 12.5% of the original dose remains in your system.

Base Conversions and Natural Exponentials

While we often use base 10 or simple fractions, the natural exponential function $f(x) = e^x$ is incredibly important in advanced applications. The number $e ā‰ˆ 2.71828$ appears naturally in continuous growth processes.

The relationship between different exponential forms is: $a^x = e^{x \ln(a)}$

This means any exponential function can be written using base $e$. For continuous compounding in finance, we use $A = Pe^{rt}$, where interest is compounded infinitely often.

Converting between bases helps us solve complex problems. If you need to find when a population triples, you can use logarithms: if $3 = (1.05)^t$, then $t = \frac{\ln(3)}{\ln(1.05)} ā‰ˆ 20.9$ years.

Real-World Applications and Problem Solving

Exponential functions appear everywhere in science and daily life! šŸŒ

Technology: Moore's Law states that computer processing power doubles approximately every two years. This exponential growth has driven our digital revolution.

Epidemiology: Disease spread often follows exponential patterns initially. During the early COVID-19 pandemic, cases doubled every few days in many regions before intervention measures took effect.

Chemistry: Reaction rates, pH scales (which are logarithmic), and concentration changes often involve exponential relationships.

Physics: Radioactive decay, capacitor discharge, and cooling (Newton's Law of Cooling) all follow exponential patterns.

When solving exponential problems, remember these key strategies:

  1. Identify whether it's growth or decay
  2. Determine the initial value and rate
  3. Use the appropriate formula
  4. Apply logarithms to solve for time variables

Conclusion

Exponential functions are mathematical powerhouses that model some of the most important phenomena in our universe. Whether describing the explosive growth of investments, the steady decay of radioactive materials, or the rapid spread of information in our digital age, exponential functions help us understand and predict dramatic changes. Remember that exponential growth starts slowly but accelerates rapidly, while exponential decay begins fast but slows down over time. Master these concepts, students, and you'll have powerful tools for understanding our changing world! šŸš€

Study Notes

• Exponential Growth Formula: $f(t) = a(1 + r)^t$ where $a$ is initial value, $r$ is growth rate, $t$ is time

• Exponential Decay Formula: $f(t) = a(1 - r)^t$ or $f(t) = ae^{-kt}$

• Half-life Formula: $N(t) = N_0(\frac{1}{2})^{t/h}$ where $h$ is the half-life period

• Compound Interest: $A = P(1 + \frac{r}{n})^{nt}$ for $n$ compounding periods per year

• Continuous Compounding: $A = Pe^{rt}$

• Rule of 72: Doubling time ā‰ˆ 72 Ć· (growth rate percentage)

• Base Conversion: $a^x = e^{x \ln(a)}$

• Natural Base: $e ā‰ˆ 2.71828$

• Key Property: Exponential functions have constant ratios between consecutive terms

• Growth Factor: $(1 + r)$ for growth, $(1 - r)$ for decay

• Logarithm Relationship: If $b^x = y$, then $x = \log_b(y)$

• Common Applications: Population growth, radioactive decay, compound interest, bacterial growth, drug elimination

Practice Quiz

5 questions to test your understanding

Exponential — High School Integrated Math | A-Warded