1. Functions and Modeling

Exponential Models

Use exponential and logarithmic functions to model growth and decay, including transformations and real-world parameter interpretation.

Exponential Models

Hey students! 🌟 Ready to dive into one of the most powerful mathematical tools that explains everything from how your savings account grows to why your phone battery dies? In this lesson, we'll explore exponential models - mathematical functions that describe situations where things grow or shrink at rates proportional to their current size. By the end of this lesson, you'll understand how to create, interpret, and transform exponential functions to model real-world scenarios like population growth, radioactive decay, and compound interest. Let's unlock the secrets behind these fascinating mathematical patterns! šŸ“ˆ

Understanding Exponential Functions

An exponential function has the general form $f(x) = ab^x$, where $a$ is the initial value, $b$ is the base (growth or decay factor), and $x$ represents time or another independent variable. When $b > 1$, we have exponential growth, and when $0 < b < 1$, we have exponential decay.

Think about bacteria in a petri dish 🧫. If you start with 100 bacteria and they double every hour, after one hour you'd have 200, after two hours you'd have 400, and so on. This follows the pattern $P(t) = 100 \cdot 2^t$, where $P(t)$ is the population after $t$ hours. Notice how the growth rate depends on the current population size - the more bacteria you have, the faster they multiply!

The key characteristic of exponential functions is that they have a constant percentage rate of change. In our bacteria example, the population increases by 100% each hour, regardless of whether we're starting with 100 bacteria or 10,000 bacteria. This is fundamentally different from linear functions, where the rate of change is constant in absolute terms.

Real-world exponential growth appears everywhere. The human population of Earth grew from about 1.6 billion in 1900 to over 8 billion today, following roughly exponential patterns during certain periods. Social media platforms like TikTok experienced exponential user growth, jumping from 55 million users in 2018 to over 1 billion by 2021.

Exponential Growth Models

Let's dive deeper into exponential growth with the standard form $y = a(1 + r)^t$, where $a$ is the initial amount, $r$ is the growth rate (as a decimal), and $t$ is time. This form makes it easy to identify the percentage increase per time period.

Consider compound interest šŸ’° - one of the most practical applications you'll encounter. If you invest $1,000 at 5% annual interest compounded annually, your money grows according to $A(t) = 1000(1.05)^t$. After 10 years, you'd have $A(10) = 1000(1.05)^{10} ā‰ˆ \$1,628.89. The beauty of compound interest is that you earn interest on your interest, creating exponential growth.

Population models often use exponential functions during periods of unrestricted growth. The United States population grew exponentially during the 19th and early 20th centuries. From 1790 to 1860, the population roughly doubled every 23 years, following a pattern close to $P(t) = 3.9(1.03)^t$ million people, where $t$ represents years since 1790.

Technology adoption also follows exponential patterns. Smartphone ownership in the US grew from about 35% in 2011 to over 85% by 2021. During the steepest growth period (2011-2016), the adoption rate could be modeled exponentially, showing how new technologies can spread rapidly through populations.

Exponential Decay Models

Exponential decay occurs when $0 < b < 1$ in our function $f(x) = ab^x$, or equivalently when $r < 0$ in the form $y = a(1 + r)^t$. These models describe situations where quantities decrease at rates proportional to their current values.

Radioactive decay is the classic example ā˜¢ļø. Carbon-14, used in archaeological dating, has a half-life of approximately 5,730 years. This means that every 5,730 years, half of the carbon-14 atoms in a sample decay. The amount remaining follows $N(t) = N_0(0.5)^{t/5730}$, where $N_0$ is the initial amount and $t$ is time in years.

Medicine provides another compelling example. When you take medication, your body eliminates it exponentially. If a drug has a half-life of 6 hours, then 6 hours after taking 400mg, you'll have 200mg left in your system. After 12 hours, you'll have 100mg, and so on. This follows $D(t) = 400(0.5)^{t/6}$, where $t$ is time in hours.

Car depreciation also follows exponential decay patterns. A new car typically loses about 20% of its value each year for the first few years. A $25,000 car would be worth approximately $25,000(0.8)^t$ after $t$ years, meaning it would be worth about $16,384 after 3 years.

Transformations of Exponential Functions

Just like other functions, exponential functions can be transformed through shifts, stretches, and reflections. The general transformed exponential function is $f(x) = a \cdot b^{k(x-h)} + v$, where:

  • $a$ affects vertical stretching/compression and reflection
  • $h$ causes horizontal shifts
  • $k$ affects horizontal stretching/compression
  • $v$ causes vertical shifts

Let's say we're modeling the temperature of coffee cooling down šŸ”„ā˜•. Newton's Law of Cooling states that the temperature difference between an object and its environment decreases exponentially. If coffee starts at 180°F in a 70°F room, the temperature might follow $T(t) = 110e^{-0.1t} + 70$, where $t$ is time in minutes.

In this model, the $+70$ represents the vertical shift (room temperature), while $110$ is the initial temperature difference. The negative exponent creates decay, and the coefficient $0.1$ determines how quickly the coffee cools.

Population models often include carrying capacity, leading to transformations. While pure exponential growth is unrealistic long-term, we might model population with environmental limits as $P(t) = \frac{K}{1 + Ae^{-rt}}$, where $K$ is the carrying capacity. This creates an S-shaped curve that starts with exponential-like growth but levels off.

Logarithmic Functions and Inverse Relationships

Logarithmic functions are the inverses of exponential functions, and they're crucial for solving exponential equations and understanding growth patterns. If $y = b^x$, then $x = \log_b(y)$. This relationship helps us answer questions like "How long will it take for my investment to double?"

Using our compound interest example, if we want to know when $1,000 becomes $2,000 at 5% annual interest, we solve: $2000 = 1000(1.05)^t$. Dividing by 1000 gives us $2 = (1.05)^t$. Taking the natural logarithm of both sides: $\ln(2) = t \ln(1.05)$, so $t = \frac{\ln(2)}{\ln(1.05)} ā‰ˆ 14.2$ years.

The "Rule of 72" is a practical application of logarithms šŸ“Š. To estimate how long it takes an investment to double at a given interest rate, divide 72 by the interest rate percentage. For 6% interest, it takes approximately $72 Ć· 6 = 12$ years to double your money. This rule comes from the logarithmic relationship $t = \frac{\ln(2)}{\ln(1 + r)} ā‰ˆ \frac{0.693}{r}$ when $r$ is small.

Logarithmic scales help us understand exponential data. The Richter scale for earthquakes is logarithmic - each whole number increase represents a tenfold increase in amplitude. An earthquake measuring 7.0 is ten times stronger than a 6.0 earthquake, and 100 times stronger than a 5.0 earthquake.

Conclusion

Exponential models are everywhere in our world, students! From the money growing in your savings account to the way diseases spread through populations, these mathematical tools help us understand and predict patterns of growth and decay. We've seen how exponential functions can model population growth, compound interest, radioactive decay, and cooling processes. Through transformations, we can adapt these basic models to fit specific real-world situations, while logarithmic functions help us solve for unknown time periods and understand the inverse relationships. Mastering exponential models gives you powerful tools for analyzing everything from personal finance to scientific phenomena! šŸš€

Study Notes

• Exponential Growth Function: $f(x) = ab^x$ where $a > 0$ and $b > 1$, or $y = a(1 + r)^t$ where $r > 0$

• Exponential Decay Function: $f(x) = ab^x$ where $a > 0$ and $0 < b < 1$, or $y = a(1 + r)^t$ where $r < 0$

• Key Characteristic: Constant percentage rate of change (not constant absolute change)

• Compound Interest Formula: $A = P(1 + r)^t$ where $P$ is principal, $r$ is interest rate, $t$ is time

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

• General Transformation: $f(x) = a \cdot b^{k(x-h)} + v$ with horizontal shift $h$, vertical shift $v$

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

• Solving Exponential Equations: Use logarithms to isolate the variable in the exponent

• Rule of 72: Time to double ā‰ˆ $72 Ć· \text{interest rate percentage}$

• Natural Base: $e ā‰ˆ 2.718$ appears in continuous growth models: $f(t) = ae^{rt}$

Practice Quiz

5 questions to test your understanding

Exponential Models — High School Integrated Math | A-Warded