logarithms
Logarithmic Equations and Inequalities
You should know: logarithms, exponential functions, inverse functions
Overview
Logarithmic equations contain logarithms of expressions involving unknowns. Solving them uses log properties (product, quotient, power rules) and the inverse relationship: log_b(x) = y iff b^y = x. Key: always check for extraneous solutions (logarithms require positive arguments).
Intuition
log_b(x) = y is just another way of writing b^y = x. To solve log_2(x) = 5, convert: 2^5 = x = 32. For equations like log(x) + log(x-3) = 1 (base 10), use log product rule: log(x(x-3)) = 1, so x(x-3) = 10. Solve the resulting polynomial, then check that all arguments were positive.
Formal Definition
Log laws: log_b(mn) = log_b(m) + log_b(n); log_b(m/n) = log_b(m) - log_b(n); log_b(m^p) = p*log_b(m); log_b(b) = 1; log_b(1) = 0. Change of base: log_b(x) = ln(x)/ln(b). To solve: combine logs, convert to exponential form, solve, check domain.
Notation
| Notation | Meaning |
|---|---|
| Logarithm base b of x: exponent to which b must be raised to get x | |
| Common logarithm (base 10) in most algebra contexts |
Theorems
Worked Examples
- 1
Combine logs: log_3((x+2)(x-4)) = 3.
- 2
Convert to exponential: (x+2)(x-4) = 27.
- 3
Factor: (x-7)(x+5) = 0, so x = 7 or x = -5.
- 4
Check: x=7: log_3(9)+log_3(3)=2+1=3. OK. x=-5: log_3(-3) undefined. Reject.
✓ Answer
x = 7
Practice Problems
Solve 2^{x+1} = 5 for x.
Common Mistakes
Forgetting to check for extraneous solutions after solving.
Log equations can produce extraneous solutions after squaring or polynomial steps. Always substitute back and verify that all logarithm arguments are positive.
Quiz
Historical Background
Logarithms were invented by John Napier (1614) and simultaneously by Joost Burgi (1620) as computational tools to simplify multiplication (via log product rule: log(ab) = log a + log b). Henry Briggs and Napier collaborated to create common logarithm tables (base 10). The slide rule, used until the 1970s, is a physical embodiment of logarithm addition.
- 1614
John Napier publishes Mirifici Logarithmorum Canonis Descriptio
John Napier
- 1624
Henry Briggs publishes Arithmetica Logarithmica with base-10 log tables
Henry Briggs
Summary
- log_b(x) = y iff b^y = x. Domain: x > 0; range: all reals.
- Product: log(mn)=log(m)+log(n). Quotient: log(m/n)=log(m)-log(n). Power: log(m^p)=p*log(m).
- To solve: combine using log laws, convert to exponential form, solve, check for extraneous solutions.
- Change of base: log_b(x) = ln(x)/ln(b).
References
- BookLarson, R. Algebra and Trigonometry. 9th ed. Brooks/Cole, 2013.
Mathematics