Derivatives of Products

Example:
z = (y1/6 + 4) e7*y + 7

The first thing to notice when finding the derivative of this function is that it is the product of several terms, as shown in color below:

z = ( y1/6 + 4) ( e7*y + 7)

The Derivative Rule for Products:

The derivative of a product is the derivative of the first term times the second (and third, etc.) term(s), plus the first (and third, etc.) term(s) times the derivative of the second, etc.
If
  z = (f(x) g(x))
then the derivative of z is
  z ' = (f(x) g(x))'
    = f '(x) g(x) + f(x) g '(x)

So our example,

z = ( y1/6 + 4) ( e7*y + 7)
we can think of as
z = f(y) g(y)    
So the derivative is
z ' = ( f(y) g(y) )'    
  = f '(y) g(y) + f(y) g '(y)
  = ( y1/6 + 4 )' ( e7*y + 7 ) + ( y1/6 + 4 ) ( e7*y + 7 )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( y1/6 + 4 )' = (1/6)*y-5/6 + 0 (by the derivative rule for sums, power rule, and the derivative rule for constants)
( e7*y + 7 )' = e7*y + 7 (7 + 0) (by the chain rule)
so the finished derivative is
z ' = ( (1/6)*y-5/6 + 0 ) ( e7*y + 7 ) + ( y1/6 + 4 ) ( e7*y + 7 (7 + 0) )
  = (1/6)*y-5/6 e7*y + 7 + 7*(y1/6 + 4) e7*y + 7
[]


additional explanation for the product rule
see another product rule example
practice gateway test
previous page
Page Generated: Sat Apr 19 15:13:35 2025
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.