Skip to main content
United StatesCalculusSyllabus dot point

How do you differentiate a quotient of two functions, and why does the order of terms in the numerator matter?

Topic 2.9 The Quotient Rule: differentiate a quotient of two functions using the quotient rule.

A focused answer to AP Calculus AB Topic 2.9, stating and applying the quotient rule for derivatives, emphasizing the order of the numerator terms and the squared denominator, with worked examples.

Generated by Claude Opus 4.88 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. The rule
  3. Order and sign
  4. An alternative: rewrite as a product
  5. When you need it
  6. Why the quotient rule looks the way it does
  7. Simplify the numerator, leave the denominator factored

What this topic is asking

The College Board (Topic 2.9) introduces the quotient rule for differentiating a ratio of two functions. The formula has a specific numerator order and a squared denominator, and getting the order right is the main challenge, because reversing it flips the sign of the answer.

The rule

Order and sign

An alternative: rewrite as a product

You do not always need the quotient rule. A quotient uv\frac{u}{v} can be written as uv1u \cdot v^{-1} and differentiated with the product rule (and the power rule for v1v^{-1}). For simple denominators like f(x)xn\frac{f(x)}{x^n}, rewriting as f(x)xnf(x)\,x^{-n} is often cleaner. Choose whichever is less error-prone for the given problem.

When you need it

Use the quotient rule whenever both the numerator and denominator are non-constant functions of xx. If the denominator is a constant, just use the constant-multiple rule. If the numerator is a constant over a variable, rewriting as a negative power and using the power rule is usually quicker than the full quotient rule.

Why the quotient rule looks the way it does

The quotient rule is really the product rule in disguise. Writing uv\frac{u}{v} as uv1u \cdot v^{-1} and differentiating with the product rule gives uv1+u(v2v)u' v^{-1} + u \cdot (-v^{-2} v'), and putting everything over the common denominator v2v^2 recovers uvuvv2\frac{u'v - uv'}{v^2}. That derivation explains both the subtraction and the squared denominator: the minus sign comes from differentiating v1v^{-1}, which pulls down a negative exponent, and the v2v^2 comes from combining v1v^{-1} and v2v^{-2} over a common denominator. If you ever blank on the exact form during an exam, you can rebuild it this way in a few lines rather than guessing the order of the numerator terms. It also reassures you that the quotient rule is not an independent fact to memorize but a consequence of rules you already know.

Simplify the numerator, leave the denominator factored

A practical exam habit pays off here: after applying the quotient rule, expand and simplify the numerator but usually leave the denominator as [v(x)]2[v(x)]^2 in factored form. The numerator is where sign errors hide and where the question's answer key expects simplification, while squaring out the denominator rarely helps and often makes later steps (such as finding where the derivative is zero) harder. To find critical points, for instance, you set the numerator equal to zero, so a clean factored numerator over an unexpanded squared denominator is exactly the form you want. When the problem asks only for a value f(a)f'(a), substitute aa into the simplified expression rather than expanding everything first, which keeps the arithmetic light and reduces the chance of a slip.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2022 (style)1 marksSection I (multiple choice, no calculator). If f(x)=xx+1f(x) = \frac{x}{x + 1}, then f(x)=f'(x) = (A) 1(x+1)2\frac{1}{(x+1)^2} (B) 1(x+1)2\frac{-1}{(x+1)^2} (C) 11 (D) x+1x\frac{x+1}{x}
Show worked answer →

The correct answer is (A), 1(x+1)2\frac{1}{(x+1)^2}.

Quotient rule with u=xu = x (u=1u' = 1) and v=x+1v = x + 1 (v=1v' = 1): f=uvuvv2=(1)(x+1)(x)(1)(x+1)2=x+1x(x+1)2=1(x+1)2f' = \frac{u'v - uv'}{v^2} = \frac{(1)(x+1) - (x)(1)}{(x+1)^2} = \frac{x + 1 - x}{(x+1)^2} = \frac{1}{(x+1)^2}. The numerator order (uvuvu'v - uv') matters; reversing it would give the wrong sign (choice B).

AP 2023 (style)3 marksSection II (free response, no calculator). Let f(x)=sinxx2f(x) = \frac{\sin x}{x^2}. (a) Identify uu, vv, uu', vv'. (b) Apply the quotient rule to find f(x)f'(x). (c) State the domain restriction.
Show worked answer →

A 3-point quotient-rule question.

(a) (1 point) u=sinxu = \sin x, u=cosxu' = \cos x; v=x2v = x^2, v=2xv' = 2x.
(b) (1 point) f(x)=uvuvv2=cosxx2sinx2x(x2)2=x2cosx2xsinxx4f'(x) = \frac{u'v - uv'}{v^2} = \frac{\cos x \cdot x^2 - \sin x \cdot 2x}{(x^2)^2} = \frac{x^2\cos x - 2x\sin x}{x^4}, which simplifies to xcosx2sinxx3\frac{x\cos x - 2\sin x}{x^3}.
(c) (1 point) The function and its derivative are undefined at x=0x = 0 (the denominator is zero), so x0x \neq 0.

Related dot points

Sources & how we know this