Logarithmic Equations
A logarithmic equation hides an unknown inside a log; the goal is to strip the log away. The standard playbook: combine all logs on one side into a single log using the laws, then convert log_b X = k into the exponential form X = b^k, or set two equal logs equal in their arguments. Substitution is the second big move — let t = log_b x to turn a log-quadratic like (log x)^2 − 3·log x + 2 = 0 into an ordinary quadratic in t, solve, then back-substitute. The non-negotiable final step in CAT is checking the domain: a logarithm is only defined for a positive argument and a positive base ≠ 1. Extraneous roots that make any log of a non-positive number must be rejected. Many CAT log equations are deliberately built so one of the two algebraic roots is invalid — testing whether you verify.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
The three laws
| Definition | log_b N = x ⇔ b^x = N (b > 0, b ≠ 1, N > 0) |
|---|---|
| Product law | log_b(MN) = log_b M + log_b N |
| Quotient law | log_b(M/N) = log_b M − log_b N |
| Power law | log_b(M^n) = n · log_b M |
| Log of base / of 1 | log_b b = 1, log_b 1 = 0 |
CAT power-tools
| Change of base | log_b a = (log a)/(log b) = (log_c a)/(log_c b) |
|---|---|
| Reciprocal rule | log_b a · log_a b = 1, i.e. log_b a = 1/log_a b |
| Base-power rule | log_(b^m)(a^n) = (n/m) · log_b a |
| Identity | b^(log_b N) = N and a^(log_b c) = c^(log_b a) |
| Digit count of N (base 10) | digits = ⌊log_10 N⌋ + 1 |