Derivatives of Products

Example:
z = sin(8*t) cos(t2 + 1/3)

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(8*t)) ( cos(t2 + 1/3))

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(8*t)) ( cos(t2 + 1/3))
we can think of as
z = f(t) g(t)    
So the derivative is
z ' = ( f(t) g(t) )'    
  = f '(t) g(t) + f(t) g '(t)
  = ( sin(8*t) )' ( cos(t2 + 1/3) ) + ( sin(8*t) ) ( cos(t2 + 1/3) )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( sin(8*t) )' = 8*cos(8*t) (by the chain rule)
( cos(t2 + 1/3) )' = (-1)*sin(t2 + 1/3) (2*t + 0) (by the chain rule)
so the finished derivative is
z ' = ( 8*cos(8*t) ) ( cos(t2 + 1/3) ) + ( sin(8*t) ) ( (-1)*sin(t2 + 1/3) (2*t + 0) )
  = 8*cos(8*t) cos(t2 + 1/3) - 2*t sin(8*t) sin(t2 + 1/3)
[]


additional explanation for the product rule
see another product rule example
practice gateway test
previous page
Page Generated: Wed Feb 4 13:27:21 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.