Study Guide

AP Calculus AB Quotient rule

AP Calculus ABΒ· AP Calculus AB CED β€” Differentiation: Definition and Fundamental PropertiesΒ· 14 min read

1. Definition and Derivation of the Quotient Ruleβ˜…β˜…β˜†β˜†β˜†β± 3 min

The quotient rule is a formal differentiation rule that lets you find the derivative of a ratio of two differentiable functions, without returning to the limit definition every time. In AP Calculus AB, this topic is in Unit 2, which makes up 10–12% of your total exam score, appearing on both multiple-choice and free-response sections.

πŸ“˜ Definition

Quotient Rule

For , where

If both and are differentiable, then the derivative of is given by:

Example:

For , , , so

πŸ”¬ Derivation
Goal:

Derive the quotient rule from the product rule and chain rule

Starting from:

We start with , where and are differentiable and .

  1. 1

    Apply the product rule, then the chain rule to the second term:

    fβ€²(x)=gβ€²(x)β‹…[h(x)]βˆ’1+g(x)β‹…(βˆ’1)[h(x)]βˆ’2hβ€²(x)f'(x) = g'(x) \cdot [h(x)]^{-1} + g(x) \cdot (-1)[h(x)]^{-2} h'(x)
  2. 2

    Multiply through by to get a common denominator, resulting in the standard formula:

    fβ€²(x)=gβ€²(x)h(x)βˆ’g(x)hβ€²(x)[h(x)]2f'(x) = \frac{g'(x) h(x) - g(x) h'(x)}{[h(x)]^2}
Result:

This derivation confirms the standard quotient rule formula that is used for all differentiation of ratios of functions.

2. Applying Quotient Rule to Rational Functionsβ˜…β˜…β˜†β˜†β˜†β± 3 min

The most basic application of the quotient rule is differentiating rational functions (ratios of polynomials). Always identify the numerator and denominator clearly, compute their derivatives separately, then substitute into the quotient rule formula before simplifying.

πŸ“ Worked Example

Use the quotient rule to find the derivative of

  1. 1

    Identify the numerator (high) and denominator (low):

    g(x)=3x2+2x,h(x)=xβˆ’4g(x) = 3x^2 + 2x, \quad h(x) = x - 4
  2. 2

    Compute derivatives of each function:

    gβ€²(x)=6x+2,hβ€²(x)=1g'(x) = 6x + 2, \quad h'(x) = 1
  3. 3

    Substitute into the quotient rule formula:

    fβ€²(x)=(6x+2)(xβˆ’4)βˆ’(3x2+2x)(1)(xβˆ’4)2f'(x) = \frac{(6x + 2)(x - 4) - (3x^2 + 2x)(1)}{(x - 4)^2}
  4. 4

    Expand the numerator and combine like terms:

    (6x2βˆ’24x+2xβˆ’8)βˆ’3x2βˆ’2x=3x2βˆ’24xβˆ’8(6x^2 - 24x + 2x - 8) - 3x^2 - 2x = 3x^2 - 24x - 8
  5. 5

    Final simplified derivative:

    fβ€²(x)=3x2βˆ’24xβˆ’8(xβˆ’4)2f'(x) = \frac{3x^2 - 24x - 8}{(x - 4)^2}
βœ“ Quick check

Test your understanding of the quotient rule formula

  1. Which of the following is the correct derivative of ?

    Reveal answer
    2 β€”

    Correct! All terms match the quotient rule formula. Option A misses the square on the denominator, B has the wrong sign, and D swaps the order of terms in the numerator.

3. Quotient Rule for Trigonometric Functionsβ˜…β˜…β˜…β˜†β˜†β± 3 min

A core AP exam application of the quotient rule is deriving derivatives of tangent, cotangent, secant, and cosecant, which are all quotients of sine and cosine. The AP exam occasionally asks for a full derivation in a free-response question, so you must show all steps, not just recall the final result.

πŸ“ Worked Example

Use the quotient rule to find the derivative of , then simplify to standard trigonometric form

  1. 1

    Rewrite secant as an explicit quotient, identify numerator and denominator:

    y=sec⁑(x)=1cos⁑(x)g(x)=1,h(x)=cos⁑(x)y = \sec(x) = \frac{1}{\cos(x)} \\ g(x) = 1, \quad h(x) = \cos(x)
  2. 2

    Compute derivatives:

    gβ€²(x)=0,hβ€²(x)=βˆ’sin⁑(x)g'(x) = 0, \quad h'(x) = -\sin(x)
  3. 3

    Apply the quotient rule formula:

    yβ€²=gβ€²(x)h(x)βˆ’g(x)hβ€²(x)[h(x)]2=(0)(cos⁑(x))βˆ’(1)(βˆ’sin⁑(x))cos⁑2(x)y' = \frac{g'(x)h(x) - g(x)h'(x)}{[h(x)]^2} = \frac{(0)(\cos(x)) - (1)(-\sin(x))}{\cos^2(x)}
  4. 4

    Simplify the numerator:

    yβ€²=sin⁑(x)cos⁑2(x)y' = \frac{\sin(x)}{\cos^2(x)}
  5. 5

    Rewrite in standard form using trigonometric definitions:

    sin⁑(x)cos⁑2(x)=sin⁑(x)cos⁑(x)β‹…1cos⁑(x)=tan⁑(x)sec⁑(x)\frac{\sin(x)}{\cos^2(x)} = \frac{\sin(x)}{\cos(x)} \cdot \frac{1}{\cos(x)} = \tan(x) \sec(x)

4. Applied Problems: Tangent and Normal Linesβ˜…β˜…β˜…β˜†β˜†β± 5 min

One of the most common applied quotient rule problems on the AP exam is finding the equation of a tangent or normal line to a quotient function. This combines multiple Unit 2 skills, following this standard process:

  1. Differentiate using the quotient rule to get

  2. Evaluate to get the slope of the tangent at

  3. Calculate to get the point

  4. Write the tangent line using point-slope form ; for a normal line, use slope

πŸ“ Worked Example

Write the equation of the line tangent to at

  1. 1

    Identify and their derivatives:

    g(x)=ex,h(x)=x2+1gβ€²(x)=ex,hβ€²(x)=2xg(x) = e^x, \quad h(x) = x^2 + 1 \\ g'(x) = e^x, \quad h'(x) = 2x
  2. 2

    Apply quotient rule and simplify:

    fβ€²(x)=ex(x2+1)βˆ’ex(2x)(x2+1)2=ex(x2βˆ’2x+1)(x2+1)2=ex(xβˆ’1)2(x2+1)2f'(x) = \frac{e^x(x^2 + 1) - e^x(2x)}{(x^2 + 1)^2} = \frac{e^x(x^2 - 2x + 1)}{(x^2 + 1)^2} = \frac{e^x(x-1)^2}{(x^2 + 1)^2}
  3. 3

    Evaluate derivative at to get slope:

    fβ€²(1)=e1(0)2(1+1)2=0f'(1) = \frac{e^1(0)^2}{(1 + 1)^2} = 0
  4. 4

    Find the -coordinate at :

    f(1)=e1+1=e2f(1) = \frac{e}{1 + 1} = \frac{e}{2}
  5. 5

    Write the tangent line equation using point-slope form:

    yβˆ’e2=0(xβˆ’1)β€…β€ŠβŸΉβ€…β€Šy=e2y - \frac{e}{2} = 0(x - 1) \implies y = \frac{e}{2}

5. Common Pitfalls

Wrong move:

Swapping order of terms, writing numerator as

Why:

Confusion between quotient and product rule, or forgetting the mnemonic order

Correct move:

Always follow the mnemonic 'low d high minus high d low' and write terms in that exact order.

Wrong move:

Forgetting to square the entire denominator in the derivative

Why:

Rushing through the formula and skipping the 'square the denominator' step

Correct move:

Write the denominator as (original denominator) immediately after writing the numerator, before simplifying.

Wrong move:

Failing to distribute the negative sign to all terms of

Why:

Forgetting the negative applies to the entire second term, not just the first

Correct move:

Always put the entire term in parentheses after the negative sign.

Wrong move:

Canceling common factors before differentiating without noting domain restrictions

Why:

Forgetting the original function is undefined where the original denominator is zero, so the derivative cannot exist there

Correct move:

If you cancel a common factor before differentiating, explicitly state that the derivative does not exist at excluded domain points.

Wrong move:

Forgetting the chain rule when numerator or denominator is a composite function

Why:

Focusing on remembering the quotient rule and ignoring required chain rule steps

Correct move:

Check each of and for the chain rule when computing their derivatives, before substituting into the quotient formula.

6. Quick Reference Cheatsheet

Category

Formula/Rule

Notes

General Quotient Rule

Only applies when , and differentiable

Mnemonic

"low d high minus high d low, over square of what's below"

Prevents common order and sign errors

Derivative of

Derived from quotient rule on

Derivative of

Derived from quotient rule on

Derivative of

Derived from quotient rule on

Derivative of

Derived from quotient rule on

Tangent Line Slope

Evaluate derivative at for slope at

Normal Line Slope

Only applies to non-horizontal, non-vertical tangents

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· MCQ

    Routine quotient rule differentiation

  • 2022 Β· FRQ

    Tangent line to quotient function

Going deeper

What's Next

Mastering the quotient rule is an essential foundation for all subsequent differentiation topics in AP Calculus AB. You will combine the quotient rule with the chain rule for composite functions, and later use it in implicit differentiation, where many problems require differentiating rational expressions. The quotient rule is constantly used with rational functions, which appear in related rates, optimization, and integration problems later in the course. Errors in the quotient rule (like sign mistakes or swapped terms) lead to lost easy points across nearly every unit after this one. Practicing this skill until you can apply it quickly and correctly will pay off throughout the rest of the course and on the final AP exam.