Derivatives of Sums

Example:
B(q) = sqrt(1 - q) + (sqrt(3))*q5 - 5

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:

B(q) = ( sqrt(1 - q) ) + ( (sqrt(3))*q5 ) - ( 5 )

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,

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


additional explanation for the derivative of sums
see another derivative of sums example
practice gateway test
previous page
Page Generated: Fri Mar 6 17:30:10 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.