When one function is divided by another, differentiating requires the quotient rule. Unlike addition and subtraction (where you just differentiate term by term), division introduces an interaction between numerator and denominator that you must account for explicitly.
The quotient rule states: if \(h(x) = \frac{f(x)}{g(x)}\), then \(h'(x) = \frac{f'g - fg'}{g^2}\). Note the minus sign — this distinguishes it from the product rule's plus sign, and getting the order wrong is the most common error.
(g)(f′) − (f)(g′) all over g²
The quotient rule isn't independent — it's just the product rule applied cleverly. Write \(\frac{f}{g} = f \cdot g^{-1}\), then apply the product rule: \(f' \cdot g^{-1} + f \cdot (-g^{-2} \cdot g') = \frac{f'}{g} - \frac{fg'}{g^2} = \frac{f'g - fg'}{g^2}\). So you don't even need to memorise it separately — it flows from the product rule and the chain rule.
If the denominator \(g\) grows while the numerator stays constant, the fraction shrinks — so the derivative should be negative. The \(-fg'\) term captures exactly this: when \(g\) is growing (\(g' > 0\)) and \(f\) is positive, the fraction is decreasing. The minus sign is not arbitrary — it's the geometry of fractions.
\(= \dfrac{2x(x+1) - x^2(1)}{(x+1)^2}\)
\(= \dfrac{x^2+2x}{(x+1)^2}\)
\(= \dfrac{e^x \cdot x^2 - e^x \cdot 2x}{x^4}\)
\(= \dfrac{e^x(x-2)}{x^3}\)
\(= \dfrac{-1}{\sin^2 x} = -\csc^2 x\)
Ready to test your knowledge?
The quotient rule is tested in every Calculus I section on BUders.
Go to Calculus I Quizzes →