Logarithmic Expressions
Why this matters
Have you ever heard a news report about an earthquake in California and another in Alaska? The reporter might say the California quake was a magnitude 5.0, while the one in Alaska was a 6.0. You might think, "Okay, so the Alaska one was just a little bit stronger." But in reality, it was ten times stronger. A magnitude 7.0 would be one hundred times stronger than the 5.0.
This is the power of a logarithmic scale. It helps us make sense of numbers that grow incredibly fast. Instead of a ruler where each inch is the same, a logarithmic ruler's marks might go 1, 10, 100, 1000. Understanding logarithms is the key to unlocking these kinds of powerful relationships, which appear everywhere from earthquake intensity to sound levels and even the brightness of stars. Today, we'll learn how to read and work with these essential expressions.
Concept overview
flowchart TD
A[Start: Evaluate log_b(c)] --> B{Set it equal to x<br>log_b(c) = x};
B --> C[Rewrite in exponential form<br>b^x = c];
C --> D{Solve for x};
D --> E[Is c a direct power of b?<br>e.g., 2^x = 8];
E -- Yes --> F[Solve directly<br>x = 3];
E -- No --> G{Find a common base<br>e.g., 64^x = 4 --> (4^3)^x = 4^1};
G --> H[Use exponent rules to solve<br>3x = 1 --> x = 1/3];
F --> I[End: The value is x];
H --> I;
Core explanation
Welcome to the world of logarithms! It can feel like learning a new language at first, but I promise it's more straightforward than it looks.
The Core Idea: Logs are Exponents in Disguise
Think of a logarithm as a way to solve for a missing exponent.
You're already comfortable with an expression like 2^3 = 8. Here, you have the base (2), the exponent (3), and the result (8).
A logarithm just rearranges this relationship to help you find the exponent. We would write it like this:
log₂(8) = 3
Let's break that down:
log: This is just the name of the function.₂: This little subscript number is the base. It's the same base as in the exponential version (2^3).(8): This is the argument. It's the result we are trying to get to.= 3: This is the value of the logarithm, and here's the most important part: the value of a log is always the exponent.
So, when you see log₂(8), the question you should ask yourself is: "What power do I need to raise the base (2) to, in order to get the argument (8)?" The answer is 3.
This gives us our fundamental rule:
log_b(c) = ais the exact same thing asb^a = c
This "rewriting" trick is your single most powerful tool for this topic. Let's see it in action.
Evaluating a Basic Logarithm
Let's evaluate log₂(8).
- 1Set it equal to a variableLet's call our unknown answer 'a'.
log₂(8) = a - 2Rewrite it in exponential formThe base
2swings over to become the base of the exponenta, and the argument8is the result.2^a = 8 - 3Solve for the variableWhat power of 2 gives you 8? You know that
2 × 2 × 2 = 8, or2³ = 8. So,a = 3.
Therefore, log₂(8) = 3.
The "Common" Logarithm: What if there's no base?
Sometimes you'll see a logarithm written without a base, like this:
log(100)
So, log(100) is just shorthand for log₁₀(100).
Why base 10? Because our entire number system is base-10. It's the "common" way we count.
Let's evaluate it:
- 1Problem
log(100) - 2Rewrite with the implied base
log₁₀(100) = a - 3Rewrite in exponential form
10^a = 100 - 4SolveWhat power of 10 gives you 100?
10² = 100. So,a = 2.
Therefore, log(100) = 2.
When the Answer Isn't a Whole Number
Logarithms can also have negative or fractional answers. Don't let it throw you. The process is the same.
Let's evaluate log₃(1/9).
- 1Set it equal to a variable
log₃(1/9) = a - 2Rewrite in exponential form
3^a = 1/9 - 3SolveThis looks tricky. But remember your exponent rules. How can you get a fraction? With a negative exponent! We know that
3² = 9. Therefore,3⁻² = 1/3² = 1/9. So,a = -2.
Therefore, log₃(1/9) = -2.
Exact Values vs. Calculator Estimates
We've been able to solve all these examples using basic arithmetic because the arguments were perfect powers of the base. We can find the exact value for log₂(8).
But what about log₂(9)?
If we rewrite it as 2^a = 9, we get stuck. We know 2³ = 8 and 2⁴ = 16. So the answer must be somewhere between 3 and 4, but it's not a nice, clean number.
This is a case where the value isn't "readily accessible." For an expression like this on the AP exam, you would use a calculator to find an estimated value (which is approximately 3.17).
Back to Logarithmic Scales
Let's tie this back to our earthquake example. The Richter scale is a base-10 logarithmic scale. The magnitude is the value of the logarithm.
- Magnitude 5
log(x) = 5, which means the energyxis10⁵. - Magnitude 6
log(y) = 6, which means the energyyis10⁶.
Worked examples
Let's walk through a few examples together. The key in every single one is to rewrite the expression.
Evaluating a Logarithm with an Integer Solution
Problem: Evaluate log₅(125).
Step 1: Set the expression equal to a variable.
Let's call our unknown answer x. This gives us a full equation to work with.
log₅(125) = x
Step 2: Rewrite the equation in exponential form.
Remember the rule: log_b(c) = a becomes b^a = c.
Here, our base b is 5, our argument c is 125, and our exponent a is x.
So, the equation becomes:
5^x = 125
Step 3: Solve for the variable. Now the question is much simpler: "What power of 5 gives us 125?" Let's test it out:
5¹ = 55² = 255³ = 125We found it! The exponent we need is 3. So,x = 3.
Evaluating a Logarithm with a Fractional Solution
Problem: Evaluate log₆₄(4).
Step 1: Set the expression equal to a variable.
log₆₄(4) = x
Step 2: Rewrite the equation in exponential form.
The base is 64, the argument is 4.
64^x = 4
Step 3: Solve for the variable.
This is where students often get stuck. How can raising a bigger number (64) to a power give you a smaller number (4)? This is a huge clue that the exponent must be a fraction—specifically, a root!
We need to find a common base for both 64 and 4. The number 4 works perfectly.
We know that 4³ = 64. Let's substitute that into our equation.
(4³)^x = 4
Now, use the power-to-a-power exponent rule, which says (a^m)^n = a^(m*n).
4^(3x) = 4
Remember that 4 is the same as 4¹.
4^(3x) = 4¹
Since the bases are the same, the exponents must be equal.
3x = 1
x = 1/3
Evaluating a Common Logarithm
Problem: Evaluate log(0.01).
Step 1: Identify the base and set the expression equal to a variable.
There's no base written, so this is the common logarithm with base 10.
log₁₀(0.01) = x
Step 2: Rewrite the equation in exponential form.
10^x = 0.01
Step 3: Solve for the variable.
It's often easiest to convert decimals to fractions when dealing with powers of 10.
0.01 is one-hundredth, or 1/100.
10^x = 1/100
We know 10² = 100. To get 1/100, we need a negative exponent.
10⁻² = 1/10² = 1/100.
So, x = -2.
Try it yourself
Time to try a couple on your own. Remember the process: set it equal to a variable, rewrite it, and solve.
Problem 1: Evaluate log₄(64)
Hint: Ask yourself, "4 to what power equals 64?"
Problem 2: Evaluate log(0.1)
Hint: What is the unwritten base here? And how can you write the decimal 0.1 as a fraction?
You've got this. Take your time and focus on that rewriting step.
Practice — 8 questions
In simple terms, logarithms are a way to find the hidden exponent needed to turn one number into another. For example, the logarithm of 100 (base 10) is 2, because 10 to the power of 2 is 100.
- 2.9.A: Evaluate logarithmic expressions.
- 2.9.A.1
- The logarithmic expression log_b c is equal to, or represents, the value that the base b must be exponentially raised to in order to obtain the value c. That is, log_b c = a if and only if b^a = c, where a and c are constants, b > 0, and b ≠ 1. (when the base of a logarithmic expression is not specified, it is understood as the common logarithm with a base of 10)
- 2.9.A.2
- The values of some logarithmic expressions are readily accessible through basic arithmetic while other values can be estimated through the use of technology.
- 2.9.A.3
- On a logarithmic scale, each unit represents a multiplicative change of the base of the logarithm. For example, on a standard scale, the units might be 0, 1, 2, ..., while on a logarithmic scale, using logarithm base 10, the units might be 10^0, 10^1, 10^2, ...
flowchart TD
A[Start: Evaluate log_b(c)] --> B{Set it equal to x<br>log_b(c) = x};
B --> C[Rewrite in exponential form<br>b^x = c];
C --> D{Solve for x};
D --> E[Is c a direct power of b?<br>e.g., 2^x = 8];
E -- Yes --> F[Solve directly<br>x = 3];
E -- No --> G{Find a common base<br>e.g., 64^x = 4 --> (4^3)^x = 4^1};
G --> H[Use exponent rules to solve<br>3x = 1 --> x = 1/3];
F --> I[End: The value is x];
H --> I;
Read what Saavi narrates
Have you ever heard a news report about an earthquake, maybe one in California and another in Alaska? A reporter might say the California quake was a magnitude 5.0, while the Alaska one was a 6.0. You might think, "Okay, so it was just a little bit stronger." But in reality, the Alaska quake was ten times stronger. A magnitude 7.0 would be one hundred times stronger than the 5.0.
This is the power of a logarithmic scale. It helps us make sense of numbers that grow incredibly fast. At its heart, a logarithm is simply the inverse of an exponential function. It's a tool that answers a specific question: "What exponent do I need to raise a certain base to, in order to get a certain result?"
Let's walk through an example. Let's evaluate the logarithm of 125 with a base of 5. That's written as log base 5 of 125.
First, we set the expression equal to a variable, let's say, x. So, log base 5 of 125 equals x.
Next, and this is the most important step, we rewrite the equation in exponential form. The base, which is 5, swings over and becomes the base of the exponent, x. The argument, 125, becomes the result. So our new equation is 5 to the power of x equals 125.
Now, the problem is much simpler. What power of 5 gives us 125? Well, 5 squared is 25... and 5 cubed is 125. There it is. The exponent we need is 3. So, x equals 3. The answer is 3.
A very common mistake I see every year is students mixing up the base and the argument when they rewrite the problem. For example, with log base 2 of 8, they'll incorrectly write 8 to the power of x equals 2. But the base of the log is always the base of the exponential. The little subscript number is the one being raised to a power. So it has to be 2 to the power of x equals 8.
Remember that rewriting step. It's your key to unlocking every one of these problems. You can do this.
The base of the logarithm (the subscript) must always be the base of the exponential expression. The argument is the result.
Always identify the base first. The base `b` in `log_b(c)` is the number that will be raised to a power. `2` is the base, so it should be `2^x = 8`.
Logarithms are related to exponents and powers, not simple division. While the answer to `log₅(25)` is 2 and `25/5` is 5, this is a coincidence that doesn't hold for other problems like `log₂(8)`. `8/2 = 4`, but the answer is 3.
Always rewrite the expression in exponential form. `log₅(25)` becomes `5^x = 25`, which clearly shows `x` must be 2.
A logarithm written as `log(c)` without a visible base is universally understood to be the "common log," which has a base of 10.
The moment you see `log(c)`, immediately rewrite it as `log₁₀(c)`. So `log(1000)` becomes `log₁₀(1000)`, which you can then solve: `10^x = 1000`, so `x=3`.
Logarithms are exponents, and exponents can absolutely be negative (which create fractions) or fractions (which create roots).
If the argument of the log is a fraction or a number smaller than the base, be prepared for a negative or fractional answer. Use your exponent rules! `log₃(1/9)` becomes `3^x = 1/9`, which points to `x=-2`. `log₆₄(4)` becomes `64^x = 4`, which points to a root, `x=1/3`.