Derivatives of Sums

Example:
f(p) = sqrt(2*p + 5) + (sqrt(3))*p

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:

f(p) = ( sqrt(2*p + 5) ) + ( (sqrt(3))*p )

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,

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


additional explanation for the derivative of sums
see another derivative of sums example
practice gateway test
previous page
Page Generated: Fri Dec 5 16:17:24 2025
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.