Derivatives of Quotients

Example:
B = (p2 - 1) / cos(p)

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

B = p2 - 1
----------
cos(p)

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,

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


additional explanation for the quotient rule
see another quotient rule example
practice gateway test
previous page
Page Generated: Fri Mar 6 12:28:38 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.