Derivatives of Quotients

Example:
V = (4*s2 + 4*s - e) / ln(s)

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

V = 4*s2 + 4*s - e
----------
ln(s)

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,

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


additional explanation for the quotient rule
see another quotient rule example
practice gateway test
previous page
Page Generated: Wed Mar 4 21:47:02 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.