Exponential Functions
Hey students! š Welcome to one of the most exciting topics in mathematics - exponential functions! In this lesson, you'll discover how these powerful mathematical tools help us understand everything from your savings account growing over time to how scientists track radioactive materials. By the end of this lesson, you'll be able to identify exponential patterns, create exponential models, and solve real-world problems involving exponential growth and decay. Get ready to see math come alive in ways you never imagined! š
Understanding Exponential Functions
An exponential function is a mathematical function where the variable appears in the exponent. The general form is $f(x) = ab^x$, where $a$ is the initial value, $b$ is the base (and growth/decay factor), and $x$ is the exponent (usually representing time).
What makes exponential functions special is that they represent constant percentage change. Unlike linear functions where you add the same amount each time, exponential functions multiply by the same factor each time period. Think of it like this: if your allowance increases by $5 each week, that's linear growth. But if your allowance doubles each week, that's exponential growth! š°
The key characteristic of exponential functions is that the rate of change is proportional to the current value. This means the bigger the quantity gets, the faster it grows (or shrinks). This creates the distinctive curved shape we see in exponential graphs.
When $b > 1$, we have exponential growth - the function increases rapidly as x increases. When $0 < b < 1$, we have exponential decay - the function decreases rapidly as x increases. The base $b$ tells us the growth or decay factor per unit of time.
Exponential Growth in Action
Exponential growth occurs when a quantity increases by a constant percentage over equal time intervals. The world's population is a perfect example! In 1950, the global population was approximately 2.5 billion people. By 2023, it had grown to over 8 billion people. This represents an average annual growth rate of about 1.7%.
Let's look at compound interest, which you'll encounter when saving money or taking loans. If you invest $1,000 at 5% annual interest compounded annually, your money grows exponentially. After one year, you have $1,050. After two years, you earn interest on both your original $1,000 AND the $50 interest from year one, giving you $1,102.50. This is described by the formula $A = P(1 + r)^t$, where $A$ is the final amount, $P$ is the principal, $r$ is the interest rate, and $t$ is time.
Bacterial growth is another fascinating example. Under ideal conditions, E. coli bacteria can double every 20 minutes! Starting with just one bacterium, you'd have 2 after 20 minutes, 4 after 40 minutes, 8 after one hour, and so on. The function would be $N(t) = 1 \cdot 2^{t/20}$, where $t$ is time in minutes.
Social media virality also follows exponential patterns. When a video goes viral, each person who shares it might cause several others to share it, creating explosive growth in views. A video might go from 100 views to 1,000 to 10,000 to 100,000 views in just hours! š±
Exponential Decay and Its Applications
Exponential decay occurs when a quantity decreases by a constant percentage over equal time intervals. Radioactive decay is the classic example that scientists use to date ancient artifacts and understand nuclear processes.
Carbon-14 dating is used by archaeologists to determine the age of organic materials. Carbon-14 has a half-life of approximately 5,730 years, meaning half of any sample will decay in that time. If an ancient wooden artifact contains 25% of the original carbon-14, we can calculate it's about 11,460 years old (two half-lives). The decay function is $N(t) = N_0 \cdot (1/2)^{t/5730}$, where $N_0$ is the initial amount and $t$ is time in years.
Medicine also relies heavily on exponential decay. When you take medication, your body eliminates it at a rate proportional to how much remains in your system. If a drug has a half-life of 4 hours, then 4 hours after taking a 200mg dose, you'll have 100mg left. After 8 hours, you'll have 50mg, and so on. This helps doctors determine proper dosing schedules! š
Car depreciation follows exponential decay too. A new car typically loses about 20% of its value each year. A $30,000 car would be worth about $24,000 after one year, $19,200 after two years, and $15,360 after three years. The function would be $V(t) = 30000(0.8)^t$.
Temperature cooling also follows exponential decay, described by Newton's Law of Cooling. When you take a hot cup of coffee outside on a cold day, it doesn't cool at a constant rate. Instead, it cools quickly at first (when the temperature difference is large) and then more slowly as it approaches the outside temperature.
Graphing Exponential Functions
The graphs of exponential functions have distinctive shapes that make them easy to recognize. For exponential growth ($b > 1$), the graph starts low on the left, passes through the point $(0, a)$, and curves upward more and more steeply as it moves to the right. It's like a hockey stick lying on its side! š
For exponential decay ($0 < b < 1$), the graph starts high on the left, passes through $(0, a)$, and curves downward, approaching but never touching the x-axis. This creates what we call a horizontal asymptote at $y = 0$.
All exponential functions pass through the point $(0, a)$ because any number raised to the power of 0 equals 1, so $f(0) = a \cdot b^0 = a \cdot 1 = a$. The y-intercept always equals the initial value!
The domain of exponential functions is all real numbers, but the range depends on whether we have growth or decay. For growth functions with $a > 0$, the range is $(0, \infty)$. For decay functions with $a > 0$, the range is also $(0, \infty)$.
One fascinating property is that exponential functions are never zero and never negative (when $a > 0$). They can get incredibly close to zero but never actually reach it. This makes sense in real-world contexts - you can't have negative bacteria or negative money in a savings account!
Real-World Problem Solving
Let's work through some practical examples, students! Suppose your town's population is currently 50,000 and growing at 3% per year. How many people will live there in 10 years? Using the formula $P(t) = P_0(1 + r)^t$, we get $P(10) = 50000(1.03)^{10} = 50000(1.344) = 67,200$ people.
For a decay problem, imagine you buy a laptop for $1,200 that depreciates 15% each year. What's it worth after 3 years? Using $V(t) = V_0(1 - r)^t$, we get $V(3) = 1200(0.85)^3 = 1200(0.614) = $737.
Investment problems are particularly relevant for your future! If you invest $500 in an account earning 6% annual interest compounded monthly, how much will you have after 4 years? The formula becomes $A = P(1 + r/n)^{nt}$, where $n$ is the number of times compounded per year. So $A = 500(1 + 0.06/12)^{12 \cdot 4} = 500(1.005)^{48} = $635.12.
Conclusion
Exponential functions are incredibly powerful tools for modeling real-world phenomena where quantities change by constant percentages rather than constant amounts. Whether you're calculating compound interest for your future savings, understanding population growth, or learning about radioactive decay in science class, exponential functions help us make sense of rapid changes in our world. Remember that the key identifier is constant percentage change - this creates the characteristic curved graphs that either shoot upward (growth) or level off toward zero (decay). Master these concepts, and you'll have a mathematical superpower for understanding how our world changes over time! š
Study Notes
⢠Exponential Function Form: $f(x) = ab^x$ where $a$ is initial value, $b$ is base/growth factor, $x$ is exponent
⢠Growth vs Decay: Growth when $b > 1$, decay when $0 < b < 1$
⢠Key Property: Constant percentage change over equal time intervals
⢠Growth Formula: $f(t) = a(1 + r)^t$ where $r$ is growth rate as decimal
⢠Decay Formula: $f(t) = a(1 - r)^t$ where $r$ is decay rate as decimal
⢠Compound Interest: $A = P(1 + r/n)^{nt}$ where $n$ is compounding frequency
⢠Half-life: Time for quantity to reduce to half its original amount
⢠Graph Properties: All pass through $(0, a)$, domain is all real numbers, range is $(0, ā)$ for $a > 0$
⢠Horizontal Asymptote: $y = 0$ for exponential functions with $a > 0$
⢠Real Applications: Population growth, compound interest, radioactive decay, bacterial growth, depreciation, medicine dosing
