The page covers two related families of equations: equations whose unknown sits inside a logarithm, and exponential equations solved by taking a logarithm of both sides. The same toolkit — convert, condense, apply the one-to-one property, substitute, and check the domain — handles every form. The table below collects each equation form with its method and a worked example, in the order the page introduces them.
| Equation form |
Method |
Worked example |
| logₐ(x) = k |
convert to exponential form: x = aᵏ |
log₂(x) = 5 → x = 32 |
| logₐ(M) = logₐ(N) |
apply the one-to-one property: M = N |
log₄(3x+2) = log₄(x+10) → x = 4 |
| Sum or difference of logs = k |
condense with logarithm rules, then convert |
log₂(x) + log₂(x−2) = 3 → x = 4 |
| Quadratic in logₐ(x) |
substitute u = logₐ(x), solve, back-substitute |
(log₂x)² − 5log₂x + 6 = 0 → x = 4 or 8 |
| aˣ = B (no matching bases) |
take log or ln of both sides, then divide |
3ˣ = 7 → x = log(7) ⁄ log(3) ≈ 1.771 |
| aᵐˣ⁺ⁿ = bᵖˣ⁺ʳ |
take logs, expand, collect x terms, solve linear equation |
2ˣ⁺³ = 5ˣ⁻¹ → x ≈ 4.026 |