Derivatives of Products

Example:
f(t) = sqrt((1/3)*(t + 1)) ln(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:

f(t) = ( sqrt((1/3)*(t + 1))) ( ln(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,

f(t) = ( sqrt((1/3)*(t + 1))) ( ln(t))
we can think of as
f(t) = g(t) h(t)    
So the derivative is
f '(t) = ( g(t) h(t) )'    
  = g '(t) h(t) + g(t) h '(t)
  = ( sqrt((1/3)*(t + 1)) )' ( ln(t) ) + ( sqrt((1/3)*(t + 1)) ) ( ln(t) )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( sqrt((1/3)*(t + 1)) )' = (1/3)*(1/2)*((1/3)*(t + 1))-1/2 (1 + 0) (by the chain rule)
( ln(t) )' = t-1 (by the derivative rules for basic functions)
so the finished derivative is
f '(t) = ( (1/3)*(1/2)*((1/3)*(t + 1))-1/2 (1 + 0) ) ( ln(t) ) + ( sqrt((1/3)*(t + 1)) ) ( t-1 )
  = (1/6)*((1/3)*(t + 1))-1/2 ln(t) + t-1 sqrt((1/3)*(t + 1))
[]


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