Welcome to Exponentials and Logarithms!
In this chapter, we are going to explore some of the most powerful tools in mathematics. Have you ever wondered how scientists predict population growth, or how bankers calculate interest on your savings? What about measuring the intensity of an earthquake? All of these rely on exponentials and logarithms. While they might look intimidating at first, they are simply two sides of the same coin. Don’t worry if it feels a bit "alien" to begin with—once you learn the rules of the game, you'll see how beautifully they fit together!
1. Understanding Exponential Functions: \(y = a^x\)
An exponential function is one where the variable \(x\) is in the "power" (exponent) position. The general form is \(y = a^x\), where \(a\) is a positive number called the base (where \(a > 0\)).
Key Characteristics of the Graph:
- The Y-Intercept: No matter what the base \(a\) is, the graph will always pass through (0, 1). This is because any number raised to the power of 0 is 1 (\(a^0 = 1\)).
- Asymptotes: The graph gets closer and closer to the x-axis (\(y = 0\)) but never actually touches it. We call the x-axis a horizontal asymptote.
- Growth and Decay: If \(a > 1\), the graph shoots upwards (exponential growth). If \(0 < a < 1\), the graph slides downwards (exponential decay).
Quick Review: Think of exponential growth like a viral video. One person shares it with two, those two share it with four, and suddenly it's everywhere! That "doubling" effect is the base \(a=2\).
2. The Mystery of the Logarithm
A logarithm is simply the inverse of an exponential. If an exponential "raises a base to a power," a logarithm "finds the power needed."
The "Golden Rule" of Conversion:
You need to be able to switch between these two forms instantly:
Index Form: \(x = a^y\)
Logarithmic Form: \(y = \log_a x\)
Memory Aid: Think of the base! In the exponential \(a^y\), the base is \(a\). In the log \(\log_a x\), the base is also \(a\) (the little number at the bottom). The base always stays the base!
Special Values to Know:
- \(\log_a a = 1\) (Because \(a^1 = a\))
- \(\log_a 1 = 0\) (Because \(a^0 = 1\))
Key Takeaway: A logarithm is an exponent. When you see \(\log_{10} 100\), just ask yourself: "10 to what power gives me 100?" The answer is 2!
3. The Laws of Logarithms
Just like indices have rules (like adding powers when multiplying), logarithms have their own laws. These are essential for solving equations.
- The Multiplication Law: \(\log_a (xy) = \log_a x + \log_a y\)
- The Division Law: \(\log_a (\frac{x}{y}) = \log_a x - \log_a y\)
- The Power Law: \(\log_a (x^k) = k \log_a x\)
Common Mistake to Avoid: A very common error is thinking that \(\log_a (x+y) = \log_a x + \log_a y\). This is NOT true! The laws only work when you are multiplying or dividing inside the log.
4. The Natural World and the Number \(e\)
In A Level Maths, one specific base is more important than all others: the number \(e\) (roughly 2.718). It is a mathematical constant that appears everywhere in nature.
The Natural Logarithm (\(\ln\)):
When we use \(e\) as our base, we don't write \(\log_e x\). Instead, we use \(\ln x\). This is called the natural logarithm.
- The inverse of \(y = e^x\) is \(y = \ln x\).
- All the laws of logs apply to \(\ln\) exactly the same way!
- Did you know? The gradient (slope) of the curve \(y = e^x\) at any point is simply the value of \(y\) itself. If the height of the curve is 5, the slope is also 5! This makes \(e\) the "perfect" base for calculus.
5. Solving Equations: Finding the Unknown Power
The most common exam question asks you to solve something like \(a^x = b\). Since \(x\) is stuck in the air, we use logs to "bring it down."
Step-by-Step Process:
- Take logs of both sides (usually \(\ln\) or \(\log_{10}\)).
- Use the Power Law to move the \(x\) to the front: \(x \log a = \log b\).
- Divide to solve for \(x\): \(x = \frac{\log b}{\log a}\).
Example: Solve \(2^x = 10\)
1. \(\ln(2^x) = \ln(10)\)
2. \(x \ln 2 = \ln 10\)
3. \(x = \frac{\ln 10}{\ln 2} \approx 3.32\)
6. Linearising Data (The "Hidden" Straight Line)
Sometimes scientific data looks like a curve, but we want to turn it into a straight line (\(y = mx + c\)) to find missing constants. We use logs to "straighten" the curve.
Case 1: The Power Model \(y = ax^n\)
If you take logs of both sides: \(\log y = \log(ax^n)\)
Using log laws: \(\log y = n \log x + \log a\)
This matches \(Y = mX + C\) where your "y-axis" is \(\log y\) and your "x-axis" is \(\log x\). The gradient is \(n\).
Case 2: The Exponential Model \(y = ab^x\)
If you take logs of both sides: \(\log y = \log(ab^x)\)
Using log laws: \(\log y = (\log b)x + \log a\)
This matches \(Y = mX + C\) where your "y-axis" is \(\log y\) but your "x-axis" is just \(x\). The gradient is \(\log b\).
Quick Review Box:
- Plot \(\log y\) vs \(\log x\) \(\rightarrow\) Power Law (\(y=ax^n\))
- Plot \(\log y\) vs \(x\) \(\rightarrow\) Exponential Law (\(y=ab^x\))
7. Modelling Growth and Decay
Exponentials are used to model real-life situations. The syllabus highlights that the rate of change in these models is often proportional to the amount present.
Examples of Models:
- Population Growth: \(P = P_0 e^{kt}\) (where \(P_0\) is the starting population).
- Radioactive Decay: \(M = M_0 e^{-kt}\) (the negative sign shows the mass is decreasing).
- Compound Interest: Money growing over time.
Limiting Values:
In the real world, things don't grow forever. A population might be limited by food or space. You might be asked what happens as \(t \rightarrow \infty\).
Hint: As \(t\) gets very large, \(e^{-kt}\) gets very close to zero. Use this to find the "long-term" value of a model.
Key Takeaway: If the gradient \(\frac{dy}{dx}\) is proportional to \(y\), the relationship is exponential. This is the hallmark of growth and decay!
Summary Checklist
- Can you convert between \(x=a^y\) and \(y=\log_a x\)?
- Do you know the three laws of logs?
- Can you solve \(a^x = b\) using logs?
- Do you recognize the graphs of \(e^x\) and \(\ln x\)?
- Can you turn a curve into a straight line equation using logs?
Keep practicing these steps, and you'll find that logarithms are actually one of the most logical parts of the course!