Derivatives of Products

Example:
r(t) = sin(6*t) (t-2 + 4*t)

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:

r(t) = ( sin(6*t)) ( t-2 + 4*t)

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,

r(t) = ( sin(6*t)) ( t-2 + 4*t)
we can think of as
r(t) = f(t) g(t)    
So the derivative is
r '(t) = ( f(t) g(t) )'    
  = f '(t) g(t) + f(t) g '(t)
  = ( sin(6*t) )' ( t-2 + 4*t ) + ( sin(6*t) ) ( t-2 + 4*t )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( sin(6*t) )' = 6*cos(6*t) (by the chain rule)
( t-2 + 4*t )' = (-2)*t-3 + 4 (by the derivative rule for sums, power rule, and the rule for constant multiples)
so the finished derivative is
r '(t) = ( 6*cos(6*t) ) ( t-2 + 4*t ) + ( sin(6*t) ) ( (-2)*t-3 + 4 )
  = 6*cos(6*t) (t-2 + 4*t) + sin(6*t) ((-2)*t-3 + 4)
[]


additional explanation for the product rule
see another product rule example
practice gateway test
previous page
Page Generated: Mon Dec 8 10:26:28 2025
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.