Derivatives of Products

Example:
G = cos(2*p) ln((1/2)*p)

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:

G = ( cos(2*p)) ( ln((1/2)*p))

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,

G = ( cos(2*p)) ( ln((1/2)*p))
we can think of as
G = f(p) g(p)    
So the derivative is
G ' = ( f(p) g(p) )'    
  = f '(p) g(p) + f(p) g '(p)
  = ( cos(2*p) )' ( ln((1/2)*p) ) + ( cos(2*p) ) ( ln((1/2)*p) )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( cos(2*p) )' = 2*(-1)*sin(2*p) (by the chain rule)
( ln((1/2)*p) )' = (1/2)*((1/2)*p)-1 (by the chain rule)
so the finished derivative is
G ' = ( 2*(-1)*sin(2*p) ) ( ln((1/2)*p) ) + ( cos(2*p) ) ( (1/2)*((1/2)*p)-1 )
  = (-2)*sin(2*p) ln((1/2)*p) + (1/2)*cos(2*p) ((1/2)*p)-1
[]


additional explanation for the product rule
see another product rule example
practice gateway test
previous page
Page Generated: Fri May 15 09:15:48 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.