Algebra 2 Advanced logarithmspropertiesexpanding

Properties of Logarithms

Turning multiplication into addition, and powers into coefficients.

Video by Professor Dave Explains — “Logarithms Part 3: Properties of Logs, Expanding Logarithmic Expressions” Watch on YouTube

The explanation

Key idea log(xy) = log x + log y; log(xⁿ) = n·log x.

Three properties do all the work, and each mirrors an exponent rule.

Product: log_b(xy) = log_b x + log_b y
Quotient: log_b(x/y) = log_b x − log_b y
Power: log_b(xⁿ) = n·log_b x

The power rule is the useful one for solving equations: it pulls an exponent down where you can reach it with ordinary algebra.

Two things that look like properties but are false:
log(x + y) is NOT log x + log y.
log(x)/log(y) is NOT log(x/y).

Change of base is worth knowing for calculators: log_b x = ln x / ln b.

Worked example

Expand log(x³√y / z²), then condense 2log a − log b.

  1. Quotient rule: log(x³√y) − log(z²).
  2. Product and power rules: 3log x + (1/2)log y − 2log z.
  3. Condensing: 2log a = log(a²).
  4. Difference becomes a quotient: log(a²/b).

Answer: 3log x + ½log y − 2log z, and log(a²/b)

Common mistakes

  • Writing log(x + y) as log x + log y.
  • Applying the power rule to a coefficient that multiplies the log rather than the argument's exponent.