TOPIC

Combining product rule and quotient rule in logarithms

MY PROGRESS

Pug Score

0%

Best Streak

0 in a row

Study Points

+0

Overview

Practice

Watch

Read

Quiz

Next Steps


Get Started

Get unlimited access to all videos, practice problems, and study tools.

Unlimited practice
Full videos

Back to Menu

Topic Progress

Pug Score

0%

Videos Watched

0/0

Best Practice

No score

Read

Not viewed

Best Quiz

No attempts


Best Streak

0 in a row

Study Points

+0

Read

Combining Product Rule and Quotient Rule in Logarithms

This lesson shows how to use the product rule and quotient rule of logarithms together in the same expression. You'll learn to expand a single log of a complicated fraction or product into a sum and difference of simpler logs, and to reverse the process to condense several logs into one.

Why combine the product rule and quotient rule?

Once you know the individual log rules, most real problems don't hand you a clean single product or a clean single quotient. Instead, you get an expression with multiplication and division tangled together inside one logarithm, such as \( \log\left(\dfrac{xy}{z}\right) \). To break this apart (or to reverse the process and squeeze several logs into one), you need to apply the product rule of logarithms and the quotient rule side by side. This lesson is about handling both at once, in either direction.

Quick review of the two rules

Before combining anything, it helps to have both rules written out clearly. For any positive base \( b \) and positive numbers \( M \) and \( N \):

Product Rule log b (M × N) = log b M + log b N Quotient Rule log b (M ÷ N) = log b M – log b N
The product rule turns multiplication inside a log into addition; the quotient rule turns division into subtraction.

If you need a refresher on what a logarithm actually represents before working with these rules, take a look at what is a logarithm? first.

Expanding a mixed expression

The most common task is expanding a single log that contains both a product and a quotient. The strategy is: identify the top (numerator) and bottom (denominator) separately, apply the quotient rule to split the fraction into a subtraction, and then apply the product rule to any remaining multiplication.

Example 1: Expand \( \log\left(\dfrac{xy}{z}\right) \).

Treat \( xy \) as the numerator and \( z \) as the denominator. By the quotient rule:

\( \log\left(\dfrac{xy}{z}\right) = \log(xy) - \log z \)

Now apply the product rule to \( \log(xy) \):

\( \log(xy) - \log z = \log x + \log y - \log z \)

Notice the subtraction from the quotient rule only attaches to \( \log z \), not to \( \log y \) as well — that grouping matters and is where most errors happen.

Example 2: Expand \( \log_2\left(\dfrac{a^2 b}{c \, d}\right) \).

Split into numerator over denominator first:

\( \log_2(a^2 b) - \log_2(cd) \)

Then expand each piece with the product rule:

\( \left(2\log_2 a + \log_2 b\right) - \left(\log_2 c + \log_2 d\right) \)

Distribute the negative sign across every term that came from the denominator:

\( 2\log_2 a + \log_2 b - \log_2 c - \log_2 d \)

This last step, distributing the subtraction to every factor in the denominator, is the part that combining both rules adds on top of using just one rule alone.

Condensing back into a single log

The reverse skill is just as important: given a sum and difference of logs, write it as one logarithm. Work from the rules in the opposite direction — added logs become multiplied arguments, subtracted logs become divided arguments.

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

Group the addition first: \( \log x + \log y = \log(xy) \). Then apply the quotient rule to the subtraction:

\( \log(xy) - \log z = \log\left(\dfrac{xy}{z}\right) \)

Example 4: Condense \( 2\log_3 a + \log_3 b - \log_3 c - \log_3 d \).

First rewrite \( 2\log_3 a \) as \( \log_3(a^2) \) using the power rule, then combine the added terms into a product and the subtracted terms into a division:

\( \log_3(a^2) + \log_3 b - \log_3 c - \log_3 d = \log_3\left(\dfrac{a^2 b}{cd}\right) \)

Every term that was added ends up on top of the fraction, and every term that was subtracted ends up on the bottom.

Common mistakes to watch for

When both rules appear in the same problem, three errors show up more than any others:

  • Forgetting that subtraction from the quotient rule must be distributed to every term that came out of the denominator, not just the first one.
  • Mixing up which rule to apply first: always deal with the outer structure (is it a product or a quotient overall?) before expanding what's inside each piece.
  • Trying to combine \( \log x + \log y \) into \( \log(x+y) \) instead of \( \log(xy) \). Logs never distribute over plain addition inside their argument.

These skills feed directly into solving logarithmic equations, where condensing multiple logs into one is often the first step before removing the log altogether.

Practice strategy

When you see a log expression that combines multiplication and division, slow down and label the numerator and denominator before touching anything. Apply the quotient rule once to split the fraction, then apply the product rule to any remaining products on either side. For condensing, do the reverse: handle exponents with the power rule first, then merge sums into products and differences into quotients, one step at a time rather than all at once.

Related lessons