Product Rule for Logarithms

Combine multiplication inside a logarithm into a sum of separate logarithms, making complex equations and expressions simpler to solve and evaluate.

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

Solve a problem with Product Rule for Logarithms

Type the problem. The solver will use Product Rule for Logarithms where Product Rule for Logarithms is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Product Rule for Logarithms takes
aa
xx
yy
Product Rule for Logarithms
SymbolMeaning
aaThe base of the logarithm; must be positive and not equal to 1, or the logarithm is undefined.
xxThe first factor in the product inside the logarithm; must be positive, since logarithms of negative numbers or zero are not defined in real numbers.
yyThe second factor in the product inside the logarithm; must be positive, as logarithms require positive arguments to give real-number outputs.

When to use it

When you see a logarithm with two or more factors multiplied together, use the product rule to split it into separate logarithms you can work with.

Level

Usually taught in: Algebra II

Worked examples

1. Evaluate a product of known logarithms

Problem

Evaluate log3(927)\log_3(9 \cdot 27).
  1. log3(927)=log3(9)+log3(27)\log_3(9 \cdot 27) = \log_3(9) + \log_3(27)

    Recognize the product inside the logarithm and apply the product rule to split it into two logarithms with the same base.

  2. log3(9)=2,log3(27)=3\log_3(9) = 2, \quad \log_3(27) = 3

    Evaluate each logarithm separately by asking: what power of 3 gives 9? Since 32=93^2 = 9, we have log3(9)=2\log_3(9) = 2. Since 33=273^3 = 27, we have log3(27)=3\log_3(27) = 3.

  3. 2+3=52 + 3 = 5

    Add the two logarithm values to get the final answer.

Answer: 55

The product rule splits the logarithm of a product into a sum, which lets us evaluate smaller, more manageable pieces. This is faster than computing log3(243)\log_3(243) directly.

2. Combine logarithms with a fraction using the product rule in reverse

Problem

Simplify log5(25)+log5(15)\log_5(25) + \log_5\left(\frac{1}{5}\right).
  1. log5(25)+log5(15)=log5(2515)\log_5(25) + \log_5\left(\frac{1}{5}\right) = \log_5\left(25 \cdot \frac{1}{5}\right)

    Apply the product rule in reverse: a sum of logarithms with the same base equals the logarithm of the product of the arguments.

  2. 2515=255=525 \cdot \frac{1}{5} = \frac{25}{5} = 5

    Multiply the arguments to simplify what is now inside a single logarithm.

  3. log5(5)=1\log_5(5) = 1

    Since any base raised to the power of 1 equals itself, 51=55^1 = 5, so log5(5)=1\log_5(5) = 1 by the definition of a logarithm.

Answer: 11

The product rule works in both directions. Here we combined two logarithms into one, then used a fundamental fact about logarithms. This shows how the rule helps simplify expressions with fractions and multiple logarithmic terms.

3. Word problem: Construction crews combining effort in a logarithmic scale

Problem

Two construction crews are completing separate sections of a project. Crew A finishes in 8 hours and Crew B finishes in 32 hours. The combined effort on a logarithmic time scale is log2(832)\log_2(8 \cdot 32). Find this value.
  1. log2(832)=log2(8)+log2(32)\log_2(8 \cdot 32) = \log_2(8) + \log_2(32)

    Apply the product rule to split the product of the two crew times into a sum of logarithms.

  2. log2(8)=3,log2(32)=5\log_2(8) = 3, \quad \log_2(32) = 5

    Evaluate each logarithm using powers of 2. Since 23=82^3 = 8, we have log2(8)=3\log_2(8) = 3. Since 25=322^5 = 32, we have log2(32)=5\log_2(32) = 5.

  3. 3+5=83 + 5 = 8

    Add the logarithm values to find the combined effort measure.

Answer: 88

In logarithmic scales, multiplication becomes addition, which makes it easy to combine quantities. The product rule directly shows this: the combined time 8×32=256=288 \times 32 = 256 = 2^8 becomes log2(256)=8\log_2(256) = 8. Breaking it into known pieces with the product rule makes the calculation transparent.

Common mistakes

Where Product Rule for Logarithms usually goes wrong
Answer came out wrong
Students write loga(x+y)=loga(x)+loga(y)\log_a(x + y) = \log_a(x) + \log_a(y).
Use loga(xy)=loga(x)+loga(y)\log_a(xy) = \log_a(x) + \log_a(y) only when xx and yy are multiplied. If they are added, the logarithm cannot be split.
Students write loga(xy)=loga(x)loga(y)\log_a(xy) = \log_a(x) \cdot \log_a(y).
The product rule is always loga(xy)=loga(x)+loga(y)\log_a(xy) = \log_a(x) + \log_a(y) with an addition sign. Use multiplication only with the power rule: loga(xn)=nloga(x)\log_a(x^n) = n \cdot \log_a(x).
Students apply the product rule to subtraction, writing loga(xy)=loga(x)loga(y)\log_a(x - y) = \log_a(x) - \log_a(y).
For division inside a logarithm, use the quotient rule: loga(xy)=loga(x)loga(y)\log_a\left(\frac{x}{y}\right) = \log_a(x) - \log_a(y). You cannot use the product rule on subtraction.
The mistakeWhy it is wrongThe fix
Students write loga(x+y)=loga(x)+loga(y)\log_a(x + y) = \log_a(x) + \log_a(y).The product rule applies only to multiplication inside the logarithm, not to addition; there is no logarithm rule for loga(x+y)\log_a(x + y).Use loga(xy)=loga(x)+loga(y)\log_a(xy) = \log_a(x) + \log_a(y) only when xx and yy are multiplied. If they are added, the logarithm cannot be split.
Students write loga(xy)=loga(x)loga(y)\log_a(xy) = \log_a(x) \cdot \log_a(y).The product rule produces a sum on the right side, not a product; confusing these operations gives the wrong answer completely.The product rule is always loga(xy)=loga(x)+loga(y)\log_a(xy) = \log_a(x) + \log_a(y) with an addition sign. Use multiplication only with the power rule: loga(xn)=nloga(x)\log_a(x^n) = n \cdot \log_a(x).
Students apply the product rule to subtraction, writing loga(xy)=loga(x)loga(y)\log_a(x - y) = \log_a(x) - \log_a(y).The product rule applies only to multiplication inside a logarithm. Subtraction of arguments requires the quotient rule, not the product rule.For division inside a logarithm, use the quotient rule: loga(xy)=loga(x)loga(y)\log_a\left(\frac{x}{y}\right) = \log_a(x) - \log_a(y). You cannot use the product rule on subtraction.

Tips and when to use something else

  • The product rule applies only when arguments are multiplied — check the operation between xx and yy before applying the rule; addition and subtraction need different rules.
  • You can apply the product rule in reverse to combine logarithms: if you see loga(x)+loga(y)\log_a(x) + \log_a(y), you can rewrite it as loga(xy)\log_a(xy), which often simplifies the expression.
  • The product rule works only when both logarithms have the same base; if you see log2(x)+log3(y)\log_2(x) + \log_3(y), you cannot combine them without first converting bases.
  • When simplifying a sum of logarithms with the same base, always consider using the product rule in reverse—it often reduces the problem to a single logarithm that is easier to evaluate.

Frequently asked questions

Can I use the product rule if the bases are different, like log2(x)+log3(y)\log_2(x) + \log_3(y)?
No, the product rule only works when both logarithms have the same base. If the bases are different, you must use the change of base formula to convert them first, or you cannot combine them at all.
Is loga(x+y)\log_a(x + y) the same as loga(x)+loga(y)\log_a(x) + \log_a(y)?
No, this is a very common mistake. The product rule applies only to multiplication: loga(xy)=loga(x)+loga(y)\log_a(xy) = \log_a(x) + \log_a(y). There is no standard logarithm rule for addition inside a logarithm, so loga(x+y)\log_a(x + y) cannot be simplified this way.
Why would I use the product rule instead of just computing loga(xy)\log_a(xy) directly?
The product rule is useful when you cannot compute the logarithm directly, when solving equations with logarithms, or when breaking down large or complex expressions into simpler pieces you can evaluate or work with separately.
Can I apply the product rule if xx or yy is negative?
No, logarithms are defined only for positive arguments in the real numbers, so both xx and yy must be positive for the product rule to apply. If either is zero or negative, the logarithm is undefined in real numbers.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18