1. Algebra and Functions

Exponential Functions

Study exponential growth and decay, laws of indices, modelling situations with exponentials and solving exponential equations.

Exponential Functions

Hey students! 👋 Welcome to one of the most powerful and fascinating topics in AS-level mathematics - exponential functions! In this lesson, you'll discover how these incredible mathematical tools help us model everything from population growth to radioactive decay, and from compound interest to the spread of diseases. By the end of this lesson, you'll understand the fundamental properties of exponential functions, master the laws of indices, and confidently solve exponential equations that appear everywhere in the real world. Get ready to unlock the mathematical secrets behind explosive growth and gradual decay! 🚀

Understanding Exponential Functions

An exponential function is a mathematical function of the form $f(x) = a^x$, where $a$ is a positive constant called the base, and $x$ is the variable in the exponent. The most important exponential function uses Euler's number $e ≈ 2.718$ as its base, giving us $f(x) = e^x$. What makes exponential functions so special is their incredible rate of change - they grow (or decay) at a rate proportional to their current value!

Think about it this way, students: if you have a bacterial culture that doubles every hour, you're witnessing exponential growth in action. Starting with 100 bacteria, after one hour you'd have 200, after two hours 400, then 800, 1600, and so on. The growth accelerates because there are more bacteria to reproduce each time! This is fundamentally different from linear growth, where you'd simply add the same amount each time.

The general form of an exponential function is $f(x) = ab^x$, where:

  • $a$ is the initial value (when $x = 0$)
  • $b$ is the base (growth factor)
  • $x$ is the independent variable (often time)

When $b > 1$, we get exponential growth, and when $0 < b < 1$, we get exponential decay. The beauty of exponential functions lies in their predictable behavior: they either shoot up to infinity or approach zero, but they never actually reach zero or become negative when $a > 0$.

Laws of Indices: The Foundation

Before diving deeper into exponential functions, students, you need to master the laws of indices (also called exponent rules). These are the fundamental rules that govern how we work with powers and exponentials:

The Five Essential Laws:

  1. Multiplication Law: $a^m × a^n = a^{m+n}$
  2. Division Law: $a^m ÷ a^n = a^{m-n}$
  3. Power Law: $(a^m)^n = a^{mn}$
  4. Product Law: $(ab)^n = a^n b^n$
  5. Quotient Law: $(a/b)^n = a^n/b^n$

Additionally, remember these special cases:

  • $a^0 = 1$ (for any non-zero $a$)
  • $a^{-n} = 1/a^n$
  • $a^{1/n} = \sqrt[n]{a}$

Let's see these in action! If you're calculating $2^3 × 2^4$, you add the exponents: $2^3 × 2^4 = 2^{3+4} = 2^7 = 128$. Or if you need $(3^2)^4$, you multiply the exponents: $(3^2)^4 = 3^{2×4} = 3^8$.

These laws are crucial because they allow us to simplify complex exponential expressions and solve exponential equations efficiently. Without them, working with exponentials would be nearly impossible!

Exponential Growth: When Things Explode! 📈

Exponential growth occurs when a quantity increases by a constant percentage over equal time intervals. The standard form is $f(t) = a(1 + r)^t$, where:

  • $a$ is the initial amount
  • $r$ is the growth rate (as a decimal)
  • $t$ is time

A classic example is compound interest. If you invest £1000 at 5% annual interest compounded annually, your investment grows according to $A(t) = 1000(1.05)^t$. After 10 years, you'd have $A(10) = 1000(1.05)^{10} ≈ £1628.89$. Notice how the growth accelerates - you earn interest on your interest!

Population growth is another fascinating application. The world population in 2023 was approximately 8 billion people, growing at about 0.9% annually. Using the exponential model $P(t) = 8(1.009)^t$ billion, we can predict the population in future years. By 2050 (t = 27), the model suggests we'll have about $P(27) = 8(1.009)^{27} ≈ 10.2$ billion people!

The key characteristic of exponential growth is its doubling time - the time it takes for a quantity to double. For any exponential function $f(t) = a(1 + r)^t$, the doubling time is approximately $t_{double} = \ln(2)/\ln(1 + r)$. For our 5% investment example, the doubling time is about 14.2 years.

Exponential Decay: When Things Fade Away 📉

Exponential decay is the flip side of growth, occurring when quantities decrease by a constant percentage over time. The model is $f(t) = a(1 - r)^t$ or equivalently $f(t) = ae^{-kt}$, where $k > 0$ is the decay constant.

Radioactive decay is the most famous example. Carbon-14, used in archaeological dating, has a half-life of 5,730 years. This means that every 5,730 years, half of the Carbon-14 atoms in a sample decay. If archaeologists find a bone with 20% of its original Carbon-14, they can calculate its age using $0.20 = (0.5)^{t/5730}$, which gives approximately 13,300 years old!

Another practical example is depreciation. A car worth £20,000 that depreciates at 15% annually follows the model $V(t) = 20000(0.85)^t$. After 5 years, it's worth $V(5) = 20000(0.85)^5 ≈ £8,874$. This exponential model explains why cars lose value so rapidly in their first few years.

The half-life concept is crucial in decay problems. For any exponential decay function $f(t) = ae^{-kt}$, the half-life is $t_{1/2} = \ln(2)/k$. This tells us how long it takes for the quantity to reduce to half its original value.

Solving Exponential Equations

Now comes the exciting part, students - solving exponential equations! There are several strategies depending on the equation type:

Method 1: Same Base Technique

When both sides can be expressed with the same base, equate the exponents.

Example: Solve $2^{x+1} = 8^{x-2}$

Since $8 = 2^3$, we get $2^{x+1} = (2^3)^{x-2} = 2^{3(x-2)}$

Therefore: $x + 1 = 3(x - 2) = 3x - 6$

Solving: $x + 1 = 3x - 6$, so $7 = 2x$, giving $x = 3.5$

Method 2: Taking Logarithms

For equations like $a^x = b$, take the natural logarithm of both sides.

Example: Solve $3^x = 50$

Taking ln of both sides: $\ln(3^x) = \ln(50)$

Using the power rule: $x\ln(3) = \ln(50)$

Therefore: $x = \ln(50)/\ln(3) ≈ 3.56$

Method 3: Substitution

For more complex equations, sometimes substitution helps.

Example: Solve $2^{2x} - 5(2^x) + 6 = 0$

Let $y = 2^x$, then $2^{2x} = (2^x)^2 = y^2$

The equation becomes: $y^2 - 5y + 6 = 0$

Factoring: $(y - 2)(y - 3) = 0$

So $y = 2$ or $y = 3$, meaning $2^x = 2$ or $2^x = 3$

Therefore $x = 1$ or $x = \log_2(3) ≈ 1.58$

Real-World Applications and Modeling

Exponential functions are everywhere in the real world, students! Here are some fascinating applications:

Medicine and Pharmacology: When you take medication, it's eliminated from your body exponentially. If a drug has a half-life of 6 hours and you take a 400mg dose, the amount remaining after $t$ hours is $A(t) = 400(0.5)^{t/6}$ mg.

Technology and Moore's Law: Computer processing power doubles approximately every 18-24 months, following exponential growth. This observation, known as Moore's Law, has driven the incredible advancement in technology we've witnessed.

Environmental Science: The concentration of pollutants often decreases exponentially in natural systems. Atmospheric COâ‚‚ absorption by oceans and the breakdown of pesticides in soil both follow exponential decay patterns.

Economics and Finance: Beyond compound interest, exponential functions model inflation, economic growth, and market bubbles. The famous "Rule of 72" states that money doubles in approximately 72/r years at r% annual interest - a direct application of exponential growth principles.

Conclusion

Congratulations, students! You've now mastered one of mathematics' most powerful tools. Exponential functions reveal the mathematical patterns behind growth and decay in countless real-world situations. You've learned to manipulate these functions using the laws of indices, distinguish between growth and decay models, and solve exponential equations using multiple techniques. From calculating compound interest to dating ancient artifacts, from modeling population growth to understanding radioactive decay, exponential functions provide the mathematical framework for understanding how quantities change over time. These skills will serve you well not just in mathematics, but in understanding the exponential world around us! 🌟

Study Notes

• Exponential Function Form: $f(x) = ab^x$ where $a$ is initial value, $b$ is base, $x$ is variable

• Growth vs Decay: Growth when $b > 1$, decay when $0 < b < 1$

• Laws of Indices:

  • $a^m × a^n = a^{m+n}$
  • $a^m ÷ a^n = a^{m-n}$
  • $(a^m)^n = a^{mn}$
  • $a^0 = 1$, $a^{-n} = 1/a^n$

• Exponential Growth Model: $f(t) = a(1 + r)^t$ where $r$ is growth rate

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

• Doubling Time: $t_{double} = \ln(2)/\ln(1 + r)$ for growth

• Half-Life: $t_{1/2} = \ln(2)/k$ for decay function $ae^{-kt}$

• Solving Exponential Equations:

  • Same base: equate exponents
  • Different bases: take logarithms
  • Complex forms: use substitution

• Key Formula: To solve $a^x = b$, use $x = \log_a(b) = \ln(b)/\ln(a)$

• Natural Exponential: $e ≈ 2.718$, appears in continuous growth/decay models

• Real Applications: Compound interest, population growth, radioactive decay, drug elimination, technology advancement

Practice Quiz

5 questions to test your understanding