Welcome to the World of Exponents and Logarithms!
In this chapter, we are going to explore two of the most powerful tools in mathematics: Exponentials and Logarithms. While they might look a bit intimidating at first, they are actually just two sides of the same coin. Think of them like "adding" and "subtracting"—one does an action, and the other reverses it.
By the end of these notes, you’ll understand how to graph these functions, how to use the "Laws of Logs" to simplify tricky expressions, and how to solve equations that have an \(x\) stuck up in the power! Don't worry if this seems tricky at first; we'll take it step-by-step.
1. Exponential Functions: \(y = a^x\)
An exponential function is a formula where the variable \(x\) is in the power (the exponent), and the base \(a\) is a fixed positive number.
The Graph of \(y = a^x\):
If you were to plot \(y = 2^x\), you would notice some very specific features:
- The (0, 1) Point: Every graph of the form \(y = a^x\) passes through the point (0, 1). Why? Because any number to the power of 0 is 1 (\(a^0 = 1\)).
- Never Touches Zero: The graph gets closer and closer to the x-axis but never actually touches it. We call the x-axis a horizontal asymptote.
- Rapid Growth: If \(a > 1\), the graph shoots up very quickly. This is what people mean when they say something is "growing exponentially!"
Analogy: Imagine a lily pad in a pond that doubles in size every day. On day 0, it’s 1 square cm. On day 1, it’s 2. On day 2, it’s 4. On day 3, it’s 8. This doubling effect is the heart of exponential growth.
Quick Review:
If \(a > 1\), the graph goes up from left to right (Growth).
If \(0 < a < 1\), the graph goes down from left to right (Decay).
2. Introduction to Logarithms
A Logarithm is simply the inverse (the opposite) of an exponential. It’s a way of asking a question: "What power do I need to raise this base to, to get this number?"
The Golden Rule:
The most important thing to learn is how to switch between the two forms:
\[ y = a^x \iff x = \log_a y \]
Memory Aid: The "Base Stays the Base"
In both forms, the "base" (\(a\)) is the number at the bottom.
- In \(a^x\), \(a\) is the base of the power.
- In \(\log_a y\), \(a\) is the base of the log.
Key Takeaway:
Logarithms are just another way of writing powers. If you see \(\log_a y = x\), just tell yourself: \(a\) to the power of \(x\) equals \(y\).
3. The Laws of Logarithms
Just like you have rules for indices (like \(a^m \times a^n = a^{m+n}\)), logarithms have their own set of laws. These allow us to simplify complicated expressions.
Law 1: The Multiplication Law
\[ \log_a x + \log_a y = \log_a(xy) \]
When you add two logs with the same base, you multiply the numbers inside. This is linked to the index law where we add powers when multiplying bases.
Law 2: The Division Law
\[ \log_a x - \log_a y = \log_a \left( \frac{x}{y} \right) \]
When you subtract two logs, you divide the numbers inside.
Law 3: The Power Law
\[ k \log_a x = \log_a (x^k) \]
This is arguably the most useful law! It says you can move a power from inside the log to the front as a multiplier. Think of it as the power "sliding" down to the front of the log.
Common Mistake to Avoid:
Students often think \(\log(x+y)\) is the same as \(\log x + \log y\). It is not! There is no law for the log of a sum. You can only combine logs that are being added or subtracted separately.
4. Solving Equations of the form \(a^x = b\)
Often in your exam, you will be asked to solve an equation where the \(x\) is "trapped" in the power, such as \(3^{2x} = 2\). To get the \(x\) down to earth, we use logarithms!
Step-by-Step Guide:
1. Take logs of both sides of the equation (usually base 10, which is the standard "log" button on your calculator).
2. Use the Power Law to move the \(x\) (the exponent) to the front.
3. Rearrange the equation to solve for \(x\).
Example: Solve \(3^{2x} = 2\)
Step 1: Take logs of both sides: \(\log(3^{2x}) = \log(2)\)
Step 2: Use the Power Law to move the \(2x\) to the front: \(2x \log(3) = \log(2)\)
Step 3: Divide both sides by \(2 \log(3)\):
\[ x = \frac{\log 2}{2 \log 3} \]
Step 4: Use your calculator to find the decimal answer:
\(x \approx 0.315\) (to 3 significant figures).
Did you know?
Logarithms were originally invented in the 17th century to help astronomers and navigators do massive multiplications by simply adding numbers instead. They were the "calculators" of the Renaissance!
Summary Checklist
Before you move on to practice questions, make sure you can:
- Sketch the graph of \(y = a^x\) and identify the (0, 1) intercept.
- Convert between index form (\(y = a^x\)) and log form (\(x = \log_a y\)).
- Use the three Laws of Logarithms to expand or condense expressions.
- Solve equations like \(a^x = b\) by "logging" both sides and using the Power Law.
Don't forget: The base of a logarithm must always be positive, and you cannot take the log of a negative number or zero. If your calculator says "Math Error," check if you've accidentally put a negative number inside a log!