DWG NO. 3.5 — Lesson 5 of 6

Solving Exponential and Logarithmic Equations

Unit 3: Exponential and Logarithmic Functions · ~25 min

Objective Solve equations with the variable in an exponent or inside a logarithm, and check for extraneous solutions.

Every tool from this unit — matching bases, the inverse relationship between exponentials and logs, and the three log properties from 3.4 — exists to make one move possible: getting a variable out of an exponent or out from inside a logarithm. Which move you use depends on where the variable is stuck.

Exponential equations

Logarithmic equations

2ˣ = 10 x = log₂10 ≈ 3.32 x y y = 10

Solving 2ˣ = 10 graphically: the exponential meets y = 10 exactly where x = log₂10 ≈ 3.32

Worked Example 1 · Matching bases
ProblemSolve \(3^{2x-1}\) = 27.
1Rewrite 27 as a power of 3: 27 = 3³. Now both sides share base 3: \(3^{2x-1}\) = 3³.
2Set the exponents equal: 2x − 1 = 3, so 2x = 4, x = 2.
x = 2
Worked Example 2 · Different bases
ProblemSolve \(5^{x}\) = 40.
140 isn't a clean power of 5, so take ln of both sides: ln(\(5^{x}\)) = ln(40).
2Power rule brings the exponent down: x·ln(5) = ln(40).
3Divide: x = \(\frac{ln(40)}{ln(5)}\) ≈ \(\frac{3.689}{1.609}\) ≈ 2.292.
x ≈ 2.292
Worked Example 3 · Logarithmic equation with extraneous root
ProblemSolve log(x) + log(x − 3) = 1.
1Condense with the product rule: log(x(x−3)) = 1.
2Convert to exponential form (base 10): x(x−3) = 10¹ = 10, so x² − 3x − 10 = 0.
3Factor: (x−5)(x+2) = 0, so x = 5 or x = −2.
4Check both in the original equation: x = −2 makes log(−2) undefined, so it's extraneous. x = 5 gives log(5) + log(2), both defined.
x = 5  (x = −2 rejected)

Guided practice