Derivatives of Products

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


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