Derivatives of Sums

Example:
g(t) = (t3 + 8)1/4 + t-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:

g(t) = ( (t3 + 8)1/4 ) + ( t-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,

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


additional explanation for the derivative of sums
see another derivative of sums example
practice gateway test
previous page
Page Generated: Sat Sep 20 21:11:48 2025
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.