Derivatives of Compositions

Example:
f(x) = ln(ex + x-1)

The first thing to notice when finding the derivative of this function is that it is a composition of two functions, as shown below:

f(x) = ln([])
  where  [] = ex + x-1

The Chain Rule (Derivative Rule for Compositions):

The derivative of a composition is the product of the derivative of the outer function (with the inner function plugged in) and the derivative of the inner function.
If
  z = f( g(x) )
then the derivative of z is
  z' = ( f(g(x)) )'
    = f '(g(x)) g '(x)
Or, if
  z = f( [] ), where [] = g(x)
then the derivative of z is
  z' = ( f( [] ) )'
    = f '( [] ) ( [] )'
    = f '( [] ) g '(x)

So our example,

f(x) = ln([])
  where  [] = ex + x-1
we can think of as
f(x) = f( [] ) , where  [] = g(x) = ex + x-1
So the derivative is
f '(x) = ( f( [] ) )'
  = f '( [] ) ( [] )'  
  = ( ln([]) )' ( ex + x-1 )'
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( ln([]) )' = ([])-1 (by the derivative rules for basic functions)
( ex + x-1 )' = ( ex + (-1)*x-2 ) (by the derivative rule for sums, derivative rules for basic functions, and the power rule)
so the finished derivative is
f '(x) = ([])-1 ( ex + (-1)*x-2 )
  = (ex + x-1)-1 ( ex + (-1)*x-2 )
  = (ex + x-1)-1 (ex - x-2)
[]


additional explanation for the chain rule
see another chain rule example
practice gateway test
previous page
Page Generated: Mon Feb 16 18:36:19 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.