Derivatives of Products

Example:
R(s) = (5*s + ln(2)) cos(e*s)

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(s) = ( 5*s + ln(2)) ( cos(e*s))

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(s) = ( 5*s + ln(2)) ( cos(e*s))
we can think of as
R(s) = f(s) g(s)    
So the derivative is
R '(s) = ( f(s) g(s) )'    
  = f '(s) g(s) + f(s) g '(s)
  = ( 5*s + ln(2) )' ( cos(e*s) ) + ( 5*s + ln(2) ) ( cos(e*s) )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( 5*s + ln(2) )' = 5 + 0 (by the derivative rule for sums, rule for constant multiples, and the derivative rule for constants)
( cos(e*s) )' = e*(-1)*sin(e*s) (by the chain rule)
so the finished derivative is
R '(s) = ( 5 + 0 ) ( cos(e*s) ) + ( 5*s + ln(2) ) ( e*(-1)*sin(e*s) )
  = 5*cos(e*s) - (-(-e))*(5*s + ln(2)) sin(e*s)
[]


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