Derivatives of Sums

Example:
y = 6*(sin(p))4 - 7

The first thing to notice when finding the derivative of this function is that it is the sum of several terms, as shown in color below:

y = ( 6*(sin(p))4 ) - ( 7 )

The Derivative Rule for Sums:

The derivative of a sum is the sum of the derivatives.
If
  z = ( f(x) + g(x) )
then the derivative of z is
  z' = ( f(x) + g(x) )'
    = f '(x) + g'(x)

So our example,

y = ( 6*(sin(p))4 ) - ( 7 )
we can think of as
y = f(p) - g(p)
So the derivative is
y ' = ( f(p) - g(p) )'
  = f '(p) - g '(p)  
  = ( 6*(sin(p))4) ' - ( 7) '  
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( 6*(sin(p))4 )' = 6*4*(sin(p))3 cos(p) (by the rule for constant multiples, and the chain rule)
( 7 )' = 0 (by the derivative rule for constants)
so the finished derivative is
y ' = 6*4*(sin(p))3 cos(p) - 0  
  = 24*(sin(p))3 cos(p)
[]


additional explanation for the derivative of sums
see another derivative of sums example
practice gateway test
previous page
Page Generated: Wed Jan 14 14:17:28 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.