Derivatives of Quotients

Example:
Z = (ex + 1/3) / (x3 + (ep)i)

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

Z = ex + 1/3
----------
x3 + (ep)i

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,

Z = ex + 1/3
----------
x3 + (ep)i
we can think of as
Z = f(x)
----------
g(x)
So the derivative is
Z' = ( f(x) )'
----------
g(x)
  = f '(x) g(x) - f(x) g '(x)
----------
( g(x) )2
  = ( ex + 1/3 )' ( x3 + (ep)i ) - ( ex + 1/3 ) ( x3 + (ep)i )'
----------
( x3 + (ep)i )2
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( ex + 1/3 )' = ex + 0 (by the derivative rule for sums, derivative rules for basic functions, and the derivative rule for constants)
( x3 + (ep)i )' = 3*x2 + 0 (by the derivative rule for sums, power rule, and the derivative rule for constants)
so the finished derivative is
Z' = ( ex + 0 ) ( x3 + (ep)i ) - ( ex + 1/3 ) ( 3*x2 + 0 )
----------
( x3 + (ep)i )2
  = ex (x3 + (ep)i) - 3*x2 (ex + 1/3)
----------
(x3 + (ep)i)2
[]


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