The product rule is the formal rule for differentiating problems where one function is multiplied by another.
(UV)' = UV' + VU'
Example 1 :
Differentiate x5 tan x
Solution :
Let y = x5 tan x
u = x5 and u' = 5x4
v = tan x and v' = sec2 x
Using the formula
(UV)' = UV' + VU'
= (x5)sec2x+(tan x)(5x4)
= x5sec2x+5x4tan x
= x4[xsec2x+tanx]
Example 2 :
Differentiate (x2+7x+2) (x3-log x)
Solution :
u = x2+7x+2 and u' = 2x+7
v = x3 - log x and v' = 3x2 - (1/x)
Formula of product rule
= (x2+7x+2)[3x2 - (1/x)] + (x3 - log x)(2x+7)
Example 3 :
Differentiate (x2-1) (x2+2)
Solution :
u = x2-1 and u' = 2x
v = x2+2 and v' = 2x
Using the formula, we get
(UV)' = UV' + VU'
= (x2-1)(2x)+(x2+2)(2x)
= 2x3-2x+2x3+4x
= 4x3+2x
Another Method :
(x2-1) (x2+2)
= x2(x2) + 2x2 - 1(x2) - 1(2)
= x4+2x2-x2-2
= x4+x2-2
Differentiating
= 4x3 + 2x - 0
= 4x³ + 2x
Example 4 :
If f(2) = −8, f′(2) = 3, g(2) = 17 and g′(2) = −4
determine the value of (fg)′(2).
Solution :
(fg)'(x) = f(x) g'(x)+f'(x)g(x)
(fg)'(2) = f(2) g'(2)+f'(2)g(2)
= -8(-4) + 17(3)
= 32 + 51
= 83
Example 5 :
Suppose that f and g are functions that are differentiable at x = 1 and that
f(1) = 2, f′(1) = −1, g(1) = −2, and g′(1) = 3. Find h′(1).
If h(x) = (x2+9)g(x)
Solution :
Given that :
h(x) = (x2+9)g(x)
Let f(x) = x2+9
h'(x) = (x2+9)g'(x) + g(x) d(x2+9)
h'(x) = (x2+9)g'(x) + g(x) (2x)
h'(1) = (12+9)g'(1) + g(1) 2(1)
= 10(3)+(-2)2
= 30 - 4
= 26
Example 6 :
If
f(x) = x3g(x), g(−7) = 2, g′(−7) = −9
determine the value of f′(−7).
Solution :
Given that :
f(x) = x3g(x)
f'(x) = x3g'(x) + g(x) d(x3)
f'(x) = x3g'(x) + 3x2g(x)
f'(-7) = (-7)3g'(-7) + 3(-7)2g(-7)
f'(-7) = -343(2) + 3(49)(-9)
f'(-7) = -686+1323
f'(-7) = 637
Example 7 :
Suppose that
f(π/4) = −4 and f′(π/4) = 2, and let g(x) = f(x) sinx.
Solution :
g(x) = f(x) sinx
g'(x) = f(x) d(sinx) + sinx f'(x)
g'(x) = f(x) cosx + sinx f'(x)
g'(π/4) = f(π/4) cosπ/4 + sinπ/4 f'(π/4)
= -4(1/√2) + (1/√2)2
= -2/√2
= -√2
Example 8 :
Find all x-coordinates of all points on y = √x (3 - x)2 where the tangent is horizontal.
Solution :
y = √x (3 - x)2
Since two functions are multiplied, we have to use product rule to find the derivative.
U = √x and V = (3 - x)2
U' = 1/2√x and V' = 2(3 - x) (-1) ==> -2(3 - x)
dy/dx = √x(-2(3 - x)) + (3 - x)2 (1/2√x)
= -2√x(3 - x) + (3 - x)2 (1/2√x)
= [-4x(3 - x) + (3 - x)2] / 2√x
For horizontal tangents, the slope will be equal to 0.
dy/dx = 0
[-4x(3 - x) + (3 - x)2] / 2√x = 0
-4x(3 - x) + (3 - x)2 = 0
(3 - x)[-4x + 3 - x] = 0
(3 - x)(-5x + 3) = 0
x = 3 and x = 3/5
So, the required x-coordinates are 3 and 3/5.
Example 9 :
Suppose y = -2x2(x + 4). For what values of x does dy/dx = 10 ?
Solution :
y = -2x2(x + 4)
Let U = -2x2 and V = x + 4
U' = -4x and V' = 1
dy/dx = [-2x2 (1) + (x + 4)(-4x)]
= [-2x2 - 4x2 - 16x]
= -2[3x2 + 8x]
When dy/dx = 10
-6x2 - 16x = 10
6x2 + 16x + 10 = 0
Dividing by 2, we get
3x2 + 8x + 5 = 0
3x2 + 3x + 5x + 5 = 0
3x(x + 1) + 5(x + 1) = 0
(3x + 5)(x + 1) = 0
x = -1 and x = -5/3
When x = -1 and x = -5/3, the value of dy/dx will be 10.
Example 10 :
Find the gradient of tangent to y = x3√(5 - x2) at x = 1
Solution :
y = x3√(5 - x2)
Let U = x3 and V = √(5 - x2)
U' = 3x2 and V' = [1/2√(5 - x2)](-2x)
V' = -x/√(5 - x2)
dy/dx = x3(-x/√(5 - x2)) + √(5 - x2) (3x2)
= (-x4/√(5 - x2)) + 3x2√(5 - x2)
dy/dx at x = 1
= [-1/√(5 - 12)) +