3.3 The Product and Quotient Rules
Key Takeaways
- The Product Rule states d/dx[f(x)*g(x)] = f'(x)*g(x) + f(x)*g'(x); the derivative of a product is NEVER simply the product of derivatives.
- The Quotient Rule states d/dx[f(x)/g(x)] = [f'(x)*g(x) - f(x)*g'(x)] / [g(x)]^2 ('Low d-High minus High d-Low over Low squared').
- Simplifying algebraic expressions before differentiating (e.g., dividing polynomial numerators term-by-term by monomial denominators) prevents tedious Quotient Rule calculations.
- Tabular and graphical problems test product and quotient rules without explicit function formulas by requiring values and slopes read directly from data.
- Higher derivatives of products follow Leibniz's rule, generating terms weighted by binomial coefficients.
3.3 The Product and Quotient Rules
Quick Answer: The derivative of a product or quotient cannot be found by simply multiplying or dividing individual derivatives. The Product Rule is , and the Quotient Rule is . When a fraction has a single monomial denominator, dividing term-by-term first is dramatically faster and avoids algebra mistakes.
1. The Product Rule
A universal mistake among beginning calculus students is assuming that $\frac{d}{dx}[f(x)g(x)] = f'(x)g'(x)$. A trivial counterexample disproves this immediately:
- Let $f(x) = x$ and $g(x) = x$.
- Then $f(x)g(x) = x^2$, whose true derivative is $\frac{d}{dx}[x^2] = 2x$.
- However, $f'(x) = 1$ and $g'(x) = 1$, so $f'(x)g'(x) = 1 \cdot 1 = 1 \neq 2x$.
The Formal Product Rule Theorem
If $f$ and $g$ are differentiable functions of $x$, their product $f \cdot g$ is differentiable, and:
In shorthand prime notation:
Geometric Intuition: The Expanding Rectangle
Consider a rectangle whose length is $u(x)$ and width is $v(x)$. The area is $A(x) = u(x)v(x)$. When $x$ increases by a small increment $\Delta x$, $u$ increases by $\Delta u$ and $v$ increases by $\Delta v$. The new area is:
Dividing by $\Delta x$ and taking the limit as $\Delta x \to 0$:
Since $v$ is continuous, $\lim_{\Delta x \to 0} \Delta v = 0$, so the final term vanishes, leaving:
Product Rule for Three Functions
Extending the Product Rule to the product of three differentiable functions $u(x)v(x)w(x)$:
2. The Quotient Rule
When dividing two differentiable functions, the derivative of the quotient $\frac{f(x)}{g(x)}$ (where $g(x) \neq 0$) is governed by the Quotient Rule.
The Formal Quotient Rule Theorem
Verbal Mnemonic
A universally recognized mnemonic in calculus classrooms is:
CRITICAL WARNING on Order of Subtraction: Addition in the Product Rule is commutative ($f'g + fg' = fg' + f'g$). Subtraction in the Quotient Rule is NOT commutative! Writing $f g' - f' g$ instead of $f' g - f g'$ reverses the sign of your answer and leads to an incorrect choice on the CLEP exam.
3. Strategic Decision: Simplify First vs. Apply Rules Directly
One of the highest-yield habits for CLEP Calculus efficiency is recognizing when NOT to use the Quotient Rule or Product Rule.
| Expression | Recommended Approach | Inefficient Approach | | :--- | :--- | :--- | :--- | | $y = \frac{4x^5 - 6x^3 + 2x}{x^2}$ | Divide term-by-term first:<br>$y = 4x^3 - 6x + 2x^{-1}$<br>$y' = 12x^2 - 6 - 2x^{-2}$ | Full Quotient Rule with $u = 4x^5 - 6x^3 + 2x$ and $v = x^2$ | | $y = \frac{7}{3x^4}$ | Rewrite as constant multiple:<br>$y = \frac{7}{3}x^{-4}$<br>$y' = -\frac{28}{3}x^{-5}$ | Quotient Rule with $u = 7$ ($u' = 0$) | | $y = (x^2 - 3)(2x + 1)$ | Expand polynomial first:<br>$y = 2x^3 + x^2 - 6x - 3$<br>$y' = 6x^2 + 2x - 6$ | Product Rule (both work, expansion avoids grouping errors) | | $y = \frac{x^2 - 4}{x^2 + 4}$ | Apply Quotient Rule directly:<br>Cannot be simplified by division | N/A (Quotient Rule required) |
4. Tabular and Graphical Derivative Evaluation
The CLEP exam frequently includes questions where explicit formulas are not provided. Instead, values and derivatives must be extracted from tables or graphs.
Tabular Example
Suppose $f(x)$ and $g(x)$ are differentiable functions with values given in the table below:
| $x$ | $f(x)$ | $f'(x)$ | $g(x)$ | $g'(x)$ |
|---|---|---|---|---|
| $2$ | $3$ | $-2$ | $5$ | $4$ |
| $4$ | $1$ | $6$ | $-3$ | $2$ |
Problem 1: Find $P'(2)$ if $P(x) = f(x)g(x)$.
Problem 2: Find $Q'(2)$ if $Q(x) = \frac{f(x)}{g(x)}$.
Problem 3: Find $R'(4)$ if $R(x) = \frac{g(x)}{f(x)}$.
5. Higher-Order Derivatives with Product and Quotient Rules
Finding the second derivative of a product function requires applying the Product Rule to the terms of the first derivative:
This pattern mirrors the binomial expansion $(a+b)^2 = a^2 + 2ab + b^2$ and generalizes to Leibniz's Formula for the $n$-th derivative of a product:
For $n = 3$:
6. Step-by-Step Worked Examples
Example 1: Product Rule with Radicals
Differentiate $h(x) = (2x^2 - 5)\sqrt{x}$.
- Method A (Product Rule): Let $f(x) = 2x^2 - 5$ and $g(x) = x^{1/2}$.
- Method B (Algebraic Expansion First): Observation: Expanding first was faster and less prone to factoring errors.
Example 2: Quotient Rule with Tangent Line
Find the equation of the line tangent to $y = \frac{x-1}{x+1}$ at $x = 3$.
- Find the $y$-coordinate: $y(3) = \frac{3-1}{3+1} = \frac{2}{4} = \frac{1}{2}$. Point is $\left(3, \frac{1}{2}\right)$.
- Differentiate using Quotient Rule:
- Compute the slope at $x = 3$:
- Write the tangent line equation:
7. CLEP Pitfalls and Strategies
- Pitfall 1: Forgetting parentheses when subtracting the second term in the Quotient Rule: $f'g - (fg')$. If $fg'$ contains multiple terms, failing to distribute the negative sign is fatal.
- Pitfall 2: Forgetting to square the denominator in the Quotient Rule.
- Pitfall 3: Canceling terms from the numerator with the denominator before factoring completely.
If h(x) = (3x^2 - 2)(4x^3 + 5x), what is the value of h'(1)?
What is the derivative of the rational function f(x) = (x^2 + 3) / (2x - 1)?
Given differentiable functions f(x) and g(x) with values f(2) = 4, f'(2) = -1, g(2) = 3, and g'(2) = 2, what is the derivative of Q(x) = f(x) / g(x) evaluated at x = 2?
If y = f(x)g(x) where f and g are twice-differentiable functions, which expression correctly represents the second derivative y''?