Derivatives of Products

Example:
z = sin(y2 + 4) e(1/2)*y

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 = ( sin(y2 + 4)) ( e(1/2)*y)

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 = ( sin(y2 + 4)) ( e(1/2)*y)
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)
  = ( sin(y2 + 4) )' ( e(1/2)*y ) + ( sin(y2 + 4) ) ( e(1/2)*y )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( sin(y2 + 4) )' = cos(y2 + 4) (2*y + 0) (by the chain rule)
( e(1/2)*y )' = (1/2)*e(1/2)*y (by the chain rule)
so the finished derivative is
z ' = ( cos(y2 + 4) (2*y + 0) ) ( e(1/2)*y ) + ( sin(y2 + 4) ) ( (1/2)*e(1/2)*y )
  = 2*y cos(y2 + 4) e(1/2)*y + (1/2)*sin(y2 + 4) e(1/2)*y
[]


additional explanation for the product rule
see another product rule example
practice gateway test
previous page
Page Generated: Wed Dec 17 00:11:45 2025
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.