Derivatives of Sums

Example:
R = (sin(1.5))*x + 10*3x

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:

R = ( (sin(1.5))*x ) + ( 10*3x )

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,

R = ( (sin(1.5))*x ) + ( 10*3x )
we can think of as
R = f(x) + g(x)
So the derivative is
R ' = ( f(x) + g(x) )'
  = f '(x) + g '(x)  
  = ( (sin(1.5))*x) ' + ( 10*3x) '  
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( (sin(1.5))*x )' = (sin(1.5)) (by the rule for constant multiples, and the derivative rule for variables)
( 10*3x )' = 10*(ln(3))*3x (by the rule for constant multiples, and the derivative rules for basic functions)
so the finished derivative is
R ' = (sin(1.5)) + 10*(ln(3))*3x  
  = (sin(1.5)) + (10(ln(3)))*3x
[]


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