Derivatives of Quotients

Example:
G = (8*t - (e)5) / 5t

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

G = 8*t - (e)5
----------
5t

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,

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


additional explanation for the quotient rule
see another quotient rule example
practice gateway test
previous page
Page Generated: Wed Apr 1 22:40:00 2026
Comments to Gavin LaRose
glarose@umich.edu
©2001 Gavin LaRose, University of Michigan Math Dept.