Introduction to Logarithmic Manipulation

Welcome! In the previous chapters, we learned what logarithms are (the inverses of exponential functions) and how to graph them. Now, we are going to learn how to "move the pieces around." Logarithmic Function Manipulation is all about using specific rules to rewrite expressions in different, equivalent forms. Think of it like learning the rules of a puzzle: once you know how the pieces fit together, you can simplify complex equations and solve problems much more easily.

Being able to rewrite these expressions is a core skill for Practice 1.B in AP Precalculus and is a major part of the "Symbolic Manipulations" question on the free-response section of the AP Exam.


The Logarithmic "Toolbox": Key Properties

To manipulate logarithms, we use three primary properties. These rules work for any base \( b \) (where \( b > 0 \) and \( b \neq 1 \)).

1. The Product Property

The logarithm of a product is the sum of the logarithms of the factors.

Formula: \( \log_b(M \cdot N) = \log_b(M) + \log_b(N) \)

Analogy: Since logarithms are exponents, and when we multiply powers with the same base we add the exponents, it makes sense that when we multiply inside a log, we add the logs!

2. The Quotient Property

The logarithm of a quotient is the difference of the logarithms.

Formula: \( \log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N) \)

Quick Tip: The log of the "top" minus the log of the "bottom." If a term is in the denominator, its log will be subtracted.

3. The Power Property

The logarithm of a number raised to an exponent is the exponent times the logarithm of the number.

Formula: \( \log_b(M^p) = p \cdot \log_b(M) \)

Visualizing it: You can "hop" the exponent down to the front of the log like a frog!

Key Takeaway: These properties allow us to move between a single, complex logarithm and a sum or difference of simpler logarithms.


Expanding Logarithmic Expressions

Expanding means taking a single logarithmic expression and breaking it into several simpler terms. This is often useful when we need to evaluate specific parts of an expression.

Step-by-Step Example:

Expand the expression: \( \log_2\left(\frac{8x^3}{y}\right) \)

  1. Identify the Quotient: Use the Quotient Property first.
    \( \log_2(8x^3) - \log_2(y) \)
  2. Identify the Product: Break apart the numerator term using the Product Property.
    \( \log_2(8) + \log_2(x^3) - \log_2(y) \)
  3. Identify the Power: Use the Power Property to move the exponent.
    \( \log_2(8) + 3\log_2(x) - \log_2(y) \)
  4. Simplify: Since \( 2^3 = 8 \), we know \( \log_2(8) = 3 \).
    Final Form: \( 3 + 3\log_2(x) - \log_2(y) \)

Condensing Logarithmic Expressions

Condensing (or "combining") is the reverse process. We take a long string of logs and turn them into one single log. This is essential for solving logarithmic equations, which you will see in Topic 2.13.

Step-by-Step Example:

Condense into a single logarithm: \( 2\log(x) + \frac{1}{2}\log(y) - \log(z) \)

  1. Exponents First: Move coefficients to the exponent position using the Power Property.
    \( \log(x^2) + \log(y^{1/2}) - \log(z) \)
  2. Combine Addition: Use the Product Property.
    \( \log(x^2 \cdot \sqrt{y}) - \log(z) \) (Note: \( y^{1/2} \) is the same as \( \sqrt{y} \))
  3. Combine Subtraction: Use the Quotient Property.
    Final Form: \( \log\left(\frac{x^2\sqrt{y}}{z}\right) \)

Common Mistake to Avoid: Don't try to condense logs with different bases! You can only combine \( \log_2 \) with another \( \log_2 \). If the bases don't match, they stay separate.


The Change of Base Formula

Sometimes we encounter a base that is difficult to work with. The Change of Base Formula allows us to rewrite any logarithm in terms of a new base (usually base 10 or base \( e \)).

Formula: \( \log_b(x) = \frac{\log_c(x)}{\log_c(b)} \)

Example: To rewrite \( \log_3(7) \) using common logarithms (base 10):
\( \log_3(7) = \frac{\log_{10}(7)}{\log_{10}(3)} \)

Did you know? Most calculators only have buttons for \(\log\) (base 10) and \(\ln\) (base \( e \)). If you need to find the value of \(\log_5(20)\), you have to use the Change of Base formula!


Important Practice Tips

  • The Log of 1: Remember that \( \log_b(1) = 0 \) for any base. If you see this during expansion, it simplifies to zero!
  • The Log of the Base: Remember that \( \log_b(b) = 1 \). This frequently helps simplify expressions.
  • Parentheses Matter: \( \log(A) + \log(B) \) is not the same as \( \log(A + B) \). There is no property to "expand" the log of a sum!
  • Domain Check: When manipulating, remember that the argument of a logarithm must always be positive (\( > 0 \)). Even if an expression looks equivalent, it only "counts" for values of \( x \) that keep the original logs defined.
Quick Review Table

Product: \( \log(MN) \rightarrow \text{Add the logs} \)
Quotient: \( \log(M/N) \rightarrow \text{Subtract the logs} \)
Power: \( \log(M^p) \rightarrow \text{Multiply the log by } p \)
Change of Base: \( \log_b(x) \rightarrow \frac{\log(x)}{\log(b)} \)

Don't worry if this seems tricky at first! With a little practice, you'll start seeing these patterns automatically. Mastery of these manipulations is the "secret weapon" for finishing Unit 2 strong!