The Product Rule for derivatives
Derivative Using Product Rule
Product rule is used to find derivative of product of two functions. If f(x) and g(x) are two differentiable functions then product rule is defined as…
Using prime symbols this rule can be represented more beautifully.
[f(x)*g(x)]’= f(x)*g’(x) + g(x)*f ’(x)
In words it can be represented as…
Derivative of product of 2 functions=(1st function)*(derivative of 2nd function) + ( 2nd function)*(derivative of 1st function)
Example 1: Find derivative of y=x sin(x)
Solution: Here lets assume f(x) = x and g(x) = sin(x)
f ’(X) =1 g’(x) = cos(x)
formula: [f(x)*g(x)]’= f(x)*g’(x) + g(x)*f’(x)
[x sin(x)]’ = x* cos(x) + sin(x)*1
= x cos(x)+ sin(x) [answer]
Example2: Find derivative of
Solution: let f(x)= x^3 g(x)=e^x
f ’(x) = 3x^2 g’(x)= e^x
using values into the formula…
[f(x)*g(x)]’= f(x)*g’(x) + g(x)*f’(x)
[ answer]
Example3: Find derivative of y=(1+2tanx)(5+4cosx).
Solution: y = (1+2tanx)(5+4cosx)
Let f(x) = (1+2tanx) g(x) = (5+4cosx)
f ’(x) = 2 sec^2(x) g’(x)= -4sinx
Using product rule we get…
[(1+2tanx)(5+4cosx)]’ =(1+2tanx)(-4sinx)+( 2 sec^2(x))(5+4cosx)
= -4sinx(1+2tanx)+ 2sec^2(x) (5+4cosx)
= -4sinx -8sinxtanx +10sec^2(x)+8sec^2(x)cosx
= -4sinx -8sinxtanx +10sec^2x +8secx [answer]
This could also be solved other way, first multiplying the terms and then using fundamental rules to find their derivatives.
Y = 1(5+4cosx)+2tanx(5+4cosx)
Y = 5 + 4cosx + 10tanx +8tanxcosx
Y’ = 0 -4sinx +10sec^2(x)+ 8[tanx(cosx)’+cosx(tanx)’]
Y’ = -4sinx +10sec^2(x)+ 8tanx(-sinx)+8cosx sec^2(x)
Y’ = -4sinx +10sec^2(x) – 8tanx sinx + 8secx
Y’ = -4sinx -8sinxtanx +10sec^2(x) +8secx
We observe that answer is same using both ways!
Product rule for product of three terms
Let f(x), g(x) and h(x) be three differentiable functions. Then,
[f(x)*g(x)*h(x)]’= f ’(x)g(x)h(x) + f(x)g’(x)h(x) + f(x)g(x)h’(x)
We take derivative of each term one by one keeping other two same.
Same way we can find derivative of product of n terms taking derivative of each term one by one while keeping the others same.
Example4: Find derivative of
Solution: Let f(x)=e^x g(x)=x^3 h(x)= sinx
f’(x)=e^x g’(x)=3x^2 h’(x)= cosx
Using product rule for three terms….
Y’ = f ’(x)g(x)h(x) + f(x)g’(x)h(x) + f(x)g(x)h’(x)
Practice problems:
Find derivative of the following using product rule:
- Y = (x^2) cosx
- Y = (3x+2)log(2x)
- Y = sinx e^(3x)
- Y =(x^4) log(x) tan(x)
Answers:
- x(2cosx-xsinx)
- 3log(2x) + 3+2/x
- e^(3x) [ cosx +3sinx]