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
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
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
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.