📊 Logarithm Properties
Logarithms are the inverse operations of exponents. They help us solve equations where the unknown appears in the exponent, and they're essential in many real-world applications like measuring earthquake intensity (Richter scale), sound (decibels), and pH in chemistry.
Key Properties & Formulas
- Product Rule: logₐ(mn) = logₐm + logₐn
- Quotient Rule: logₐ(m/n) = logₐm - logₐn
- Power Rule: logₐ(mⁿ) = n·logₐm
- Change of Base: logₐb = logₓb/logₓa
Step-by-Step Problem Solving
- Identify which properties apply to the expression
- Apply one property at a time, working from the inside out
- Simplify using basic arithmetic where possible
- Check your work by verifying domain restrictions
Example 1: Expand log₂(8x³/y)
Step 1: Apply quotient rule: log₂(8x³) - log₂y
Step 2: Apply product rule: log₂8 + log₂(x³) - log₂y
Step 3: Apply power rule & simplify: 3 + 3log₂x - log₂y
Example 2: Condense 2lnx - ½lny
Step 1: Apply power rule: ln(x²) - ln(√y)
Step 2: Apply quotient rule: ln(x²/√y)
⚠️ Common Mistakes
- Distributing logs: log(m+n) ≠ logm + logn
- Forgetting domain: logₐx only exists when x > 0
- Misapplying power rule: logₐmⁿ ≠ (logₐm)ⁿ
- Base confusion: log without base usually means log₁₀ (common log)
💡 Tips & Tricks
- Memory aid: "Multiplication adds, division subtracts, exponents come out front"
- Domain check: Always verify arguments are positive before starting
- Change of base: Use when you need to calculate logs with different bases
- Natural log shortcut: ln(eˣ) = x and e^(lnx) = x
Practice Suggestions
Start with expanding and condensing expressions, then move to solving logarithmic equations. Try these:
- Expand: log₃(27x²y⁵)
- Condense: 2logx + 3log(x+1) - ½logy
- Solve: log₂(x+3) + log₂(x-1) = 3
Practice with both common logs (base 10) and natural logs (base e) to build fluency.