Visual Tools
Calculators
Tables
Mathematical Keyboard
Converters
Other Tools


Logarithms Rules






Transforming Products, Quotients, and Powers

The logarithm of a product, quotient, or power breaks apart in predictable ways. Each rule corresponds to an exponent law, inverted through the logarithmic lens. Mastering these rules enables expanding complex logarithmic expressions into simpler components and condensing sums or differences of logarithms into single expressions — both essential skills for solving equations.

Key Terms

The Rules

Product Rule (Logarithms)loga(xy)=loga(x)+loga(y)\log_a(xy) = \log_a(x) + \log_a(y)
Quotient Rule (Logarithms)loga(x/y)=loga(x)loga(y)\log_a(x/y) = \log_a(x) - \log_a(y)
Power Rule (Logarithms)loga(xn)=nloga(x)\log_a(x^n) = n \cdot \log_a(x)
Change of Base Formulaloga(x)=logb(x)/logb(a)\log_a(x) = \log_b(x) / \log_b(a)

Supporting Concepts

Logarithmeach rule derives from an exponent law inverted through the definition
Common Logarithmtypical target base for change of base
Natural Logarithmalternative target base

Formulas Used on This Page

Product Rule (Logarithms)loga(xy)=loga(x)+loga(y)\log_a(xy) = \log_a(x) + \log_a(y)
Quotient Rule (Logarithms)loga(xy)=loga(x)loga(y)\log_a\left(\frac{x}{y}\right) = \log_a(x) - \log_a(y)
Power Rule (Logarithms)loga(xn)=nloga(x)\log_a(x^n) = n \cdot \log_a(x)
Change of Base Formulaloga(x)=logb(x)logb(a)\log_a(x) = \frac{\log_b(x)}{\log_b(a)}

See All Algebra Definitions

See All Algebra Formulas


The Product Rule

The logarithm of a product equals the sum of the logarithms:

loga(xy)=loga(x)+loga(y)\log_a(xy) = \log_a(x) + \log_a(y)


Multiplication inside the argument becomes addition outside.

Derivation: Let loga(x)=m\log_a(x) = m and loga(y)=n\log_a(y) = n. Then x=amx = a^m and y=any = a^n. The product xy=aman=am+nxy = a^m \cdot a^n = a^{m+n}. Taking the logarithm: loga(xy)=m+n=loga(x)+loga(y)\log_a(xy) = m + n = \log_a(x) + \log_a(y).

Example: log2(84)=log2(8)+log2(4)=3+2=5\log_2(8 \cdot 4) = \log_2(8) + \log_2(4) = 3 + 2 = 5. Verification: 84=32=258 \cdot 4 = 32 = 2^5.

The rule extends to any number of factors:
loga(xyz)=loga(x)+loga(y)+loga(z)\log_a(xyz) = \log_a(x) + \log_a(y) + \log_a(z)

The Quotient Rule

The logarithm of a quotient equals the difference of the logarithms:

loga(xy)=loga(x)loga(y)\log_a\left(\frac{x}{y}\right) = \log_a(x) - \log_a(y)


Division inside the argument becomes subtraction outside.

Derivation: Let loga(x)=m\log_a(x) = m and loga(y)=n\log_a(y) = n. Then x=amx = a^m and y=any = a^n. The quotient xy=aman=amn\frac{x}{y} = \frac{a^m}{a^n} = a^{m-n}. Taking the logarithm: loga(x/y)=mn=loga(x)loga(y)\log_a(x/y) = m - n = \log_a(x) - \log_a(y).

Example: log3(81/9)=log3(81)log3(9)=42=2\log_3(81/9) = \log_3(81) - \log_3(9) = 4 - 2 = 2. Verification: 81/9=9=3281/9 = 9 = 3^2.

The quotient rule also yields: loga(1/x)=loga(1)loga(x)=0loga(x)=loga(x)\log_a(1/x) = \log_a(1) - \log_a(x) = 0 - \log_a(x) = -\log_a(x).

The Power Rule

The logarithm of a power equals the exponent times the logarithm:

loga(xn)=nloga(x)\log_a(x^n) = n \cdot \log_a(x)


Exponents inside the argument become coefficients outside.

Derivation: Let loga(x)=m\log_a(x) = m, so x=amx = a^m. Then xn=(am)n=amnx^n = (a^m)^n = a^{mn}. Taking the logarithm: loga(xn)=mn=nloga(x)\log_a(x^n) = mn = n \cdot \log_a(x).

Example: log2(84)=4log2(8)=43=12\log_2(8^4) = 4 \cdot \log_2(8) = 4 \cdot 3 = 12. Verification: 84=4096=2128^4 = 4096 = 2^{12}.

The rule holds for any real exponent nn, including fractions and negatives:
loga(x)=loga(x1/2)=12loga(x)\log_a(\sqrt{x}) = \log_a(x^{1/2}) = \frac{1}{2}\log_a(x)

loga(x3)=3loga(x)\log_a(x^{-3}) = -3\log_a(x)

The Change of Base Formula

A logarithm in one base can be expressed using logarithms in any other base:

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


This formula converts logarithms to a convenient base — typically 1010 or ee for calculator computation.

Derivation: Let loga(x)=y\log_a(x) = y, so ay=xa^y = x. Taking logb\log_b of both sides: logb(ay)=logb(x)\log_b(a^y) = \log_b(x). By the power rule: ylogb(a)=logb(x)y \cdot \log_b(a) = \log_b(x). Solving for yy: y=logb(x)logb(a)y = \frac{\log_b(x)}{\log_b(a)}.

Common applications:
log2(10)=log(10)log(2)=10.3013.322\log_2(10) = \frac{\log(10)}{\log(2)} = \frac{1}{0.301} \approx 3.322

log5(7)=ln(7)ln(5)=1.9461.6091.209\log_5(7) = \frac{\ln(7)}{\ln(5)} = \frac{1.946}{1.609} \approx 1.209


A useful special case: loga(b)=1logb(a)\log_a(b) = \frac{1}{\log_b(a)}. The logarithms are reciprocals when arguments and bases swap.

The four rules above all follow the same shape: name the logarithms, convert to exponential form, apply the matching exponent law, then read the result back as a logarithm. The table below sets the four derivations side by side so the shared pattern is visible at a glance.
Rule Setup Exponent law applied Read off as a logarithm
Product let logₐ(x) = m, logₐ(y) = n, so x = aᵐ, y = aⁿ aᵐ · aⁿ = aᵐ⁺ⁿ logₐ(xy) = m + n = logₐ(x) + logₐ(y)
Quotient same setup: x = aᵐ, y = aⁿ aᵐ ⁄ aⁿ = aᵐ⁻ⁿ logₐ(x⁄y) = m − n = logₐ(x) − logₐ(y)
Power let logₐ(x) = m, so x = aᵐ (aᵐ)ⁿ = aᵐⁿ logₐ(xⁿ) = mn = n · logₐ(x)
Change of base let logₐ(x) = y, so aʸ = x take log_b of both sides; apply the power rule y · log_b(a) = log_b(x), so logₐ(x) = log_b(x) ⁄ log_b(a)

Expanding Logarithmic Expressions

A single logarithm with a compound argument can be written as a sum or difference of simpler logarithms, with exponents pulled out as coefficients. The product rule splits multiplication, the quotient rule splits division, and the power rule extracts exponents.

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

log2(x3yz2)=log2(x3y)log2(z2)\log_2\left(\frac{x^3 y}{z^2}\right) = \log_2(x^3 y) - \log_2(z^2)

=log2(x3)+log2(y)log2(z2)= \log_2(x^3) + \log_2(y) - \log_2(z^2)

=3log2(x)+log2(y)2log2(z)= 3\log_2(x) + \log_2(y) - 2\log_2(z)


Example: Expand ln(ab3)\ln\left(\sqrt{\frac{a}{b^3}}\right).

ln(ab3)=ln(ab3)1/2=12ln(ab3)\ln\left(\sqrt{\frac{a}{b^3}}\right) = \ln\left(\frac{a}{b^3}\right)^{1/2} = \frac{1}{2}\ln\left(\frac{a}{b^3}\right)

=12(ln(a)ln(b3))=12ln(a)32ln(b)= \frac{1}{2}\left(\ln(a) - \ln(b^3)\right) = \frac{1}{2}\ln(a) - \frac{3}{2}\ln(b)

Condensing Logarithmic Expressions

Multiple logarithms can be combined into a single logarithm by reversing the expansion process. Coefficients become exponents through the power rule, sums become products through the product rule, and differences become quotients through the quotient rule.

Example: Condense 2log(x)+log(y)3log(z)2\log(x) + \log(y) - 3\log(z).

2log(x)+log(y)3log(z)=log(x2)+log(y)log(z3)2\log(x) + \log(y) - 3\log(z) = \log(x^2) + \log(y) - \log(z^3)

=log(x2y)log(z3)=log(x2yz3)= \log(x^2 y) - \log(z^3) = \log\left(\frac{x^2 y}{z^3}\right)


Example: Condense 12ln(a+1)ln(b)ln(c)\frac{1}{2}\ln(a+1) - \ln(b) - \ln(c).

12ln(a+1)ln(b)ln(c)=ln(a+1)1/2ln(b)ln(c)\frac{1}{2}\ln(a+1) - \ln(b) - \ln(c) = \ln(a+1)^{1/2} - \ln(b) - \ln(c)

=lna+1ln(bc)=ln(a+1bc)= \ln\sqrt{a+1} - \ln(bc) = \ln\left(\frac{\sqrt{a+1}}{bc}\right)


Condensing is essential for solving equations where multiple logarithms must combine before applying the one-to-one property.

Common Errors

Several incorrect "rules" persistently appear. None of the following equalities hold:

loga(x+y)loga(x)+loga(y)\log_a(x + y) \neq \log_a(x) + \log_a(y)


The logarithm of a sum does not split. There is no simplification for loga(x+y)\log_a(x + y).

loga(xy)loga(x)loga(y)\log_a(x - y) \neq \log_a(x) - \log_a(y)


The logarithm of a difference does not split either.

loga(x)loga(y)loga(xy)\log_a(x) \cdot \log_a(y) \neq \log_a(xy)


Multiplying logarithms is not the same as the logarithm of a product.

loga(x)loga(y)loga(xy)\frac{\log_a(x)}{\log_a(y)} \neq \log_a\left(\frac{x}{y}\right)


Dividing logarithms is not the same as the logarithm of a quotient. However, note that loga(x)loga(y)=logy(x)\frac{\log_a(x)}{\log_a(y)} = \log_y(x) by the change of base formula.

(loga(x))nnloga(x)(\log_a(x))^n \neq n\log_a(x)


Raising a logarithm to a power is not the same as multiplying by that power. The power rule applies to exponents inside the argument, not outside.
Incorrect "rule" What is actually true
logₐ(x + y) ≠ logₐ(x) + logₐ(y) sums inside a logarithm have no expansion — leave logₐ(x + y) as written
logₐ(x − y) ≠ logₐ(x) − logₐ(y) differences inside a logarithm have no expansion either
logₐ(x) · logₐ(y) ≠ logₐ(xy) the product rule equates logₐ(xy) with the sum logₐ(x) + logₐ(y), not the product
logₐ(x) ⁄ logₐ(y) ≠ logₐ(x⁄y) this ratio equals log_y(x) by change of base — a different logarithm entirely
(logₐ(x))ⁿ ≠ n · logₐ(x) the power rule applies to exponents inside the argument; an exponent on the whole logarithm does not move

Summary of Logarithm Rules

The four rules together form a single transformation system: each one converts an operation inside the argument into a different operation on the outside. The table below collects the rules in one place — identity, what gets transformed, and a quick numerical example — useful as a reference card while expanding or condensing expressions.
Rule Identity What it transforms Example
Product logₐ(x·y) = logₐ(x) + logₐ(y) multiplication inside ↔ addition outside log₂(8·4) = 3 + 2 = 5
Quotient logₐ(x⁄y) = logₐ(x) − logₐ(y) division inside ↔ subtraction outside log₃(81⁄9) = 4 − 2 = 2
Power logₐ(xⁿ) = n · logₐ(x) exponent inside ↔ coefficient outside log₂(8³) = 3 · 3 = 9
Change of base logₐ(x) = log_b(x) ⁄ log_b(a) rewrites a logarithm in any new base b log₂(7) = log(7)⁄log(2) ≈ 2.807