Fiveable

📘Intermediate Algebra Unit 10 Review

QR code for Intermediate Algebra practice questions

10.4 Use the Properties of Logarithms

10.4 Use the Properties of Logarithms

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
📘Intermediate Algebra
Unit & Topic Study Guides

Properties of Logarithms

Logarithm properties let you break apart complicated expressions into simpler pieces. Instead of working with the log of a big product, quotient, or power, you can rewrite it as addition, subtraction, or multiplication. These properties show up constantly when you're solving exponential and logarithmic equations, so getting comfortable with them now will pay off throughout the rest of the course.

Properties of Logarithms

Properties of logarithms, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Properties of the Logarithm

The three core properties

Product Property:

logb(MN)=logb(M)+logb(N)\log_b(M \cdot N) = \log_b(M) + \log_b(N)

The log of a product equals the sum of the logs of each factor. This works because logarithms are really about exponents, and when you multiply two exponential expressions with the same base, you add the exponents.

  • Example: log3(8x)=log3(8)+log3(x)\log_3(8x) = \log_3(8) + \log_3(x)
  • Example: log5(27)=log5(2)+log5(7)\log_5(2 \cdot 7) = \log_5(2) + \log_5(7)

Quotient Property:

logb(MN)=logb(M)logb(N)\log_b\left(\frac{M}{N}\right) = \log_b(M) - \log_b(N)

The log of a quotient equals the log of the numerator minus the log of the denominator. This mirrors how dividing exponential expressions means subtracting exponents.

  • Example: log3(279)=log3(27)log3(9)=32=1\log_3\left(\frac{27}{9}\right) = \log_3(27) - \log_3(9) = 3 - 2 = 1
  • Example: log4(x5)=log4(x)log4(5)\log_4\left(\frac{x}{5}\right) = \log_4(x) - \log_4(5)

Power Property:

logb(Mn)=nlogb(M)\log_b(M^n) = n \cdot \log_b(M)

The log of a number raised to a power equals the exponent times the log of the base number. This property is especially useful because it pulls exponents out front, turning them into simple multiplication.

  • Example: log2(x5)=5log2(x)\log_2(x^5) = 5 \cdot \log_2(x)
  • Example: log(103)=3log(10)=31=3\log(10^3) = 3 \cdot \log(10) = 3 \cdot 1 = 3

All three properties require the same base on every logarithm. You can't combine log2(x)\log_2(x) and log3(y)\log_3(y) using these rules.

Properties of logarithms, OpenAlgebra.com: Free Algebra Study Guide & Video Tutorials: Properties of the Logarithm

Change-of-base formula

Most calculators only have buttons for log\log (base 10) and ln\ln (base ee). The change-of-base formula lets you evaluate a logarithm with any base by converting it:

logb(x)=loga(x)loga(b)\log_b(x) = \frac{\log_a(x)}{\log_a(b)}

You can choose any new base aa, but base 10 or base ee are the practical choices since those are on your calculator.

  • Example: To evaluate log5(20)\log_5(20), rewrite it as log(20)log(5)=1.30100.69901.861\frac{\log(20)}{\log(5)} = \frac{1.3010}{0.6990} \approx 1.861
  • You could also use natural log: ln(20)ln(5)\frac{\ln(20)}{\ln(5)} gives the same result.

Simplification of complex logarithms

When you need to expand or simplify a logarithmic expression, apply the properties in a systematic order:

  1. Use the product property to split logs of products into sums.
  2. Use the quotient property to split logs of fractions into differences.
  3. Use the power property to bring exponents down in front as coefficients.
  4. Combine like terms if possible.

Example: Expand log2(x3yz2)\log_2\left(\frac{x^3 y}{z^2}\right)

  1. Apply the quotient property: log2(x3y)log2(z2)\log_2(x^3 y) - \log_2(z^2)

  2. Apply the product property to the first term: log2(x3)+log2(y)log2(z2)\log_2(x^3) + \log_2(y) - \log_2(z^2)

  3. Apply the power property: 3log2(x)+log2(y)2log2(z)3\log_2(x) + \log_2(y) - 2\log_2(z)

When different bases appear, use the change-of-base formula first to get everything into the same base, then apply the other properties.

  • Example: If an expression contains both log3(x2)\log_3(x^2) and log9(z)\log_9(z), convert log9(z)\log_9(z) to base 3 using the change-of-base formula: log9(z)=log3(z)log3(9)=log3(z)2\log_9(z) = \frac{\log_3(z)}{\log_3(9)} = \frac{\log_3(z)}{2}. Now all terms share base 3 and you can combine them.

Logarithms and functions

Logarithmic functions are the inverses of exponential functions. If f(x)=bxf(x) = b^x, then f1(x)=logb(x)f^{-1}(x) = \log_b(x). The base bb must be positive and not equal to 1.

  • The domain of logb(x)\log_b(x) is all positive real numbers (x>0x > 0). You cannot take the log of zero or a negative number.
  • The range is all real numbers. A logarithm can output any value from -\infty to \infty.

This inverse relationship is why logarithm properties mirror exponent rules: the product property corresponds to the rule bmbn=bm+nb^m \cdot b^n = b^{m+n}, the quotient property corresponds to bmbn=bmn\frac{b^m}{b^n} = b^{m-n}, and the power property corresponds to (bm)n=bmn(b^m)^n = b^{mn}.