What is the Quotient Rule and how is it used to find derivatives?

  • Context: Undergrad 
  • Thread starter Thread starter Greg Bernhardt
  • Start date Start date
  • Tags Tags
    quotient
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 3K views
Messages
19,978
Reaction score
11,076
Definition/Summary

The quotient rule is a formula for the derivative of the quotient of two functions, for which derivatives exist.

Equations

[tex]f(x) = \frac{g(x)}{h(x)}[/tex]

Then,

[tex]f'(x) = \frac{h(x)g'(x)-g(x)h'(x)}{(h(x))^2}[/tex]

here, [itex]h(x) \: \neq \: 0[/itex]

Extended explanation

Even though a quotient can always be differentiated using the product and chain rules, it is easier and more efficient to remember and use the quotient rule. :wink:

Proof of the quotient rule:
[tex]f(x) = \frac{g(x)}{h(x)} = g(x)[h(x)]^{-1}[/tex]
Using the product and chain rules:
[tex]f'(x) = g'(x)\:[h(x)]^{-1} - \: [h(x)]^{-2} \: h'(x)\:g(x)[/tex]
and, putting this over a common denominator:
[tex]f'(x) = \frac{h(x)g'(x)-g(x)h'(x)}{(h(x))^2}[/tex]

* This entry is from our old Library feature. If you know who wrote it, please let us know so we can attribute a writer. Thanks!
 
Physics news on Phys.org
The quotient rule is just another version of the product or Leibniz rule:
$$(f\cdot g)'=f\,'\cdot g +f \cdot g'$$
The Leibniz rule appears in many variations:
  • definition of a derivation: ##D(ab)=D(a)b+aD(b)\text{ and }D([a,b)]=[D(a),b]+[a,D(b)]##
  • integration by parts: ##\int u'v = uv - \int uv'##
  • quotient rule: ##(f/g)' = (f\cdot g^{-1})'=f\,'g{-1}+(g^{-1})' f##
  • Jacobi identity: ##[X,[Y,Z]]+[Y,[Z,X]]+[Z,[X,Y]]=0##
  • exterior derivatives: ##d(f\alpha)=d(f\wedge \alpha)=df\wedge \alpha+f\wedge d\alpha##