The quotient rule
In a nutshell
A quotient is the result of dividing one quantity by another. The quotient rule is used to differentiate functions that are fractions consisting of one function on the numerator and one function on the denominator. This is called the quotient of two functions.
Example 1
Identify the two functions that make up the following quotient:
f(x)=sin(x)3x4−2x+1
Given that this is a quotient of functions, you look for a function u(x) in the numerator and a function v(x) in the denominator. So:
u(x)=3x4−2x+1 and v(x)=sin(x).
Example 2
Identify the two functions that make up the following quotient:
f(x)=x−3ln(x)
Since negative powers result in a reciprocal, you have that:
f(x)=x3ln(x)
Thus, you have that the numerator function u(x) and denominator function v(x) are:
u(x)=ln(x) and v(x)=x3.
Note: The function in the second example could alternatively be treated as a product of x−3 and ln(x). Hence the product rule can be used to differentiate f(x).
The quotient rule
Function f(x) | Derivative f′(x) |
v(x)u(x) | v(x)2u′(x)v(x)−u(x)v′(x) |
PROCEDURE
1. | Given a function f(x), identify the numerator function u(x) and the denominator function v(x). |
2. | Differentiate these two each with respect to x, so you obtain u′(x) and v′(x). |
3. | Use the formula f′(x)=v(x)2u′(x)v(x)−u(x)v′(x). Note: The denominator of this is the square of the function v(x) and not the composition of v with v. |
Example 3
Differentiate the following function with respect to x:
f(x)=2x2x3+2
Identify the numerator function and denominator function:
u(x)=x3+2 and v(x)=2x2.
Differentiate each of these with respect to x:
u′(x)=3x2 and v′(x)=4x.
Compute the derivative using the quotient rule:
f′(x)=(2x2)23x2⋅2x2−(x3+2)⋅4x
Simplify:
f′(x)=== 4x46x4−4x4−8x 4x42x4−8x 2x3x3−4