Derivatives of Quotients

Example:
F(p) = sqrt(7*p) / (p + 5)3

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

F(p) = sqrt(7*p)
----------
(p + 5)3

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(p) = sqrt(7*p)
----------
(p + 5)3
we can think of as
F(p) = f(p)
----------
g(p)
So the derivative is
F(p)' = ( f(p) )'
----------
g(p)
  = f '(p) g(p) - f(p) g '(p)
----------
( g(p) )2
  = ( sqrt(7*p) )' ( (p + 5)3 ) - ( sqrt(7*p) ) ( (p + 5)3 )'
----------
( (p + 5)3 )2
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( sqrt(7*p) )' = 7*(1/2)*(7*p)-1/2 (by the chain rule)
( (p + 5)3 )' = 3*(p + 5)2 (1 + 0) (by the chain rule)
so the finished derivative is
F(p)' = ( 7*(1/2)*(7*p)-1/2 ) ( (p + 5)3 ) - ( sqrt(7*p) ) ( 3*(p + 5)2 (1 + 0) )
----------
( (p + 5)3 )2
  = (7/2)*(7*p)-1/2 (p + 5)3 - 3*sqrt(7*p) (p + 5)2
----------
((p + 5)3)2
[]


additional explanation for the quotient rule
see another quotient rule example
practice gateway test
previous page
Page Generated: Fri Feb 13 03:17:44 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.