Study Guide

Quotient Rule

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

1. Quotient Rule Definition and Formulaβ˜…β˜…β˜†β˜†β˜†β± 3 min

The quotient rule is a core differentiation rule that lets you calculate the derivative of a function written as the quotient of two differentiable functions, without returning to the limit definition for every problem. It accounts for 10–12% of the total AP exam score as part of Unit 2, and almost always appears as a step in larger problems rather than a standalone question.

πŸ“˜ Definition

Quotient Rule

f(x)=g(x)h(x)f(x) = \frac{g(x)}{h(x)}

For two differentiable functions (numerator) and (denominator) where at the input , the derivative of is given by:

Example:

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

πŸ“ Worked Example

Given , state , , and write the unsimplified derivative .

  1. 1

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

  2. 2
    g(x)=3x2+2x,h(x)=exg(x) = 3x^2 + 2x, \quad h(x) = e^x
  3. 3

    Calculate derivatives of each function:

  4. 4
    gβ€²(x)=6x+2,hβ€²(x)=exg'(x) = 6x + 2, \quad h'(x) = e^x
  5. 5

    Substitute into the quotient rule formula to get the unsimplified derivative:

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

Exam tip:

If an AP question asks for an unsimplified derivative, stop after substitutionβ€”do not waste time simplifying, and never reverse the order of terms.

2. Simplifying Derivatives with the Quotient Ruleβ˜…β˜…β˜†β˜†β˜†β± 4 min

After correctly substituting into the quotient rule, you will usually need to simplify the result for full credit on FRQ and most MCQ questions. The key step is factoring common terms from the numerator to simplify the expression. The quotient rule is also used to derive the derivatives of all reciprocal trigonometric functions, which you will use throughout the course.

πŸ“ Worked Example

Find the fully simplified derivative of .

  1. 1

    Identify , , and their derivatives:

  2. 2
    g(x)=2xβˆ’4, h(x)=x2+1β€…β€ŠβŸΉβ€…β€Šgβ€²(x)=2, hβ€²(x)=2xg(x) = 2x - 4, \, h(x) = x^2 + 1 \implies g'(x) = 2, \, h'(x) = 2x
  3. 3

    Substitute into the quotient rule formula:

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

    Expand the numerator, distributing the negative sign to both terms in the second product:

  6. 6
    2x2+2βˆ’4x2+8x=βˆ’2x2+8x+22x^2 + 2 - 4x^2 + 8x = -2x^2 + 8x + 2
  7. 7

    Factor out the common constant to get the final simplified form:

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

Exam tip:

Always distribute the negative sign to every term in the second product of the numeratorβ€”this is the single most common source of error on the AP exam.

3. AP Common Applications: Tangent Line Problemsβ˜…β˜…β˜…β˜†β˜†β± 4 min

A frequent AP exam application combines the quotient rule with the geometric interpretation of the derivative as the slope of a tangent line. For these problems, you use the quotient rule to find the general derivative, evaluate it at the given point to get slope, then use point-slope form to write the tangent line equation.

πŸ“ Worked Example

Find the equation of the tangent line to at .

  1. 1

    Identify functions and their derivatives:

  2. 2
    g(x)=sin⁑x, h(x)=xβ€…β€ŠβŸΉβ€…β€Šgβ€²(x)=cos⁑x, hβ€²(x)=1g(x) = \sin x, \, h(x) = x \implies g'(x) = \cos x, \, h'(x) = 1
  3. 3

    Apply the quotient rule to get the derivative:

  4. 4
    dydx=(cos⁑x)(x)βˆ’(sin⁑x)(1)x2\frac{dy}{dx} = \frac{(\cos x)(x) - (\sin x)(1)}{x^2}
  5. 5

    Evaluate the derivative at to get slope :

  6. 6
    m=(βˆ’1)(Ο€)βˆ’0Ο€2=βˆ’1Ο€m = \frac{(-1)(\pi) - 0}{\pi^2} = -\frac{1}{\pi}
  7. 7

    Find the -coordinate of the point of tangency:

  8. 8
    y=sin⁑ππ=0β€…β€ŠβŸΉβ€…β€ŠPoint: (Ο€,0)y = \frac{\sin \pi}{\pi} = 0 \implies \text{Point: } (\pi, 0)
  9. 9

    Substitute into point-slope form and simplify:

  10. 10
    y=βˆ’1Ο€(xβˆ’Ο€)=βˆ’1Ο€x+1y = -\frac{1}{\pi}(x - \pi) = -\frac{1}{\pi}x + 1
βœ“ Quick check

Test your understanding of the quotient rule with this AP-style multiple choice question:

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

    • A)

    • B)

    • C)

    • D)

    Reveal answer
    A β€”

    Remember , so the negative times negative becomes a positive in the numerator, and the denominator must always be squared.

Exam tip:

Evaluate the derivative at the given point immediately after finding the general derivative, before simplifying the entire expressionβ€”this saves time and reduces arithmetic error.

4. Extended AP-Style Worked Examplesβ˜…β˜…β˜…β˜†β˜†β± 3 min

πŸ“ Worked Example

Let . (a) Find in fully simplified factored form. (b) Identify all -values where is not differentiable, and justify your answer. (c) Find the slope of the tangent line at .

  1. 1

    Part (a): Identify and their derivatives:

  2. 2
    g(x)=2ex,gβ€²(x)=2ex;h(x)=x2βˆ’9,hβ€²(x)=2xg(x) = 2e^x, g'(x) = 2e^x; h(x) = x^2 - 9, h'(x) = 2x
  3. 3

    Substitute into the quotient rule:

  4. 4
    fβ€²(x)=(2ex)(x2βˆ’9)βˆ’(2ex)(2x)(x2βˆ’9)2f'(x) = \frac{(2e^x)(x^2 - 9) - (2e^x)(2x)}{(x^2 - 9)^2}
  5. 5

    Factor out the common term to get the simplified form:

  6. 6
    fβ€²(x)=2ex(x2βˆ’2xβˆ’9)(x2βˆ’9)2f'(x) = \frac{2e^x(x^2 - 2x - 9)}{(x^2 - 9)^2}
  7. 7

    Part (b): Find where the original denominator equals zero:

  8. 8
    x2βˆ’9=0β€…β€ŠβŸΉβ€…β€Šx=3,x=βˆ’3x^2 - 9 = 0 \implies x = 3, x = -3
  9. 9

    Justification: is undefined at these points, and the quotient rule requires for differentiability, so is not differentiable at .

  10. 10

    Part (c): Evaluate to find the tangent slope:

  11. 11
    fβ€²(0)=2e0(0βˆ’0βˆ’9)(0βˆ’9)2=βˆ’1881=βˆ’29f'(0) = \frac{2e^0(0 - 0 - 9)}{(0 - 9)^2} = \frac{-18}{81} = -\frac{2}{9}
πŸ“ Worked Example

The concentration of a drug in a patient's bloodstream hours after injection is modeled by , where is measured in milligrams per liter for . Find the rate of change of concentration 2 hours after injection, and include units.

  1. 1

    We need , the derivative evaluated at . Identify functions and derivatives:

  2. 2
    g(t)=0.12t,gβ€²(t)=0.12;h(t)=t2+2,hβ€²(t)=2tg(t) = 0.12t, g'(t) = 0.12; h(t) = t^2 + 2, h'(t) = 2t
  3. 3

    Apply the quotient rule and simplify:

  4. 4
    Cβ€²(t)=(0.12)(t2+2)βˆ’(0.12t)(2t)(t2+2)2=0.24βˆ’0.12t2(t2+2)2C'(t) = \frac{(0.12)(t^2 + 2) - (0.12t)(2t)}{(t^2 + 2)^2} = \frac{0.24 - 0.12t^2}{(t^2 + 2)^2}
  5. 5

    Evaluate at :

  6. 6
    Cβ€²(2)=0.24βˆ’0.12(4)(4+2)2=βˆ’0.2436β‰ˆβˆ’0.0067C'(2) = \frac{0.24 - 0.12(4)}{(4 + 2)^2} = \frac{-0.24}{36} \approx -0.0067
  7. 7

    In context: 2 hours after injection, the drug concentration is decreasing at a rate of approximately 0.0067 milligrams per liter per hour.

5. Common Pitfalls

Wrong move:

Reversing the order of terms in the numerator, writing

Why:

Confusion from the product rule (order does not matter for addition) or misremembering the mnemonic

Correct move:

Recite 'low d high minus high d low' in your head before writing to confirm the correct order of terms

Wrong move:

Forgetting to square the denominator, writing

Why:

Focusing all attention on the multi-term numerator, so the denominator gets overlooked

Correct move:

Write the denominator immediately after identifying and , before working on the numerator

Wrong move:

Failing to apply the chain rule to composite or , e.g., writing for

Why:

Focusing on remembering the quotient rule formula, so you forget that and need their own differentiation rules

Correct move:

After identifying and , always ask if either function is composite, and apply chain rule if needed before proceeding

Wrong move:

Canceling a non-constant common term from the original numerator and denominator before differentiating

Why:

Confusing algebraic simplification of the original function with differentiation of the quotient

Correct move:

Differentiate first using the quotient rule, then simplify only the resulting derivative

Wrong move:

Missing points of non-differentiability when the original denominator is zero

Why:

Assuming that because the derivative formula is defined everywhere, the function is differentiable everywhere

Correct move:

Always check where after finding the derivative, since the quotient rule only applies when

6. Quick Reference Cheatsheet

Category

Formula / Mnemonic

Notes

General Quotient Rule

Requires differentiable, at

Mnemonic

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

"low" = denominator , "d high" = derivative of numerator

Derivative of

Derived via quotient rule:

Derivative of

Derived via quotient rule:

Derivative of

Derived via quotient rule:

Derivative of

Derived via quotient rule:

Tangent Line via Quotient Rule

Find via quotient rule first, then substitute into point-slope form

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

    Derivative of rational function

  • 2022 Β· FRQ

    Tangent line via quotient rule

What's Next

Mastering the quotient rule is a non-negotiable prerequisite for upcoming topics in Unit 2, including differentiating all trigonometric functions and combining multiple differentiation rules for complex functions. It is also the foundation for implicit differentiation in Unit 3, where you will frequently differentiate implicit quotients, and for integration techniques like partial fraction decomposition in Unit 6. Getting the order of terms and squared denominator correct every time is critical to avoid losing easy points on multi-step problems on the AP exam.