Derivatives of Products

Example:
R = t (19*t4 + e)-3/4

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 = ( t) ( (19*t4 + e)-3/4)

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 = ( t) ( (19*t4 + e)-3/4)
we can think of as
R = f(t) g(t)    
So the derivative is
R ' = ( f(t) g(t) )'    
  = f '(t) g(t) + f(t) g '(t)
  = ( t )' ( (19*t4 + e)-3/4 ) + ( t ) ( (19*t4 + e)-3/4 )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( t )' = 1 (by the derivative rule for variables)
( (19*t4 + e)-3/4 )' = (-3/4)*(19*t4 + e)-7/4 (19*4*t3 + 0) (by the chain rule)
so the finished derivative is
R ' = ( 1 ) ( (19*t4 + e)-3/4 ) + ( t ) ( (-3/4)*(19*t4 + e)-7/4 (19*4*t3 + 0) )
  = (19*t4 + e)-3/4 - (228/4)*t4 (19*t4 + e)-7/4
[]


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