The Quotient Rule
| English | Chinese | Pinyin |
|---|---|---|
| Quotient Rule | 商法则 | shāng fǎ zé |
| rational expression | 分式表达式 | fēn shì biǎo dá shì |
Dividing functions needs care
- Just as products need the Product Rule, quotients need the Quotient Rule 商法则.
- You can't differentiate top and bottom separately and divide — that's wrong.
- The rule handles a rational expression 分式表达式 $\dfrac{f}{g}$ of two functions.
- Its numerator has a subtraction, so order and signs matter a lot.
The rule
-
$$\frac{d}{dx}\!\left[\frac{f}{g}\right]=\frac{f'\,g-f\,g'}{g^{2}}$$
- Top: "derivative of the top times the bottom, minus the top times derivative of the bottom."
- Bottom: the original denominator, squared.
- A memory hook: "low d-high minus high d-low, over low-squared."
The Quotient Rule numerator for $\dfrac{f}{g}$ is...
Numerator is $f'g-fg'$, over $g^2$.
In the Quotient Rule, the denominator of the answer is $g$ ____ (to what power?).
The denominator is $g^2$.
Select all true statements about the Quotient Rule.
$g^2\ge0$ always, so it never flips the sign.
Order is everything
- The numerator is $f'g - fg'$, not $fg' - f'g$ — swapping them flips every sign.
- Always write the $f'g$ term first; that fixes the order and prevents sign slips.
- The denominator $g^2$ is always positive, so it never changes the sign of the answer.
- Keep the pieces labeled: $f,f',g,g'$ before you assemble.
A rational curve to differentiate
y = a / (x − b)
A quotient like $\dfrac{x^2}{x+1}$ has a slope the Quotient Rule computes — note the vertical asymptote where the denominator is zero.
Writing the numerator as $fg' - f'g$ (reversed) gives the same answer.
Reversing the order negates the whole numerator — a sign error.
Differentiate $y=\dfrac{x}{x+1}$.
$\frac{(1)(x+1)-x(1)}{(x+1)^2}=\frac{1}{(x+1)^2}$.
Sometimes a product is easier
- A quotient $\dfrac{f}{g}$ can be rewritten as a product $f\cdot g^{-1}$ and done with the Product + Power rules.
- For simple denominators this can be quicker: $\dfrac{x}{x^2}=x^{-1}\Rightarrow -x^{-2}$.
- But for genuine two-function quotients like $\dfrac{\sin x}{x}$, the Quotient Rule is the clean path.
- Choose whichever avoids the messier algebra.
The quotient $\dfrac{x}{x^2}$ is fastest differentiated by...
$\frac{x}{x^2}=x^{-1}\Rightarrow -x^{-2}$ — simpler than the Quotient Rule here.
The Quotient Rule numerator is $f'g - fg'$ — the order and the minus sign are the whole difficulty. Writing $fg' - f'g$ (reversed) negates your answer. And do not forget to square the denominator. Both mistakes are extremely common under time pressure.
Differentiate $y=\dfrac{x^2}{x+1}$.
- $f=x^2\Rightarrow f'=2x$; $\quad g=x+1\Rightarrow g'=1$.
- $y'=\dfrac{f'g-fg'}{g^2}=\dfrac{2x(x+1)-x^2(1)}{(x+1)^2}$.
- $=\dfrac{2x^2+2x-x^2}{(x+1)^2}=\dfrac{x^2+2x}{(x+1)^2}$.
The Quotient Rule: $\frac{d}{dx}\!\left[\frac{f}{g}\right]=\frac{f'g-fg'}{g^{2}}$ — "low d-high minus high d-low, over low-squared." Keep the numerator's order ($f'g$ first) and square the denominator. For simple cases, rewriting as a product $f g^{-1}$ can be easier.