Techniques of Differentiation

 

 

 

Contents

 

Differentiation

  

Sum & Difference Rules

  

Product Rule

  

Quotient Rule

  

Chain Rule

  

Exponential Function

  

Logarithmic Function

  

Trigonometric Function

  

Reciprocal Function

  

Inverse Function

  

Implicit Differentiation

  

Higher Derivatives

  

Quiz

  

Calculus Main Page

Product Rule

 
 
The product rule is used to differentiate the product of two functions.
Given y = f(x).g(x), then
                                    
 
Differentiate, with respect to x,
       (i)    (x - 1)(x + 2)
       (ii)   (2x + 1)(x2 + 4x + 7)
       (iii)  (x2 - 1)(x - 2)4
       (iv)  (x - 2)1/2(x3 + 1)
 
Solutions:
 
 (i)   d/dx [(x - 1)(x + 2)]
            = (x - 1) + (x + 2)
            = 2x - 1
       Alternatively, expand and use the sum & difference rules.
 
 (ii)  d/dx [(2x + 1)(x2 + 4x + 7)]
            = (2x + 4)(2x + 1) + 2(x2 + 4x + 7)
            = 4x2 + 10x + 4 + 2x2 + 8x + 14
            = 2(x2 + 9x + 7)
 
 (iii) d/dx [(x2 - 1)(x - 2)4]
            = 2x(x - 2)4 + 4(x - 2)3(x2 - 1)
            = 2(x - 2)3[x(x - 2) + 2(x2 - 1)]
            = 2(x - 2)3(3x2 - 2x - 1)
 
 (iv)
             
 
 
Product Rule Extended
The product rule as stated above is used to differentiate a function that is a product of two functions. This rule can be extended to products of more than 2 functions. Here's an example for the product of 3 functions.
 
If y = f(x).g(x).h(x), then
          
 
Find the derivative of x(x + 1)(x2 + 2)
 
d/dx [x(x + 1)(x2 + 2)]
       = (x + 1)(x2 + 2) + x(x2 + 2) + 2x2(x + 1)
       = x3 + x2 + 2x + 2 + x3 + 2x + 2x3 + 2x2
       = 4x3 + 3x2 + 4x + 2