AP Calculus AB and BC

Product Rule vs Quotient Rule: How and When to Use Each

Use the product rule when two functions are multiplied and the quotient rule when one is divided by another. The product rule gives f'g + fg'; the quotient rule gives (gf' - fg')/g^2. Before using the quotient rule, check whether rewriting the fraction as a product or a sum of powers is faster.

Which rule does the function need?

Before differentiating anything, look at the outermost operation in the function, the last step you would perform if you plugged in a number. If two nonconstant functions are multiplied, use the product rule (Topic 2.8). If one function is divided by another, use the quotient rule (Topic 2.9). That one question settles the choice, and it matters because the two rules are built differently and are not interchangeable at a glance.

Two checks come first. Is either piece just a constant? A constant times a function is the constant multiple rule from Topic 2.6, so the derivative of 7cosx7\cos x is 7sinx-7\sin x with no product rule involved. Can the expression be rewritten so the multiplication or division disappears? A fraction whose denominator is a single power can be split into separate terms and finished with the power rule alone. Running these checks first is the method-selection habit that keeps you off the longest, most error-prone path.

Decision rule

Product of two functions goes to the product rule. One function over another goes to the quotient rule. But first ask whether a constant multiple or a quick rewrite makes both rules unnecessary.

Product ruleQuotient rule
Triggertwo functions multipliedone function divided by another
Formulafg+fgf'g + fg'gffgg2\dfrac{gf' - fg'}{g^2}
Term orderaddition, order is freesubtraction, order is fixed
Common slipwriting fgf'g'flipping the numerator terms

The product rule (Topic 2.8)

The product rule says the derivative of a product is the derivative of the first factor times the second, plus the first factor times the derivative of the second.

ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)\frac{d}{dx}\left[f(x)g(x)\right] = f'(x)g(x) + f(x)g'(x)

Because the two terms are added, their order does not matter: you can write f(x)g(x)+f(x)g(x)f(x)g'(x) + f'(x)g(x) and the answer is identical. The mistake to avoid is assuming the derivative of a product is the product of the derivatives. The expression f(x)g(x)f'(x)g'(x) is not the derivative of f(x)g(x)f(x)g(x); each function has to be paired with the other's derivative. Worked example 1 applies the rule to x2sinxx^2\sin x.

In practice you often combine the product rule with other rules from Unit 2. Each factor is differentiated with whatever rule fits it, a power rule here, a trig or exponential rule there, and those individual derivatives drop into the product-rule template. The structure of the rule does not change; only the pieces you feed it do.

The quotient rule and low-d-high (Topic 2.9)

The derivative of a quotient is the denominator times the derivative of the numerator, minus the numerator times the derivative of the denominator, all divided by the denominator squared.

ddx[f(x)g(x)]=g(x)f(x)f(x)g(x)[g(x)]2\frac{d}{dx}\left[\frac{f(x)}{g(x)}\right] = \frac{g(x)f'(x) - f(x)g'(x)}{\left[g(x)\right]^{2}}

A popular memory aid is low-d-high: low d-high minus high d-low, over the square of what is below. Read high as the numerator, low as the denominator, and d as take the derivative of. Used honestly, the mnemonic has one catch worth stating plainly. The subtraction is not symmetric. With the product rule you add two terms and the order is free; here the term holding the derivative of the numerator must come first, and swapping the two terms flips the sign of the entire derivative. The denominator squared applies to the bottom function only, not to the whole fraction.

It helps to see where the mnemonic comes from. Writing fg\dfrac{f}{g} as fg1f \cdot g^{-1} and differentiating with the product rule and chain rule produces exactly the quotient rule after you combine terms over a common denominator. That is why, whenever the order slips your mind, the product-rule form is a reliable fallback.

Order matters

Low-d-high comes before high-d-low. If you cannot remember which term leads, rewrite the quotient as a product with a negative exponent and use the product rule instead, which never has an order trap.

When rewriting skips the quotient rule

The quotient rule is never wrong, but it is often the slow way. Before you apply it, check for three situations where a rewrite is cleaner and less error-prone.

  • The denominator is a single term. Split the fraction into separate fractions and reduce each with the power rule, as in worked example 3. A denominator like x2x^2 or 3x53x^5 almost always signals this shortcut.
  • The denominator is a constant. Then the whole function is a constant multiple: the derivative of x3x4\dfrac{x^3 - x}{4} is 3x214\dfrac{3x^2 - 1}{4}, using Topic 2.6.
  • The numerator is a constant. Write the function as that constant times the denominator to the power 1-1 and differentiate with the chain rule, which is usually shorter than the quotient rule.

None of these needs the quotient rule at all. Recognizing them is the whole point: the exam rewards choosing the shortest correct path, not grinding every fraction through the same formula.

Common mistakes to avoid

Most lost points on these topics come from a small set of predictable slips rather than from not knowing the rules. On multiple-choice questions the wrong answers are usually built from exactly these errors, so a graded response that matches one of the traps below is a signal to recheck rather than move on. Watch for each of the following.

  • Writing f(x)g(x)f'(x)g'(x) for the derivative of a product. The product rule mixes each function with the other function's derivative; it never multiplies the two derivatives.
  • Flipping the subtraction order in the quotient rule. Low-d-high comes first; reversing the terms negates the whole answer.
  • Forgetting to square the denominator, or squaring the entire fraction instead of just the bottom function.
  • Reaching for the quotient rule when the denominator is a single power or a constant, where splitting or a constant multiple is faster.
  • Missing a hidden chain rule. If the numerator or denominator is itself a composition, such as sin(3x)\sin(3x), its derivative needs the chain rule before it goes into the product or quotient rule.

Worked examples

Worked example

Product rule with a trig factor

Differentiate f(x)=x2sinxf(x) = x^2 \sin x.

  1. The outer operation is multiplication of x2x^2 and sinx\sin x, so this is a product rule problem. Let the first factor be x2x^2 and the second be sinx\sin x.
  2. Differentiate each factor separately: the derivative of x2x^2 is 2x2x, and the derivative of sinx\sin x is cosx\cos x (Topic 2.7).
  3. Apply the product rule, derivative of the first times the second plus the first times the derivative of the second: f(x)=(2x)(sinx)+(x2)(cosx)f'(x) = (2x)(\sin x) + (x^2)(\cos x).
  4. Write the terms in a clean order: f(x)=2xsinx+x2cosxf'(x) = 2x\sin x + x^2\cos x. Nothing cancels, so this is fully simplified.

f(x)=2xsinx+x2cosxf'(x) = 2x\sin x + x^2\cos x

Worked example

Quotient rule step by step

Differentiate f(x)=2x+1x2+3f(x) = \dfrac{2x+1}{x^2+3}.

  1. The outer operation is division, and the denominator x2+3x^2+3 is not a single power, so the quotient rule applies. Set high to 2x+12x+1 and low to x2+3x^2+3.
  2. Differentiate each piece: the derivative of the high is 22, and the derivative of the low is 2x2x.
  3. Apply low-d-high minus high-d-low over low squared: f(x)=(x2+3)(2)(2x+1)(2x)(x2+3)2f'(x) = \dfrac{(x^2+3)(2) - (2x+1)(2x)}{(x^2+3)^2}.
  4. Expand the numerator: (x2+3)(2)=2x2+6(x^2+3)(2) = 2x^2 + 6 and (2x+1)(2x)=4x2+2x(2x+1)(2x) = 4x^2 + 2x.
  5. Subtract, keeping the order fixed: 2x2+6(4x2+2x)=2x2+64x22x=2x22x+62x^2 + 6 - (4x^2 + 2x) = 2x^2 + 6 - 4x^2 - 2x = -2x^2 - 2x + 6.
  6. So f(x)=2x22x+6(x2+3)2f'(x) = \dfrac{-2x^2 - 2x + 6}{(x^2+3)^2}. Factoring 2-2 from the numerator gives the equivalent form 2(x2+x3)(x2+3)2\dfrac{-2(x^2 + x - 3)}{(x^2+3)^2}.

f(x)=2x22x+6(x2+3)2f'(x) = \dfrac{-2x^2 - 2x + 6}{(x^2+3)^2}

Worked example

Rewriting to skip the quotient rule

Differentiate f(x)=x3+4xx2f(x) = \dfrac{x^3 + 4x}{x^2}.

  1. The denominator is a single power, x2x^2, so before reaching for the quotient rule, split the fraction into separate terms: f(x)=x3x2+4xx2f(x) = \dfrac{x^3}{x^2} + \dfrac{4x}{x^2}.
  2. Reduce each term using exponent rules: x3x2=x\dfrac{x^3}{x^2} = x and 4xx2=4x1\dfrac{4x}{x^2} = 4x^{-1}. So f(x)=x+4x1f(x) = x + 4x^{-1}.
  3. Differentiate term by term with the power rule (Topic 2.5): the derivative of xx is 11, and the derivative of 4x14x^{-1} is 4x2-4x^{-2}.
  4. Combine: f(x)=14x2=14x2f'(x) = 1 - 4x^{-2} = 1 - \dfrac{4}{x^2}.
  5. As a check, the quotient rule gives x2(3x2+4)(x3+4x)(2x)x4=x44x2x4=14x2\dfrac{x^2(3x^2+4) - (x^3+4x)(2x)}{x^4} = \dfrac{x^4 - 4x^2}{x^4} = 1 - \dfrac{4}{x^2}, the same answer with more algebra.

f(x)=14x2f'(x) = 1 - \dfrac{4}{x^2}

Frequently asked questions

Is there a product rule for three functions?

Yes. For a product of three functions the derivative is fgh+fgh+fghf'gh + fg'h + fgh': differentiate one factor at a time and keep the other two unchanged. The same pattern extends to any number of factors.

Can I use the product rule instead of the quotient rule?

Always. Rewrite fg\dfrac{f}{g} as fg1f \cdot g^{-1} and use the product rule together with the chain rule. Combining the result over a common denominator gives exactly the quotient rule, so it is a valid fallback if you forget the quotient formula.

What is the difference between the product rule and the chain rule?

The product rule is for two functions multiplied together, such as x2sinxx^2\sin x. The chain rule is for one function composed inside another, such as sin(x2)\sin(x^2). Check whether the pieces are multiplied or nested before choosing.

Do I need to memorize the quotient rule for the AP exam?

Yes. The AP Calculus AB and BC exams do not provide a formula sheet, so you need the quotient rule memorized, or be ready to rebuild it from the product rule with a negative exponent.