In the previous section, we found the derivative of
y=(x+1)(x3−2)
to be
y′=4x3+3x2−2
by fully expanding and then using the power rule on each individual term.
But there’s a faster way to differentiate a product of multiple functions - use the product rule.
Here’s the formula to differentiate the product of two functions f(x) and g(x):
In other words, take the first (function) times the derivative of the second, then add the second function times the derivative of the first.
If you’re curious, the proof of the product rule using the limit definition of the derivative can be found in the Wikipedia page.
Examples
Let’s redo the same problem using the product rule.
1. Find the derivative of
y=(x+1)(x3−2)
using the product rule.
2. Differentiate
h(t)=t(t+1)
in two different ways:
i. With the product rule.
ii. With the power rule (expanding into individual terms with powers first).
Next, let’s find the derivative of a function that is the product of 3 functions.
3. Find the derivative of
f(x)=(x2+1)(2x+1)(3−x)
Let’s do a word problem that involves derivatives.
4. A rectangle has length (2t−1) and height (5t+3), where t is the time in seconds and the dimensions are in meters. What is the rate of change of the area with respect to time?
Quotient rule
When a function is written as a quotient of two functions, the quotient rule can be used.
Here’s the formula to differentiate a quotient g(x)f(x):
This may look intimidating, but the steps are: take the bottom (function) times the derivative of the top, minus the top times the derivative of the bottom, all over the bottom squared.
The proof of the quotient rule from the limit definition of the derivative can also be found in its Wikipedia page.