The Quotient Rule
Help Questions
AP Calculus AB › The Quotient Rule
Let $f(x)=\dfrac{x^3-1}{\ln x}$. What is $f'(x)$ for $x>0$, $x\ne1$?
$\dfrac{3x^2}{\ln x}$
$\dfrac{(x^3-1)\cdot\frac{1}{x}-3x^2\ln x}{(\ln x)^2}$
$\dfrac{3x^2\ln x-(x^3-1)\cdot\frac{1}{x}}{\ln x}$
$\dfrac{3x^2\ln x-(x^3-1)\cdot\frac{1}{x}}{(\ln x)^2}$
$\dfrac{3x^2\ln x+(x^3-1)\cdot\frac{1}{x}}{(\ln x)^2}$
Explanation
For f(x) = (x³ - 1)/ln x, we apply the quotient rule with numerator x³ - 1 (derivative: 3x²) and denominator ln x (derivative: 1/x). The quotient rule yields f'(x) = [3x²·ln x - (x³ - 1)·(1/x)]/(ln x)². The trickiest part is handling the derivative of ln x correctly—it's 1/x, not just 1. A common error is reversing the subtraction order in the numerator, which would change the sign of the entire derivative. Remember the mnemonic "lo d(hi) - hi d(lo), over lo squared" where lo is the denominator and hi is the numerator.
A model uses $R(t)=\dfrac{e^t}{t^2-4}$. What is $R'(t)$?
$\dfrac{e^t(t^2-4)+e^t(2t)}{(t^2-4)^2}$
$\dfrac{e^t(t^2-4)-e^t(2t)}{t^2-4}$
$e^t(t^2-4)-e^t(2t)$
$\dfrac{e^t}{t^2-4}$
$\dfrac{e^t(t^2-4)-e^t(2t)}{(t^2-4)^2}$
Explanation
To differentiate R(t) = eᵗ/(t² - 4), we identify the numerator as eᵗ with derivative eᵗ, and the denominator as t² - 4 with derivative 2t. Applying the quotient rule: R'(t) = [eᵗ(t² - 4) - eᵗ(2t)]/(t² - 4)². Notice that eᵗ appears in both terms of the numerator, which we could factor out as eᵗ[(t² - 4) - 2t]/(t² - 4)², simplifying to eᵗ(t² - 2t - 4)/(t² - 4)². The key insight is maintaining the correct order: "bottom·(top)' - top·(bottom)'" to avoid sign errors. Always square the denominator in your final answer.
A signal is $s(t)=\dfrac{t\cos t}{t^2+1}$. What is $s'(t)$?
$(\cos t-t\sin t)(t^2+1)-(t\cos t)(2t)$
$\dfrac{\cos t-t\sin t}{t^2+1}$
$\dfrac{(\cos t-t\sin t)(t^2+1)-(t\cos t)(2t)}{(t^2+1)^2}$
$\dfrac{(\cos t-t\sin t)(t^2+1)+(t\cos t)(2t)}{(t^2+1)^2}$
$\dfrac{(\cos t-t\sin t)(t^2+1)-(t\cos t)(2t)}{t^2+1}$
Explanation
For s(t) = (t cos t)/(t² + 1), we first find the derivative of the numerator using the product rule: d/dt(t cos t) = cos t + t(-sin t) = cos t - t sin t. The denominator's derivative is 2t. Applying the quotient rule: s'(t) = [(cos t - t sin t)(t² + 1) - (t cos t)(2t)]/(t² + 1)². The challenge here is correctly applying the product rule within the quotient rule—many students forget to differentiate t cos t as a product. Always identify composite functions and apply the appropriate rules in sequence, working from the inside out.
Let $h(x)=\dfrac{2x+5}{x^2}$. What is $h'(x)$ for $x\ne0$?
$\dfrac{(2x+5)(2x)-2x^2}{x^4}$
$\dfrac{2}{x^2}$
$\dfrac{2x^2+(2x+5)(2x)}{x^4}$
$\dfrac{2x^2-(2x+5)(2x)}{x^4}$
$\dfrac{2x^2-(2x+5)(2x)}{x^2}$
Explanation
To find h'(x) for h(x) = (2x + 5)/x², we have numerator 2x + 5 with derivative 2, and denominator x² with derivative 2x. The quotient rule gives h'(x) = [2·x² - (2x + 5)·2x]/(x²)² = [2x² - 2x(2x + 5)]/x⁴. Expanding the second term: 2x² - 4x² - 10x = -2x² - 10x = -2x(x + 5). A common mistake is writing the denominator as x² instead of x⁴, forgetting to square it. Remember that (x²)² = x⁴, and always verify your denominator's exponent after applying the quotient rule.
For $w(x)=\dfrac{\sqrt{x^2+1}}{x}$, what is $w'(x)$?
$\dfrac{\left(\frac{x}{\sqrt{x^2+1}}\right)x-\sqrt{x^2+1}\cdot 1}{x^2}$
$\dfrac{\left(\frac{x}{\sqrt{x^2+1}}\right)x+\sqrt{x^2+1}}{x^2}$
$\dfrac{x}{x\sqrt{x^2+1}}$
$\dfrac{\left(\frac{x}{\sqrt{x^2+1}}\right)x-\sqrt{x^2+1}}{x^2+1}$
$\dfrac{\left(\frac{x}{\sqrt{x^2+1}}\right)x-\sqrt{x^2+1}}{x}$
Explanation
For w(x) = $\sqrt{x^2 + 1}/x$, the quotient rule gives $[g'(x) h(x) - g(x) h'(x)] / [h(x)]^2$. g(x) = $\sqrt{x^2 + 1}$, g'(x) = $x / \sqrt{x^2 + 1}$, h(x) = $x$, h'(x) = $1$, resulting in $[ (x / \sqrt{x^2 + 1}) x - \sqrt{x^2 + 1} \cdot 1 ] / x^2$, choice A. Errors include wrong subtraction order. Omitting square leads to choice C. Root derivative is tricky. Practice rewriting functions to simplify before differentiating.
For revenue per unit, $R(x)=\dfrac{5x-1}{x^2+4}$. What is $R'(x)$?
$\dfrac{5(x^2+4)-(5x-1)(2x)}{x^2+4}$
$\dfrac{5}{x^2+4}$
$\dfrac{5(x^2+4)-(5x-1)(2x)}{(x^2+4)^3}$
$\dfrac{5(x^2+4)+(5x-1)(2x)}{(x^2+4)^2}$
$\dfrac{5(x^2+4)-(5x-1)(2x)}{(x^2+4)^2}$
Explanation
To differentiate R(x) = (5x - 1)/(x² + 4), we need the quotient rule with u(x) = 5x - 1 (so u'(x) = 5) and v(x) = x² + 4 (so v'(x) = 2x). Applying the formula gives R'(x) = [5(x² + 4) - (5x - 1)(2x)]/(x² + 4)². A frequent error is to differentiate only the numerator and ignore the denominator, which would incorrectly give just 5/(x² + 4) as in option D. Another mistake is forgetting to square the denominator, resulting in option C. The key insight is that when differentiating a quotient, both parts interact through the quotient rule—you cannot treat them separately. Memorize the pattern: "(derivative of top)(bottom) minus (top)(derivative of bottom), all divided by (bottom)²."
A device outputs $P(x)=\dfrac{\sin x}{x^2+1}$. What is $P'(x)$?
$\dfrac{\cos x(x^2+1)-\sin x(2x)}{x^4+1}$
$\dfrac{\cos x}{x^2+1}$
$\dfrac{\cos x(x^2+1)-\sin x(2x)}{(x^2+1)^2}$
$\dfrac{\cos x(x^2+1)+\sin x(2x)}{(x^2+1)^2}$
$\dfrac{\cos x(x^2+1)-\sin x(2x)}{x^2+1}$
Explanation
The quotient rule for derivatives applies to functions expressed as g(x)/h(x), where the derivative is [g'(x) h(x) - g(x) h'(x)] / $[h(x)]^2$. For P(x) = sin x / (x² + 1), g(x) = sin x with g'(x) = cos x, and h(x) = x² + 1 with h'(x) = 2x. This yields [cos x (x² + 1) - sin x (2x)] / (x² + 1)², corresponding to choice B. Students often err by adding instead of subtracting in the numerator, as in choice A, or forgetting to square the denominator, like in choice C. Misapplying the rule by reversing the subtraction would also lead to incorrect signs. A useful strategy is to label the components g, h, g', h' on paper and double-check the formula's structure before computation.
For $f(x)=\dfrac{\sqrt{x}}{\sin x}$ on its domain, what is $f'(x)$?
$\dfrac{\frac{1}{2\sqrt{x}}\sin x-\sqrt{x}\cos x}{(\sin x)^2}$
$\dfrac{1}{2\sqrt{x}\sin x}-\dfrac{\cos x}{(\sin x)^2}$
$\frac{1}{2\sqrt{x}}\sin x-\sqrt{x}\cos x$
$\dfrac{\frac{1}{2\sqrt{x}}\sin x+\sqrt{x}\cos x}{(\sin x)^2}$
$\dfrac{\frac{1}{2\sqrt{x}}\sin x-\sqrt{x}\cos x}{\sin x}$
Explanation
To differentiate f(x) = √x/sin(x), recognize that g(x) = √x = x^(1/2) with g'(x) = 1/(2√x), and h(x) = sin(x) with h'(x) = cos(x). The quotient rule gives f'(x) = [(1/(2√x))·sin(x) - √x·cos(x)]/[sin(x)]². The key challenge is correctly differentiating √x to get 1/(2√x), not 1/√x or √x/2. The denominator must be [sin(x)]², which equals sin²(x), not just sin(x). A helpful strategy is to rewrite radicals as fractional exponents before differentiating: √x = x^(1/2), so d/dx[x^(1/2)] = (1/2)x^(-1/2) = 1/(2√x).
A signal is modeled by $S(x)=\dfrac{x\cos x}{x+1}$. What is $S'(x)$?
$\dfrac{(\cos x-x\sin x)(x+1)-(x\cos x)}{x+1}$
$\dfrac{(\cos x-x\sin x)(x+1)-(x\cos x)}{(x+1)^2}$
$\dfrac{\cos x-x\sin x}{x+1}$
$\dfrac{(\cos x-x\sin x)(x+1)+(x\cos x)}{(x+1)^2}$
$\dfrac{(\cos x-x\sin x)(x+1)-(x\cos x)}{x^2+1}$
Explanation
The quotient rule for S(x) = g(x)/h(x) is [g'(x) h(x) - g(x) h'(x)] / $[h(x)]^2$. With g(x) = x cos x, g'(x) = cos x - x sin x (by product rule), h(x) = x + 1, h'(x) = 1, this gives [(cos x - x sin x)(x + 1) - (x cos x)(1)] / (x + 1)², matching choice A. Errors often arise from reversing the numerator subtraction, changing the sign. Forgetting to square the denominator results in choice C. Mishandling the product rule for g'(x) is another common issue. To build proficiency, break down composite derivatives first and then apply the quotient rule carefully.
In a lab, $R(t)=\dfrac{t^2+3t}{t-4}$ models a reaction rate. What is $R'(t)$?
$\dfrac{2t+3}{t-4}$
$\dfrac{(2t+3)(t-4)-(t^2+3t)}{t-4}$
$\dfrac{(2t+3)(t-4)+(t^2+3t)}{(t-4)^2}$
$\dfrac{(2t+3)(t-4)-(t^2+3t)}{t^2-16}$
$\dfrac{(2t+3)(t-4)-(t^2+3t)}{(t-4)^2}$
Explanation
The quotient rule is used to find the derivative of a function that is the ratio of two differentiable functions, stating that if R(t) = g(t)/h(t), then R'(t) = [g'(t) h(t) - g(t) h'(t)] / $[h(t)]^2$. Here, g(t) = t² + 3t with g'(t) = 2t + 3, and h(t) = t - 4 with h'(t) = 1. Applying the rule gives [(2t + 3)(t - 4) - (t² + 3t)(1)] / (t - 4)², which matches choice A. A common error is reversing the numerator to g h' - g' h, resulting in the negative of the correct expression. Another frequent mistake is not squaring the denominator, leading to an incorrect form like choice C. To master the quotient rule, always identify and compute g, h, g', and h' separately before substituting into the formula, ensuring the subtraction order and denominator are correct.