Derivatives of Quotients

Example:
Y = (x3 - sin(A)) / cos(7*x)

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

Y = x3 - sin(A)
----------
cos(7*x)

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,

Y = x3 - sin(A)
----------
cos(7*x)
we can think of as
Y = f(x)
----------
g(x)
So the derivative is
Y' = ( f(x) )'
----------
g(x)
  = f '(x) g(x) - f(x) g '(x)
----------
( g(x) )2
  = ( x3 - sin(A) )' ( cos(7*x) ) - ( x3 - sin(A) ) ( cos(7*x) )'
----------
( cos(7*x) )2
and we just need to know each of the derivatives on the right-hand side of the equation. In this case these are
( x3 - sin(A) )' = 3*x2 - 0 (by the derivative rule for sums, power rule, and the derivative rule for constants)
( cos(7*x) )' = 7*(-1)*sin(7*x) (by the chain rule)
so the finished derivative is
Y' = ( 3*x2 - 0 ) ( cos(7*x) ) - ( x3 - sin(A) ) ( 7*(-1)*sin(7*x) )
----------
( cos(7*x) )2
  = 3*x2 cos(7*x) + 7*(x3 - sin(A)) sin(7*x)
----------
(cos(7*x))2
[]


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