Derivatives of Sums

Example:
z = 3*y6 + 6*y + e

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:

z = ( 3*y6 ) + ( 6*y ) + ( e )

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,

z = ( 3*y6 ) + ( 6*y ) + ( e )
we can think of as
z = f(y) + g(y) + h(y)
So the derivative is
z ' = ( f(y) + g(y) + h(y) )'
  = f '(y) + g '(y) + h '(y)  
  = ( 3*y6) ' + ( 6*y) ' + ( e) '  
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( 3*y6 )' = 3*6*y5 (by the rule for constant multiples, and the power rule)
( 6*y )' = 6 (by the rule for constant multiples, and the derivative rule for variables)
( e )' = 0 (by the derivative rule for constants)
so the finished derivative is
z ' = 3*6*y5 + 6 + 0  
  = 18*y5 + 6
[]


additional explanation for the derivative of sums
see another derivative of sums example
practice gateway test
previous page
Page Generated: Sun Dec 28 19:10:26 2025
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.