Skip to content
MathAnvil
§ Algebra

Logarithms

§ Algebra

Logarithms

CCSS.HSF.BFCCSS.HSF.LE3 min read

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.

§ 01

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.

§ 02

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.

§ 03

Worked examples

Beginner§ 01

log_10(100) = _______

Answer: 2

  1. Understand what a logarithm asks log_10(100) = ? means: 10^? = 100 A logarithm answers the question: '10 raised to WHAT power gives 100?'
  2. Try powers of 10 10^1 = 10, 10^2 = 100 Calculate 10^1, 10^2, ... until we reach 100.
  3. Read off the exponent 10^2 = 100, so log_10(100) = 2 The exponent that gives 100 is 2. That's our answer.
Easy§ 02

log_10(100000) = _______

Answer: 5

  1. Rewrite as an exponential equation log_10(100000) = n means 10^n = 100000 Converting between log form and exponential form is the key skill.
  2. 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.
  3. Identify the matching power 10^5 = 100000 ← match! The 5th power of 10 equals 100000.
  4. Write the answer log_10(100000) = 5 The logarithm equals the exponent.
Medium§ 03

log_10(1000100) = _______

Answer: 1

  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.
  2. Apply the rule log_10(1000 / 100) = log_10(1000) − log_10(100) Split the single logarithm into a difference.
  3. Evaluate each logarithm log_10(1000) = 3, log_10(100) = 2 Since 10^3 = 1000 and 10^2 = 100.
  4. Subtract 3 − 2 = 1 Subtract the second log from the first.
§ 04

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.
§ 05

Frequently asked questions

What's the difference between common and natural logarithms?
Common logarithms use base 10 (written as log or log₁₀) while natural logarithms use base e ≈ 2.718 (written as ln). Both follow identical rules, but calculators have separate buttons. Common logs appear in pH scales and decibels, while natural logs dominate calculus and exponential growth problems.
How do I remember which logarithm property to use?
Focus on the operation inside the logarithm. Multiplication becomes addition: log(ab) = log(a) + log(b). Division becomes subtraction: log(a/b) = log(a) - log(b). Exponents become multiplication: log(aⁿ) = n·log(a). The logarithm converts complex operations into simpler ones.
Why can't I take the logarithm of negative numbers?
Logarithms ask 'what power gives this result?' Since any positive base raised to any real power yields a positive result, negative inputs have no real logarithm solutions. For example, there's no real number n where 10ⁿ = -100, so log₁₀(-100) is undefined in real numbers.
When should students use change of base formula?
Use change of base when your calculator lacks the required base or when solving equations with uncommon bases. The formula log_b(x) = log(x)/log(b) converts any logarithm to common or natural logs. This helps evaluate log₃(81) = log(81)/log(3) = 4 on standard calculators.
How do logarithms help solve exponential equations?
Logarithms 'undo' exponentials, isolating variables in exponents. For 2ˣ = 32, take log₂ of both sides: log₂(2ˣ) = log₂(32), which simplifies to x = log₂(32) = 5. This technique works because logarithms and exponentials are inverse operations, like addition and subtraction.
§ 06

Related topics

Share this article