3.4: The Quotient Rule
( \newcommand{\kernel}{\mathrm{null}\,}\)
What is the derivative of (x2+1)/(x3−3x)? More generally, we'd like to have a formula to compute the derivative of f(x)/g(x) if we already know f′(x) and g′(x). Instead of attacking this problem head-on, let's notice that we've already done part of the problem: f(x)/g(x)=f(x)⋅(1/g(x)), that is, this is "really'' a product, and we can compute the derivative if we know f′(x) and (1/g(x))′.
So really the only new bit of information we need is (1/g(x))′ in terms of g′(x). As with the product rule, let's set this up and see how far we can get:
ddx1g(x)=limΔx→01g(x+Δx)−1g(x)Δx=limΔx→0g(x)−g(x+Δx)g(x+Δx)g(x)Δx=limΔx→0g(x)−g(x+Δx)g(x+Δx)g(x)Δx=limΔx→0−g(x+Δx)−g(x)Δx1g(x+Δx)g(x)=−g′(x)g(x)2
Now we can put this together with the product rule:
ddxf(x)g(x)=f(x)−g′(x)g(x)2+f′(x)1g(x)=−f(x)g′(x)+f′(x)g(x)g(x)2=f′(x)g(x)−f(x)g′(x)g(x)2.
Compute the derivative of x2+1x3−3x.
Solutionddxx2+1x3−3x=2x(x3−3x)−(x2+1)(3x2−3)(x3−3x)2=−x4−6x2+3(x3−3x)2.
It is often possible to calculate derivatives in more than one way, as we have already seen. Since every quotient can be written as a product, it is always possible to use the product rule to compute the derivative, though it is not always simpler.
Find the derivative of √625−x2/√x in two ways: using the quotient rule, and using the product rule.
Solution
Quotient rule:
ddx√625−x2√x=√x(−x/√625−x2)−√625−x2⋅1/(2√x)x.
Note that we have used √x=x1/2 to compute the derivative of √x by the power rule.
Product rule:
ddx√625−x2x−1/2=√625−x2−12x−3/2+−x√625−x2x−1/2.
With a bit of algebra, both of these simplify to
−x2+6252√625−x2x3/2.
Occasionally you will need to compute the derivative of a quotient with a constant numerator, like 10/x2. Of course you can use the quotient rule, but it is usually not the easiest method. If we do use it here, we get
ddx10x2=x2⋅0−10⋅2xx4=−20x3,
since the derivative of 10 is 0. But it is simpler to do this:
ddx10x2=ddx10x−2=−20x−3.
Admittedly, x2 is a particularly simple denominator, but we will see that a similar calculation is usually possible. Another approach is to remember that
ddx1g(x)=−g′(x)g(x)2,
but this requires extra memorization. Using this formula,
ddx10x2=10−2xx4.
Note that we first use linearity of the derivative to pull the 10 out in front.
Contributors
Integrated by Justin Marshall.