Fiveable

♾️AP Calculus AB/BC Unit 2 Review

QR code for AP Calculus AB/BC practice questions

2.9 The Quotient Rule

2.9 The Quotient Rule

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

The Quotient Rule lets you differentiate a function written as one function divided by another. For f(x)g(x)\frac{f(x)}{g(x)}, the derivative is g(x)f(x)f(x)g(x)(g(x))2\frac{g(x)f'(x)-f(x)g'(x)}{(g(x))^2}, where both functions must be differentiable and the denominator cannot be zero. For AP Calculus, keep the subtraction order straight because reversing it changes the sign.

Why This Matters for the AP Calculus Exam

The Quotient Rule is one of the core differentiation procedures in AP Calculus, and you need it whenever a function appears as a ratio. It shows up on both multiple-choice and free-response questions, often combined with other rules like the Chain Rule or the derivatives of trig and exponential functions. Picking the right rule and applying it with accurate notation is exactly the kind of careful procedural work the exam rewards. This rule also sets up later topics, including finding derivatives of tangent, cotangent, secant, and cosecant, and locating critical points in function analysis.

Key Takeaways

  • The Quotient Rule formula is 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)}{(g(x))^2}.
  • A common memory aid: low times derivative of high, minus high times derivative of low, all over low squared.
  • Order matters because of the subtraction. Swapping the terms in the numerator gives the wrong sign.
  • Only use this rule when the function is genuinely a quotient and both pieces are differentiable.
  • If you can simplify or cancel first, a fraction may not need the Quotient Rule at all.
  • The denominator gets squared, and the rule is undefined where the original denominator equals zero.

The Quotient Rule Formula

The Quotient Rule is stated below:

ddx[f(x)g(x)]=g(x)ddxf(x)f(x)ddxg(x)(g(x))2\frac{d}{dx} \Bigg[\frac{f(x)}{g(x)}\Bigg] = \frac{g(x)\frac{d}{dx}f(x)-f(x)\frac{d}{dx}g(x)}{(g(x))^2}

Like the Product Rule, the Quotient Rule uses the original functions and their derivatives to build the final derivative. The difference is that here you subtract the products and then divide by the square of the denominator function (in this case, g(x)g(x)).

If the full notation looks crowded, substitute variables. Given that u=f(x)\textcolor{red}{u = f(x)} and v=g(x)\textcolor{green}{v = g(x)}, the Quotient Rule can be written as:

ddx[f(x)g(x)]=ddx(uv)=vuuvv2\frac{d}{dx} \Bigg[\frac{\textcolor{red}{f(x)}}{\textcolor{green}{g(x)}}\Bigg] = \frac{d}{dx} \left(\frac{\textcolor{red}{u}}{\textcolor{green}{v}}\right) = \frac{\textcolor{green}{v}\textcolor{purple}{u'}-\textcolor{red}{u}\textcolor{blue}{v'}}{\textcolor{green}{v^2}}

Note: The Quotient Rule can only be used when the function is in the form f(x)g(x)\frac{f(x)}{g(x)} and both functions are differentiable.

The Power Rule and basic rules still apply inside this process whenever you take f(x)f'(x) and g(x)g'(x).

Quotient Rule Walkthrough

Suppose you are given the rational function below:

y=x2+x2x3+6y=\frac{x^2+x-2}{x^3+6}

It is already in the form f(x)g(x)\frac{f(x)}{g(x)}, so the Quotient Rule applies. Let f(x)=x2+x2f(x) = x^2+x-2 and g(x)=x3+6g(x) = x^3 + 6. Then:

dydx[x2+x2x3+6]=(x3+6)ddx(x2+x2)(x2+x2)ddx(x3+6)(x3+6)2\frac{dy}{dx} \Bigg[\frac{x^2+x-2}{x^3+6}\Bigg] = \frac{(x^3+6)*\frac{d}{dx}(x^2+x-2)-(x^2+x-2)*\frac{d}{dx}(x^3+6)}{(x^3+6)^2}

Take the derivatives of the numerator and denominator and substitute them in:

dydx[x2+x2x3+6]=(x3+6)(2x+1)(3x2)(x2+x2)(x3+6)2\frac{dy}{dx} \Bigg[\frac{x^2+x-2}{x^3+6}\Bigg] = \frac{(x^3+6)(2x+1)-(3x^2)(x^2+x-2)}{(x^3+6)^2}

Use algebra to expand and combine like terms:

dydx[x2+x2x3+6]=(2x4+x3+12x+6)(3x4+3x36x2)(x3+6)2\frac{dy}{dx} \Bigg[\frac{x^2+x-2}{x^3+6}\Bigg] = \frac{(2x^4+x^3+12x+6)-(3x^4+3x^3-6x^2)}{(x^3+6)^2}

After distributing the subtraction and combining like terms, the final answer is:

dydx[x2+x2x3+6]=(x42x3+6x2+12x+6)(x3+6)2\frac{dy}{dx} \Bigg[\frac{x^2+x-2}{x^3+6}\Bigg] =\frac{(-x^4-2x^3+6x^2+12x+6)}{(x^3+6)^2}

You can simplify further when a clean factorization exists, but it is not always needed. Simplify when it helps clarity or sets up a later step.

This rule works on more than just polynomials. It also handles trigonometric functions like sin(x)\sin(x), cos(x)\cos(x), and tan(x)\tan(x), and exponential functions like exe^x. The next two examples show both.

Quotient Rule: Practice Problems

Try each problem yourself before checking the walkthrough.

Example 1: Exponential Numerator

Suppose you are given the rational function below:

y=ex1+x2y = \frac{e^x}{1+x^2}

Here f(x)=exf(x) = e^x and g(x)=1+x2g(x) = 1+x^2. Recall that the derivative of exe^x is just exe^x.

dydx[ex1+x2]=(1+x2)ddx(ex)(ex)ddx(1+x2)(1+x2)2\frac{dy}{dx} \Bigg[\frac{e^x}{1+x^2}\Bigg] = \frac{(1+x^2)*\frac{d}{dx}(e^x)-(e^x)*\frac{d}{dx}(1+x^2)}{(1+x^2)^2}

Substituting the derivatives gives:

dydx[ex1+x2]=(1+x2)(ex)(ex)(2x)(1+x2)2\frac{dy}{dx} \Bigg[\frac{e^x}{1+x^2}\Bigg] = \frac{(1+x^2)*(e^x)-(e^x)*(2x)}{(1+x^2)^2}

This can be left as is, or simplified for clarity:

dydx[ex1+x2]=ex(12x+x2)(1+x2)2=ex(1x)2(1+x2)2\frac{dy}{dx} \Bigg[\frac{e^x}{1+x^2}\Bigg] = \frac{e^x(1-2x+x^2)}{(1+x^2)^2} = \frac{e^x(1-x)^2}{(1+x^2)^2}

The final answer is ex(1x)2(1+x2)2\frac{e^x(1-x)^2}{(1+x^2)^2}. Now let's try the Quotient Rule with trigonometric functions.

Example 2: Trig Functions

Suppose you are given the rational function below:

y=sin(x)1+cos(x)y = \frac{\sin(x)}{1+\cos(x)}

Apply the Quotient Rule with f(x)=sin(x)f(x) = \sin(x) and g(x)=1+cos(x)g(x) = 1 + \cos(x). For this problem, recall that:

ddx(sin(x))=cos(x)\frac{d}{dx}(\sin(x)) = \cos(x)

ddx(cos(x))=sin(x)\frac{d}{dx}(\cos(x)) = -\sin(x)

It helps to know the derivatives of all the basic trig functions for problems like this. Check out this guide if you need a review.

Setting up the rule:

dydx[sin(x)1+cos(x)]=(1+cos(x))ddx(sin(x))sin(x)ddx(1+cos(x))(1+cos(x))2\frac{dy}{dx}\Bigg[\frac{\sin(x)}{1+\cos(x)}\Bigg] = \frac{(1+\cos(x))\frac{d}{dx}(\sin(x)) - \sin(x)\frac{d}{dx}(1+\cos(x))}{(1+\cos(x))^2}

Substituting the derivatives gives:

dydx[sin(x)1+cos(x)]=cos(x)(1+cos(x))sin(x)(sin(x))(1+cos(x))2\frac{dy}{dx}\Bigg[\frac{\sin(x)}{1+\cos(x)}\Bigg] = \frac{\cos(x)(1+\cos(x)) - \sin(x)(-\sin(x))}{(1+\cos(x))^2}

Distribute and combine like terms in the numerator:

dydx[sin(x)1+cos(x)]=cos(x)+cos2(x)+sin2(x)(1+cos(x))2\frac{dy}{dx}\Bigg[\frac{\sin(x)}{1+\cos(x)}\Bigg] = \frac{\cos(x)+\cos^2(x)+\sin^2(x)}{(1+\cos(x))^2}

Using sin2(x)+cos2(x)=1\sin^2(x)+\cos^2(x)=1, this simplifies to:

dydx[sin(x)1+cos(x)]=1+cos(x)(1+cos(x))2=11+cos(x)\frac{dy}{dx}\Bigg[\frac{\sin(x)}{1+\cos(x)}\Bigg] = \frac{1+\cos(x)}{(1+\cos(x))^2} = \frac{1}{1+\cos(x)}

How to Use This on the AP Calculus Exam

Problem Solving

  • Confirm the function is actually a quotient before reaching for the rule. If it simplifies into a sum or a single power, differentiate that instead.
  • Label your pieces clearly. Writing ff, gg, ff', and gg' separately before plugging in cuts down on sign and order mistakes.
  • Show the full Quotient Rule structure before substituting values or expressions. Clear setup makes your reasoning easy to follow and easy to check.

MCQ

  • Many answer choices differ only by a sign in the numerator or a missing squared denominator. Slow down on those two spots.
  • You often do not need to fully expand the numerator to match an answer. Look for the choice in the same form as your setup.

Common Trap

  • If the numerator or denominator is itself a composite function, you will need the Chain Rule on that piece when you compute ff' or gg'.

Common Misconceptions

  • Forgetting to square the denominator. The whole denominator gets squared, written as (g(x))2(g(x))^2, not just g(x)g(x).
  • Reversing the numerator terms. Because of the subtraction, g(x)f(x)f(x)g(x)g(x)f'(x) - f(x)g'(x) is not the same as f(x)g(x)g(x)f(x)f(x)g'(x) - g(x)f'(x). The order changes the sign.
  • Differentiating top and bottom separately. The derivative of a quotient is not f(x)g(x)\frac{f'(x)}{g'(x)}. You must use the full rule.
  • Using it when you do not need to. If a fraction simplifies first, such as canceling a common factor, you may avoid the Quotient Rule entirely and reduce your chance of an error.
  • Ignoring the domain. The derivative is undefined wherever the original denominator equals zero, since those points are not in the domain of the function.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

derivative

The instantaneous rate of change of a function at a specific point, representing the slope of the tangent line to the function at that point.

differentiable function

Functions that have a derivative at every point in their domain, meaning they are smooth and continuous without sharp corners or breaks.

products

The result of multiplying two or more functions together.

quotient

The result of dividing one function by another.

quotient rule

A differentiation rule used to find the derivative of a quotient of two differentiable functions.

Frequently Asked Questions

What is the quotient rule in AP Calculus?

For f(x) divided by g(x), the quotient rule is [g(x)f'(x) - f(x)g'(x)] / [g(x)]^2, where both functions are differentiable and g(x) is not zero.

When should you use the quotient rule?

Use the quotient rule when a function is written as one differentiable function divided by another and it is not easier to simplify first.

What is the most common quotient rule mistake?

The most common mistakes are reversing the subtraction order, forgetting to square the denominator, or trying to divide the derivatives.

Can you simplify before using the quotient rule?

Yes. If a quotient can be simplified cleanly before differentiating, simplifying first can make the derivative easier and reduce sign errors.

Why does order matter in the quotient rule?

Order matters because the numerator subtracts f(x)g'(x) from g(x)f'(x). Swapping those terms changes the sign of the derivative.

Does the quotient rule apply when the denominator is zero?

No. The original function and the derivative are undefined at x-values where the denominator is zero.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot