# Quotient Rule

> AP Calculus BC · Unit 2: Differentiation: Definition and Fundamental Properties
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u2-quotient-rule/

This module covers the AP Calculus BC quotient rule: its derivation from the product rule, application to common function types, common error avoidance, and use in tangent line and rate problems.

**Prerequisites:** Limit definition of the derivative; [Product rule for differentiation](https://www.owlsprep.com/study/ap-calculus-bc-u2-product-rule/); Basic algebraic simplification of rational functions

## Learning objectives

- State the quotient rule formula for differentiating quotients of differentiable functions
- Apply the quotient rule to find derivatives of rational, trigonometric, and exponential functions
- Use the quotient rule to solve tangent line and real-world rate of change problems
- Identify and avoid common errors when applying the quotient rule

## Quotient Rule Definition and Formula

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.

**Quotient Rule** — For two differentiable functions $g(x)$ (numerator) and $h(x)$ (denominator) where $h(x) \neq 0$ at the input $x$, the derivative of $f(x)$ is given by:

*Notation:* f(x) = \frac{g(x)}{h(x)}

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

> **Order Memory Hook**
>
> low d high minus high d low, over the square of what's below. 'Low' refers to the denominator, 'd high' is the derivative of the numerator.

**Worked example:** Given $f(x) = \frac{3x^2 + 2x}{e^x}$, state $g(x)$, $h(x)$, and write the unsimplified derivative $f'(x)$.

1. Identify the numerator (high) and denominator (low) functions:
2. $$g(x) = 3x^2 + 2x, \quad h(x) = e^x$$
3. Calculate derivatives of each function:
4. $$g'(x) = 6x + 2, \quad h'(x) = e^x$$
5. Substitute into the quotient rule formula to get the unsimplified derivative:
6. $$f'(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.

## Simplifying Derivatives with the Quotient Rule

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 $f(x) = \frac{2x - 4}{x^2 + 1}$.

1. Identify $g(x)$, $h(x)$, and their derivatives:
2. $$g(x) = 2x - 4, \, h(x) = x^2 + 1 \implies g'(x) = 2, \, h'(x) = 2x$$
3. Substitute into the quotient rule formula:
4. $$f'(x) = \frac{(2)(x^2 + 1) - (2x - 4)(2x)}{(x^2 + 1)^2}$$
5. Expand the numerator, distributing the negative sign to both terms in the second product:
6. $$2x^2 + 2 - 4x^2 + 8x = -2x^2 + 8x + 2$$
7. Factor out the common constant to get the final simplified form:
8. $$f'(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.

## AP Common Applications: Tangent Line Problems

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 $y = \frac{\sin x}{x}$ at $x = \pi$.

1. Identify functions and their derivatives:
2. $$g(x) = \sin x, \, h(x) = x \implies g'(x) = \cos x, \, h'(x) = 1$$
3. Apply the quotient rule to get the derivative:
4. $$\frac{dy}{dx} = \frac{(\cos x)(x) - (\sin x)(1)}{x^2}$$
5. Evaluate the derivative at $x = \pi$ to get slope $m$:
6. $$m = \frac{(-1)(\pi) - 0}{\pi^2} = -\frac{1}{\pi}$$
7. Find the $y$-coordinate of the point of tangency:
8. $$y = \frac{\sin \pi}{\pi} = 0 \implies \text{Point: } (\pi, 0)$$
9. Substitute into point-slope form and simplify:
10. $$y = -\frac{1}{\pi}(x - \pi) = -\frac{1}{\pi}x + 1$$

**Check your understanding**

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

1. Which of the following is the correct derivative of $f(x) = \frac{x^3}{\cos x}$?

   - A) $\frac{3x^2 \cos x + x^3 \sin x}{\cos^2 x}$
   - B) $\frac{3x^2 \cos x - x^3 \sin x}{\cos x}$
   - C) $\frac{3x^2 \cos x + x^3 \sin x}{\cos x}$
   - D) $\frac{3x^2 \cos x - x^3 \sin x}{\cos^2 x}$

   *Why:* Remember $h'(x) = -\sin x$, 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.

## Extended AP-Style Worked Examples

**Worked example:** Let $f(x) = \frac{2e^x}{x^2 - 9}$. (a) Find $f'(x)$ in fully simplified factored form. (b) Identify all $x$-values where $f(x)$ is not differentiable, and justify your answer. (c) Find the slope of the tangent line at $x=0$.

1. Part (a): Identify $g(x), h(x)$ and their derivatives:
2. $$g(x) = 2e^x, g'(x) = 2e^x; h(x) = x^2 - 9, h'(x) = 2x$$
3. Substitute into the quotient rule:
4. $$f'(x) = \frac{(2e^x)(x^2 - 9) - (2e^x)(2x)}{(x^2 - 9)^2}$$
5. Factor out the common term $2e^x$ to get the simplified form:
6. $$f'(x) = \frac{2e^x(x^2 - 2x - 9)}{(x^2 - 9)^2}$$
7. Part (b): Find where the original denominator equals zero:
8. $$x^2 - 9 = 0 \implies x = 3, x = -3$$
9. Justification: $f(x)$ is undefined at these points, and the quotient rule requires $h(x) \neq 0$ for differentiability, so $f(x)$ is not differentiable at $x = \pm 3$.
10. Part (c): Evaluate $f'(0)$ to find the tangent slope:
11. $$f'(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 $t$ hours after injection is modeled by $C(t) = \frac{0.12t}{t^2 + 2}$, where $C(t)$ is measured in milligrams per liter for $t \geq 0$. Find the rate of change of concentration 2 hours after injection, and include units.

1. We need $C'(2)$, the derivative evaluated at $t=2$. Identify functions and derivatives:
2. $$g(t) = 0.12t, g'(t) = 0.12; h(t) = t^2 + 2, h'(t) = 2t$$
3. Apply the quotient rule and simplify:
4. $$C'(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. Evaluate at $t=2$:
6. $$C'(2) = \frac{0.24 - 0.12(4)}{(4 + 2)^2} = \frac{-0.24}{36} \approx -0.0067$$
7. In context: 2 hours after injection, the drug concentration is decreasing at a rate of approximately 0.0067 milligrams per liter per hour.

## Common pitfalls

- **Wrong:** Reversing the order of terms in the numerator, writing $\frac{g(x)h'(x) - g'(x)h(x)}{[h(x)]^2}$
  - Why it fails: Confusion from the product rule (order does not matter for addition) or misremembering the mnemonic
  - Correct: Recite 'low d high minus high d low' in your head before writing to confirm the correct order of terms
- **Wrong:** Forgetting to square the denominator, writing $\frac{g'(x)h(x) - g(x)h'(x)}{h(x)}$
  - Why it fails: Focusing all attention on the multi-term numerator, so the denominator gets overlooked
  - Correct: Write the denominator $[h(x)]^2$ immediately after identifying $g(x)$ and $h(x)$, before working on the numerator
- **Wrong:** Failing to apply the chain rule to composite $g(x)$ or $h(x)$, e.g., writing $g'(x) = 2x$ for $g(x) = (2x + 1)^2$
  - Why it fails: Focusing on remembering the quotient rule formula, so you forget that $g'$ and $h'$ need their own differentiation rules
  - Correct: After identifying $g(x)$ and $h(x)$, always ask if either function is composite, and apply chain rule if needed before proceeding
- **Wrong:** Canceling a non-constant common term from the original numerator and denominator before differentiating
  - Why it fails: Confusing algebraic simplification of the original function with differentiation of the quotient
  - Correct: Differentiate first using the quotient rule, then simplify only the resulting derivative
- **Wrong:** Missing points of non-differentiability when the original denominator is zero
  - Why it fails: Assuming that because the derivative formula is defined everywhere, the function is differentiable everywhere
  - Correct: Always check where $h(x) = 0$ after finding the derivative, since the quotient rule only applies when $h(x) \neq 0$

## Cheatsheet

| Category | Formula / Mnemonic | Notes |
| --- | --- | --- |
| General Quotient Rule | $f(x) = \frac{g(x)}{h(x)} \implies f'(x) = \frac{g'(x)h(x) - g(x)h'(x)}{\left[h(x)\right]^2}$ | Requires $g, h$ differentiable, $h(x) \neq 0$ at $x$ |
| Mnemonic | "low d high minus high d low, over the square of what's below" | "low" = denominator $h(x)$, "d high" = derivative of numerator $g'(x)$ |
| Derivative of $\tan x$ | $\frac{d}{dx} \tan x = \sec^2 x$ | Derived via quotient rule: $\tan x = \frac{\sin x}{\cos x}$ |
| Derivative of $\cot x$ | $\frac{d}{dx} \cot x = -\csc^2 x$ | Derived via quotient rule: $\cot x = \frac{\cos x}{\sin x}$ |
| Derivative of $\sec x$ | $\frac{d}{dx} \sec x = \sec x \tan x$ | Derived via quotient rule: $\sec x = \frac{1}{\cos x}$ |
| Derivative of $\csc x$ | $\frac{d}{dx} \csc x = -\csc x \cot x$ | Derived via quotient rule: $\csc x = \frac{1}{\sin x}$ |
| Tangent Line via Quotient Rule | $y - f(a) = f'(a)(x - a)$ | Find $f'(a)$ via quotient rule first, then substitute into point-slope form |

## 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.

- [Product Rule](https://www.owlsprep.com/study/ap-calculus-bc-u2-product-rule/)
- [Implicit Differentiation](https://www.owlsprep.com/study/ap-calculus-bc-u3-implicit-differentiation/)
- [Derivatives of tan, cot, sec, csc](https://www.owlsprep.com/study/ap-calculus-bc-u2-derivatives-of-tan-cot-sec/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u2-quotient-rule/
