Logarithms
Logarithms transform complex exponential relationships into manageable arithmetic operations, making them essential for Algebra II students tackling CCSS.HSF.BF and CCSS.HSF.LE standards. When students master the connection between log₁₀(100) = 2 and 10² = 100, they unlock powerful problem-solving tools for exponential growth and decay.
Why it matters
Logarithms appear everywhere in real-world applications that students will encounter beyond high school. Sound engineers use decibel scales where 80 dB represents sound intensity 10⁸ times greater than the threshold of hearing. Financial analysts apply logarithms to calculate compound interest periods—determining that $1,000 growing at 7% annually reaches $2,000 in approximately 10.2 years using natural logarithms. Seismologists measure earthquake intensity on the Richter scale, where each whole number increase represents 10 times more ground motion. Computer scientists rely on logarithmic time complexity in algorithms, where searching through 1,000,000 items requires only about 20 operations using binary search. pH levels in chemistry follow logarithmic scales, with each unit representing 10-fold changes in acidity. These applications demonstrate why logarithms remain crucial mathematical tools across STEM fields.
How to solve logarithms
Logarithms
- log_b(x) = n means bn = x.
- Product: log(ab) = log(a) + log(b).
- Quotient: log(a/b) = log(a) − log(b).
- Power: log(an) = n·log(a).
Example: log₂(8) = 3 because 2³ = 8.
Worked examples
log_10(100) = _______
Answer: 2
- Understand what a logarithm asks → log_10(100) = ? means: 10^? = 100 — A logarithm answers the question: '10 raised to WHAT power gives 100?'
- Try powers of 10 → 10^1 = 10, 10^2 = 100 — Calculate 10^1, 10^2, ... until we reach 100.
- Read off the exponent → 10^2 = 100, so log_10(100) = 2 — The exponent that gives 100 is 2. That's our answer.
log_10(100000) = _______
Answer: 5
- Rewrite as an exponential equation → log_10(100000) = n means 10^n = 100000 — Converting between log form and exponential form is the key skill.
- Build up powers of 10 → 10^1 = 10, 10^2 = 100, 10^3 = 1000, 10^4 = 10000, 10^5 = 100000 — Calculate successive powers of 10 until we hit 100000.
- Identify the matching power → 10^5 = 100000 ← match! — The 5th power of 10 equals 100000.
- Write the answer → log_10(100000) = 5 — The logarithm equals the exponent.
log_10(1000100) = _______
Answer: 1
- Recall the quotient rule for logarithms → log(a / b) = log(a) − log(b) — The log of a quotient equals the difference of the logs.
- Apply the rule → log_10(1000 / 100) = log_10(1000) − log_10(100) — Split the single logarithm into a difference.
- Evaluate each logarithm → log_10(1000) = 3, log_10(100) = 2 — Since 10^3 = 1000 and 10^2 = 100.
- Subtract → 3 − 2 = 1 — Subtract the second log from the first.
Common mistakes
- Students often confuse the base and exponent, writing log₂(8) = 2 instead of 3, forgetting that 2³ = 8, not 2² = 8.
- When using the product rule, students incorrectly multiply logarithms instead of adding them, calculating log(4) + log(2) = log(8) as 2 × 1 = 2 instead of 2 + 1 = 3.
- Students frequently apply logarithm properties incorrectly to sums, writing log(5 + 3) = log(5) + log(3) instead of evaluating log(8) = 3 directly.
- Many students mix up the quotient rule direction, computing log₁₀(1000/10) as log₁₀(10) - log₁₀(1000) = 1 - 3 = -2 instead of log₁₀(1000) - log₁₀(10) = 3 - 1 = 2.