Derivatives of Products

Example:
B(q) = q4 eq + 5

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:

B(q) = ( q4) ( eq + 5)

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,

B(q) = ( q4) ( eq + 5)
we can think of as
B(q) = f(q) g(q)    
So the derivative is
B '(q) = ( f(q) g(q) )'    
  = f '(q) g(q) + f(q) g '(q)
  = ( q4 )' ( eq + 5 ) + ( q4 ) ( eq + 5 )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( q4 )' = 4*q3 (by the power rule)
( eq + 5 )' = eq + 5 (1 + 0) (by the chain rule)
so the finished derivative is
B '(q) = ( 4*q3 ) ( eq + 5 ) + ( q4 ) ( eq + 5 (1 + 0) )
  = 4*q3 eq + 5 + q4 eq + 5
[]


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