Decision guideCalculus IFoundational8 min read

Product Rule or Quotient Rule?

Choose the derivative rule from the top-level operation—and simplify first when algebra can remove the choice entirely.

(fg)=fg+fg(fg)'=f'g+fg'
Decision guide

A practical comparison that turns a vague choice into a repeatable test.

Reviewed July 11, 2026
DecisionStart here

Use the Product Rule when two varying factors are multiplied. Use the Quotient Rule for a genuine ratio, unless rewriting with powers makes the Chain and Product Rules cleaner.

01

Read the top-level operation

Parentheses matter. In x² sin x, multiplication is the final operation, so use the Product Rule. In sin(x²), sine is the final operation, so use the Chain Rule instead.

A quotient can be rewritten as multiplication by a negative power, but that is only helpful when the rewritten structure is simpler.

02

Simplify before differentiating

Cancel common factors, split simple fractions, and combine powers before committing to a rule. A shorter equivalent expression usually produces a shorter derivative and fewer sign errors.

Do not cancel terms across addition; simplification must remain algebraically valid.

03

Why both terms are necessary

In a product, each factor changes while the other provides scale. The derivative includes one contribution from f changing and another from g changing. Keeping only f′g misses half the motion.

Worked exampleRewrite the quotient

Differentiate (x² + 1)/x.

1x2+1x=x+x1\frac{x^2+1}{x}=x+x^{-1}

Split the quotient before choosing a rule.

2ddx(x+x1)=1x2\frac{d}{dx}(x+x^{-1})=1-x^{-2}

Differentiate term by term.

311x21-\frac1{x^2}

Return to a conventional form.

Result11x2\boxed{1-\dfrac1{x^2}}
Watch for

Common mistakes

  1. Using f′g′ for the derivative of a product.
  2. Reversing the numerator order in the Quotient Rule.
  3. Using a large rule before checking for a simple algebraic rewrite.
Keep

Three takeaways

  1. Identify the final operation.
  2. Simplify first whenever possible.
  3. Products need two derivative contributions.