Algebra 2 Advanced exponential equationslog equationssolving

Solving Exponential & Log Equations

Taking logs to reach an exponent, and exponentiating to escape a log.

Video by Khan Academy — “Solving logarithmic equations | Exponential and logarithmic functions | Algebra II | Khan Academy” Watch on YouTube

The explanation

Key idea Take the log of both sides to bring a variable exponent down.

When the variable is in the exponent, take the log of both sides and use the power rule.

For 3ˣ = 20:
log(3ˣ) = log 20 → x·log 3 = log 20 → x = log 20 / log 3 ≈ 2.727.

If both sides can be written with the same base, that is faster. 2ˣ = 32 is just 2ˣ = 2⁵, so x = 5.

When the variable is inside a log, condense to one log and then exponentiate.

log(x) + log(x − 3) = 1 → log(x(x−3)) = 1 → x(x−3) = 10 → x² − 3x − 10 = 0 → x = 5 or x = −2.

Then check. x = −2 makes log(−2) undefined, so only x = 5 survives.

Worked example

Solve 5·2ˣ = 160, and log₃(x) + log₃(x − 2) = 1.

  1. Divide by 5: 2ˣ = 32 = 2⁵, so x = 5.
  2. Condense: log₃(x(x − 2)) = 1.
  3. Exponentiate: x² − 2x = 3 → x² − 2x − 3 = 0 → (x−3)(x+1) = 0.
  4. x = 3 or x = −1; reject −1 since log₃(−1) is undefined.

Answer: x = 5 for the first; x = 3 for the second.

Common mistakes

  • Dividing by the coefficient after taking logs rather than before.
  • Keeping a root that makes any original log argument non-positive.