Derivatives of Sums

Example:
S = (-1)*p4 + (ln(2))*p2 + 1

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:

S = ( (-1)*p4 ) + ( (ln(2))*p2 ) + ( 1 )

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,

S = ( (-1)*p4 ) + ( (ln(2))*p2 ) + ( 1 )
we can think of as
S = f(p) + g(p) + h(p)
So the derivative is
S ' = ( f(p) + g(p) + h(p) )'
  = f '(p) + g '(p) + h '(p)  
  = ( (-1)*p4) ' + ( (ln(2))*p2) ' + ( 1) '  
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( (-1)*p4 )' = (-1)*4*p3 (by the rule for constant multiples, and the power rule)
( (ln(2))*p2 )' = (ln(2))*2*p (by the rule for constant multiples, and the power rule)
( 1 )' = 0 (by the derivative rule for constants)
so the finished derivative is
S ' = (-1)*4*p3 + (ln(2))*2*p + 0  
  = (-4)*p3 + (2(ln(2)))*p
[]


additional explanation for the derivative of sums
see another derivative of sums example
practice gateway test
previous page
Page Generated: Mon Dec 1 21:45:03 2025
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.