Derivatives of Products

Example:
y = (x2 - 5) ln(x)

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:

y = ( x2 - 5) ( ln(x))

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,

y = ( x2 - 5) ( ln(x))
we can think of as
y = f(x) g(x)    
So the derivative is
y ' = ( f(x) g(x) )'    
  = f '(x) g(x) + f(x) g '(x)
  = ( x2 - 5 )' ( ln(x) ) + ( x2 - 5 ) ( ln(x) )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( x2 - 5 )' = 2*x - 0 (by the derivative rule for sums, power rule, and the derivative rule for constants)
( ln(x) )' = x-1 (by the derivative rules for basic functions)
so the finished derivative is
y ' = ( 2*x - 0 ) ( ln(x) ) + ( x2 - 5 ) ( x-1 )
  = 2*x ln(x) + x-1 (x2 - 5)
[]


additional explanation for the product rule
see another product rule example
practice gateway test
previous page
Page Generated: Mon Jan 19 21:49:28 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.