Quotient rule for differentiation: Difference between revisions

From Calculus
(Created page with "{{differentiation rule}} ==Statement== Suppose <math>f</math> and <math>g</math> are functions defined at and around a point <math>x_0</math> and they are both differentiab...")
 
No edit summary
 
Line 10: Line 10:


<math>\frac{d}{dx} \left(\frac{f(x)}{g(x)}\right) = \frac{g(x)f'(x) - f(x)g'(x)}{(g(x))^2}</math>
<math>\frac{d}{dx} \left(\frac{f(x)}{g(x)}\right) = \frac{g(x)f'(x) - f(x)g'(x)}{(g(x))^2}</math>
==Related rules==
* [[Product rule for differentiation]]
* [[Second derivative rule for parametric descriptions]] (uses the quotient rule in its proof)
* [[Quotient rule for second derivative]]

Latest revision as of 22:55, 21 September 2011

This article is about a differentiation rule, i.e., a rule for differentiating a function expressed in terms of other functions whose derivatives are known.
View other differentiation rules

Statement

Suppose f and g are functions defined at and around a point x0 and they are both differentiable at x0 (i.e., the derivatives f(x0) and g(x0) are defined) and g(x0)0. Then, the quotient f/g is differentiable at x0, and its derivative is given as follows:

ddx(f(x)g(x))|x=x0=g(x0)f(x0)f(x0)g(x0)(g(x0))2

If we consider the general expressions rather than the evaluation at a particular point x0, we can rewrite the above as:

ddx(f(x)g(x))=g(x)f(x)f(x)g(x)(g(x))2

Related rules