Derivatives of Quotients

Example:
q = ln(p) / (p + 1)

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

q = ln(p)
----------
p + 1

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,

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


additional explanation for the quotient rule
see another quotient rule example
practice gateway test
previous page
Page Generated: Fri Jun 20 12:08:59 2025
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.