Derivatives of Products

Example:
C(q) = sqrt(7*(q + 1)) sin(4*q)

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:

C(q) = ( sqrt(7*(q + 1))) ( sin(4*q))

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,

C(q) = ( sqrt(7*(q + 1))) ( sin(4*q))
we can think of as
C(q) = f(q) g(q)    
So the derivative is
C '(q) = ( f(q) g(q) )'    
  = f '(q) g(q) + f(q) g '(q)
  = ( sqrt(7*(q + 1)) )' ( sin(4*q) ) + ( sqrt(7*(q + 1)) ) ( sin(4*q) )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( sqrt(7*(q + 1)) )' = 7*(1/2)*(7*(q + 1))-1/2 (1 + 0) (by the chain rule)
( sin(4*q) )' = 4*cos(4*q) (by the chain rule)
so the finished derivative is
C '(q) = ( 7*(1/2)*(7*(q + 1))-1/2 (1 + 0) ) ( sin(4*q) ) + ( sqrt(7*(q + 1)) ) ( 4*cos(4*q) )
  = (7/2)*(7*(q + 1))-1/2 sin(4*q) + 4*sqrt(7*(q + 1)) cos(4*q)
[]


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