Derivatives of Quotients

Example:
f(x) = (tan(x) - 1) / ex

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

f(x) = tan(x) - 1
----------
ex

The Derivative Rule for Quotients:

The derivative of a quotient is the derivative of the numerator times the denominator minus the numerator times the derivative of the denominator, all divided by the denominator squared.
If
  z = ( f(x) )
----
g(x)
then the derivative of z is
  z ' = ( f(x) )'
----
g(x)
    = f '(x) g(x) - f(x) g '(x)  
----
( g(x) )2

So our example,

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


additional explanation for the quotient rule
see another quotient rule example
practice gateway test
previous page
Page Generated: Sat Nov 1 03:50:45 2025
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.