7.3 Logarithmic Properties and Solving Exponential/Logarithmic Equations
Key Takeaways
- A logarithm is the inverse of an exponential function: log_b(y) = x ⟺ bˣ = y, where base b > 0, b ≠ 1, and argument y > 0.
- The three fundamental logarithmic laws—Product, Quotient, and Power Rules—allow logarithmic expressions to be expanded or condensed into single logarithms.
- The Change of Base formula log_b(a) = ln(a)/ln(b) = log(a)/log(b) converts any logarithm into natural or common logarithms for computational evaluation.
- Exponential equations are solved algebraically by isolating the exponential expression, taking the natural or common logarithm of both sides, and applying the power rule to solve for the exponent.
- Solving logarithmic equations requires condensing terms and converting to exponential form, followed by mandatory checking for extraneous solutions where arguments are non-positive.
7.3 Logarithmic Properties and Solving Exponential/Logarithmic Equations
Quick Answer: A logarithm is the inverse operation of exponentiation: $\log_b(y) = x \iff b^x = y$, where base $b > 0, b \neq 1$, and argument $y > 0$. Common logarithms have base 10 ($\log x$), while natural logarithms have base $e$ ($\ln x$). Logarithms obey three operational rules: Product Rule $\log_b(xy) = \log_b x + \log_b y$, Quotient Rule $\log_b(x/y) = \log_b x - \log_b y$, and Power Rule $\log_b(x^k) = k \log_b x$. The Change of Base formula is $\log_b a = \frac{\ln a}{\ln b}$. Exponential equations are solved by isolating the power and taking the natural/common log of both sides. Logarithmic equations are solved by condensing terms and exponentiating, always testing for extraneous solutions that make any argument non-positive ($u \le 0$).
Definition of the Logarithmic Function (AII-F.BF.5a, AII-F.LE.4)
The fundamental axiom to memorize in Algebra II is: a logarithm is an exponent. The logarithmic equation $\log_b(y) = x$ answers the question: "To what exponent $x$ must the base $b$ be raised to yield the argument $y$?"
- Base Restrictions: The base $b$ must be strictly positive and cannot equal one ($b > 0, b \neq 1$).
- Argument Domain: Because positive bases raised to any real power always produce positive outputs ($b^x > 0$), the argument $y$ must be strictly positive ($y > 0$). You cannot take the logarithm of zero or a negative number in the real number system.
Graphing the Logarithmic Function
As the inverse of $f(x) = b^x$, the logarithmic curve $g(x) = \log_b(x)$ reflects $b^x$ across the line $y = x$:
- $x$-Intercept: $(1, 0)$, because $b^0 = 1 \iff \log_b(1) = 0$.
- Vertical Asymptote: The line $x = 0$ (the $y$-axis). As $x \to 0^+$, $y \to -\infty$ (for $b > 1$).
- Domain & Range: Domain is $(0, \infty)$; Range is $(-\infty, \infty)$.
Special Logarithmic Bases
- Common Logarithm (Base 10): When written without a subscript, $\log(x)$ implies base 10: $\log(x) = \log_{10}(x)$.
- Natural Logarithm (Base $e$): Logarithms to Euler's base $e$ are denoted as $\ln(x)$: $\ln(x) = \log_e(x)$. In particular, $\ln(e) = 1$ and $\ln(1) = 0$.
Master Properties of Logarithms
Because logarithms are exponents, every logarithmic law corresponds directly to an exponential law:
1. The Product Rule
The logarithm of a product is the sum of the individual logarithms:
Proof connection: When multiplying like bases, add exponents: $b^u \cdot b^v = b^{u+v}$.
2. The Quotient Rule
The logarithm of a quotient is the difference of the logarithms:
Proof connection: When dividing like bases, subtract exponents: $\frac{b^u}{b^v} = b^{u-v}$.
3. The Power Rule
The logarithm of a power equals the exponent multiplied by the logarithm of the base:
Proof connection: When raising a power to a power, multiply exponents: $(b^u)^k = b^{uk}$.
4. Inverse and Identity Properties
- $\log_b(b^x) = x$ and $b^{\log_b(x)} = x$ (for $x > 0$). In particular, $\ln(e^x) = x$ and $e^{\ln(x)} = x$.
- $\log_b(b) = 1$, since $b^1 = b$.
- $\log_b(1) = 0$, since $b^0 = 1$.
5. Change of Base Formula
To compute logarithms with arbitrary bases on standard calculators, rewrite the logarithm as a ratio of natural or common logs:
Expanding and Condensing Logarithmic Expressions
- Expanding: Breaks a single complex logarithmic argument into a linear combination of simpler logs. Apply the quotient rule first, followed by the product rule, and finally the power rule to bring exponents to the front as coefficients.
- Condensing: Combines multiple logarithmic terms with identical bases into a single compact logarithm. Always apply the power rule in reverse first (moving coefficients into exponents), then apply the product and quotient rules from left to right.
[!TIP] Numerator vs. Denominator Shortcut: When condensing an expression of logarithms with base $b$, any term preceded by a positive sign contributes its argument to the numerator, while any term preceded by a negative sign contributes its argument to the denominator:
Solving Exponential Equations Algebraically (AII-F.LE.4)
To solve an exponential equation where the unknown variable resides in the exponent, follow this four-step algebraic method:
- Isolate the Power: Move all constants and leading coefficients away from the base expression $b^{g(x)}$.
- Take the Logarithm of Both Sides: Apply the natural logarithm ($\ln$) or common logarithm ($\log$) to both sides.
- Apply the Power Rule: Pull the exponent variable down out of the power: $\ln(b^{g(x)}) = g(x) \cdot \ln(b)$. If the base is $e$, simplify directly using $\ln(e^u) = u$.
- Solve for the Variable: Divide by $\ln(b)$ and perform standard linear algebra to isolate $x$.
Example: Solving Base $e$ Exponential Models
Solve $500e^{0.04t} = 900$ algebraically:
- Isolate the exponential: $e^{0.04t} = \frac{900}{500} = 1.8$.
- Take the natural logarithm: $\ln(e^{0.04t}) = \ln(1.8)$.
- Simplify the left side: $0.04t = \ln(1.8)$.
- Divide by 0.04: $t = \frac{\ln(1.8)}{0.04} \approx \frac{0.587787}{0.04} \approx 14.695$.
Solving Logarithmic Equations & The Extraneous Root Mandate (AII-A.REI.2)
Logarithmic equations fall into two primary structural forms:
Form 1: Equating Arguments (One-to-One Property)
Condense each side into a single logarithm first. Once each side consists of a single logarithm with identical base, set their arguments equal.
Form 2: Converting to Exponential Form
Condense all logarithmic terms on one side into a single logarithm, then rewrite the equation in exponential form.
The Mandatory Extraneous Solution Check
Because the real-number domain of $\log_b(u)$ requires $u > 0$, algebraic procedures like exponentiation can introduce candidate solutions that fail in the original equation.
[!CAUTION] Always Check Arguments: You must substitute every candidate solution into all original logarithmic expressions. If any argument evaluates to zero or a negative value, that root is extraneous and must be crossed out. A negative $x$-value is not automatically extraneous—it is only extraneous if it causes the argument itself ($u$) to become non-positive.
Summary of Logarithmic Rules and Operations
| Rule Name | Algebraic Formulation | Exponent Equivalent | Operational Objective |
|---|---|---|---|
| Product Rule | $\log_b(MN) = \log_b M + \log_b N$ | $b^u \cdot b^v = b^{u+v}$ | Condenses sums into products |
| Quotient Rule | $\log_b(M/N) = \log_b M - \log_b N$ | $b^u / b^v = b^{u-v}$ | Condenses differences into quotients |
| Power Rule | $\log_b(M^k) = k \log_b M$ | $(b^u)^k = b^{uk}$ | Brings variable exponents down |
| Inverse (Log) | $\log_b(b^x) = x$ | $b^x = b^x$ | Eliminates matching exponential base |
| Inverse (Exp) | $b^{\log_b x} = x$ ($x > 0$) | $b^u = b^u$ | Eliminates matching log base |
| Change of Base | $\log_b a = \frac{\ln a}{\ln b} = \frac{\log a}{\log b}$ | — | Computes non-standard base values |
Worked Examples
Worked Problem 1: Solving an Exponential Equation Algebraically
Problem: Algebraically solve the equation $250(1.05)^t = 800$ for $t$. Express your answer as an exact value using natural logarithms, and round to the nearest hundredth.
-
Step 1: Isolate the exponential base. Divide both sides by $250$:
-
Step 2: Apply the natural logarithm to both sides.
-
Step 3: Apply the power rule.
-
Step 4: Solve for $t$ exactly.
-
Step 5: Compute the decimal approximation.
Worked Problem 2: Condensing a Multi-Term Logarithmic Expression
Problem: Express $2\log_3(x) + \frac{1}{2}\log_3(x + 4) - \log_3(x^2 - 1)$ as a single logarithm with a coefficient of 1.
-
Step 1: Apply the power rule to move all coefficients to exponents. Rewrite fractional exponent as a square root:
-
Step 2: Apply the product rule to positive terms.
-
Step 3: Apply the quotient rule for the subtracted term.
Worked Problem 3: Solving a Logarithmic Equation with Extraneous Root Elimination
Problem: Algebraically solve $\log_2(x + 3) + \log_2(x - 1) = 5$ for $x$.
-
Step 1: Condense the left side using the product rule.
-
Step 2: Convert to equivalent exponential form.
-
Step 3: Expand and set the quadratic equal to zero.
-
Step 4: Factor the quadratic.
-
Step 5: Check candidate roots in original arguments.
- Test $x = -7$: Because arguments cannot be negative, $x = -7$ is extraneous and must be rejected.
- Test $x = 5$: This is true and valid.
-
Step 6: State the final solution.
Common Regents Pitfalls & Exam Strategies
- Pitfall 1: Distributing logarithms across addition. Students often write $\log(a + b) = \log a + \log b$. This is completely false. Logarithms turn products into sums ($\log(ab) = \log a + \log b$), but $\log(a + b)$ cannot be expanded algebraically.
- Pitfall 2: Confusing $\frac{\log a}{\log b}$ with $\log\left(\frac{a}{b}\right)$. The change of base formula is the quotient of two logarithms: $\frac{\log a}{\log b} = \log_b a$. The quotient rule is the logarithm of a single fraction: $\log\left(\frac{a}{b}\right) = \log a - \log b$.
- Pitfall 3: Failing to show the extraneous root rejection. On constructed-response items, you must explicitly show or state why an extraneous solution is rejected. Simply omitting the negative root without notation may result in a 1-credit loss. Write: "$x = -7$ is rejected because the argument of a logarithm must be positive."
What is the exact algebraic solution for t in the exponential equation 600e^(0.08t) - 150 = 1050?
Which expression represents 3 log x - (1/2) log y + 4 log z condensed into a single logarithm?
What is the complete solution set of the logarithmic equation log₃(x + 6) + log₃(x) = 3?