Solving Exponential & Logarithmic Equations
Logarithms and exponentials are inverses — so an equation with the variable trapped in an exponent, or buried inside a log, can always be freed by applying the opposite operation to both sides.
Undoing an exponent with a logarithm
The previous lesson established that logb and raising-to-the-b are inverse operations: they cancel. That is exactly what is needed when x is stuck in an exponent. Starting from bx = k, take logb of both sides and the left side collapses straight to x.
Isolate the exponential first
When the exponential is not alone, treat it like any other algebraic quantity: get a·bx = k down to bx by itself — divide by a — before taking a log. Taking a log too early, while other terms are still attached, does not simplify anything because a log cannot be distributed over addition or multiplication by a constant that is outside the power.
Solving a logarithmic equation
When x is trapped inside a log instead of an exponent, do the reverse: exponentiate both sides using the log's base to strip the log away. First combine any sum or difference of logs into a single log using the product and quotient laws, then exponentiate.
- Isolate the exponential first by dividing by 4: \( 3^x = 27 \).
- Take a log of both sides (or recognize 27 as a power of 3): \( \ln(3^x) = \ln 27 \Rightarrow x\ln 3 = \ln 27 \).
- Solve for x: \( x = \dfrac{\ln 27}{\ln 3} = 3 \), matching \( 3^3 = 27 \) directly.
- Combine with the product law: \( \log_2\big(x(x-2)\big) = 3 \).
- Exponentiate base 2: \( x(x-2) = 2^3 = 8 \), so \( x^2 - 2x - 8 = 0 \), which factors as \( (x-4)(x+2)=0 \), giving \( x = 4 \) or \( x = -2 \).
- Check the domain: \( x = -2 \) makes \( \log_2(x) = \log_2(-2) \) undefined, so it is rejected. \( x = 4 \) gives \( \log_2 4 + \log_2 2 = 2+1=3 \), which checks out.
Applications: growth, decay, and scales
Compound interest, A = P(1 + r/n)nt, traps the time t in an exponent — solving for how long an investment takes to reach a target uses exactly this log technique. Radioactive and other decay similarly buries time in an exponent; to solve for the time until a substance reaches a given fraction remaining, as in half-life problems, logs are unavoidable rather than optional — this is the tool that was missing when time first needed solving for. pH and other logarithmic scales run the idea in the opposite direction: they are already logs of a quantity, so converting a scale reading back into the underlying quantity means exponentiating.
Check your understanding
- bˣ = k is solved by taking a logarithm of both sides: x = log_b k = ln k / ln b.
- Isolate the exponential term before taking a log — a log cannot be distributed over addition or a leading coefficient.
- bˣ = k has exactly one solution when k > 0, and none when k ≤ 0, since bˣ is always positive.
- Logarithmic equations are solved by combining logs into one and then exponentiating both sides.
- Every candidate solution to a log equation must be checked: a log's argument must be strictly positive, or the root is extraneous.