Derivatives of Constant Multiples

Example:
H = (ln(2))*sin(sqrt(t) + (e2)*t)

The first thing to notice when finding the derivative of this function is that it is the product of a constant and another function, as shown in color below:

H = (ln(2)) sin(sqrt(t) + (e2)*t)

The Derivative Rule for Constant Multiples:

The derivative of a constant multiple is the constant times thederivative of the function.
If
  z = c ( f(x) )
then the derivative of z is
  z' = ( c f(x) )'
    = c f '(x)

So our example,

H = (ln(2)) sin(sqrt(t) + (e2)*t)
we can think of as
H = c f(t)
So the derivative is
H ' = ( c f(t) )'
  = c f '(t)  
  = (ln(2)) (sin(sqrt(t) + (e2)*t))'  
and we just need to know the derivative on the right-hand side of the equation. In this case this is
sin(sqrt(t) + (e2)*t) = cos(sqrt(t) + (e2)*t) ((1/2)*t-1/2 + (e2)) (by the chain rule)
so the finished derivative is
H ' = (ln(2)) ( cos(sqrt(t) + (e2)*t) ((1/2)*t-1/2 + (e2)) )
  = (ln(2))*cos(sqrt(t) + (e2)*t) ((1/2)*t-1/2 + (e2))
[]


additional explanation for the derivative of constant multiples
see another derivative of constant multiples example
practice gateway test
previous page
Page Generated: Sat Jul 11 00:21:39 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.