Derivatives of Sums

Example:
h(t) = sqrt(t3) - 2*t4

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:

h(t) = ( sqrt(t3) ) - ( 2*t4 )

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,

h(t) = ( sqrt(t3) ) - ( 2*t4 )
we can think of as
h(t) = f(t) - g(t)
So the derivative is
h '(t) = ( f(t) - g(t) )'
  = f '(t) - g '(t)  
  = ( sqrt(t3)) ' - ( 2*t4) '  
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( sqrt(t3) )' = 3*(1/2)*(t3)-1/2 t2 (by the chain rule)
( 2*t4 )' = 2*4*t3 (by the rule for constant multiples, and the power rule)
so the finished derivative is
h '(t) = 3*(1/2)*(t3)-1/2 t2 - 2*4*t3  
  = (3/2)*t-3/2+2 - 8*t3
[]


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