Algebra 2 Core logarithmsinverseexponents

Introduction to Logarithms

A logarithm is an exponent. That single sentence is most of the topic.

Video by Khan Academy — “Introduction to logarithm properties | Logarithms | Algebra II | Khan Academy” Watch on YouTube

The explanation

Key idea log_b(a) = c means bᶜ = a.

A logarithm answers: what exponent turns the base into this number?

log₂(8) = 3, because 2³ = 8.
log₁₀(1000) = 3, because 10³ = 1000.

The definition to hold onto:
log_b(a) = c ⟺ bᶜ = a

Converting between those two forms handles most problems.

Two conventions: log with no base written means base 10, and ln means base e (about 2.718).

The domain matters. You can only take the log of a positive number, because bᶜ is always positive. log(0) and log(−5) do not exist.

Worked example

Evaluate log₃(81), log₅(1/25), and solve log₂(x) = 5.

  1. 3⁴ = 81, so log₃(81) = 4.
  2. 1/25 = 5⁻², so log₅(1/25) = −2.
  3. log₂(x) = 5 means x = 2⁵.

Answer: 4, −2, and x = 32

Common mistakes

  • Taking the log of a negative number or zero.
  • Reading log₂(8) as 2 divided into 8.