HOME

TheInfoList



OR:

In
calculus Calculus is the mathematics, mathematical study of continuous change, in the same way that geometry is the study of shape, and algebra is the study of generalizations of arithmetic operations. Originally called infinitesimal calculus or "the ...
, the quotient rule is a method of finding the
derivative In mathematics, the derivative is a fundamental tool that quantifies the sensitivity to change of a function's output with respect to its input. The derivative of a function of a single variable at a chosen input value, when it exists, is t ...
of a
function Function or functionality may refer to: Computing * Function key, a type of key on computer keyboards * Function model, a structured representation of processes in a system * Function object or functor or functionoid, a concept of object-orie ...
that is the ratio of two differentiable functions. Let h(x)=\frac, where both and are differentiable and g(x)\neq 0. The quotient rule states that the derivative of is :h'(x) = \frac. It is provable in many ways by using other derivative rules.


Examples


Example 1: Basic example

Given h(x)=\frac, let f(x)=e^x, g(x)=x^2, then using the quotient rule:\begin \frac \left(\frac\right) &= \frac \\ &= \frac \\ &= \frac \\ &= \frac \\ &= \frac. \end


Example 2: Derivative of tangent function

The quotient rule can be used to find the derivative of \tan x = \frac as follows: \begin \frac \tan x &= \frac \left(\frac\right) \\ &= \frac \\ &= \frac \\ &= \frac \\ &= \frac = \sec^2 x. \end


Reciprocal rule

The reciprocal rule is a special case of the quotient rule in which the numerator f(x)=1. Applying the quotient rule givesh'(x)=\frac\left frac\right\frac=\frac. Utilizing the
chain rule In calculus, the chain rule is a formula that expresses the derivative of the Function composition, composition of two differentiable functions and in terms of the derivatives of and . More precisely, if h=f\circ g is the function such that h ...
yields the same result.


Proofs


Proof from derivative definition and limit properties

Let h(x) = \frac. Applying the definition of the derivative and properties of limits gives the following proof, with the term f(x) g(x) added and subtracted to allow splitting and factoring in subsequent steps without affecting the value:\begin h'(x) &= \lim_ \frac \\ &= \lim_ \frac \\ &= \lim_ \frac \\ &= \lim_ \frac \cdot \lim_\frac \\ &= \lim_ \left frac \right\cdot \frac \\ &= \left lim_ \frac - \lim_\frac \right\cdot \frac \\ &= \left lim_ \frac \cdot g(x) - f(x) \cdot \lim_\frac \right\cdot \frac \\ &= \frac. \endThe limit evaluation \lim_\frac=\frac is justified by the differentiability of g(x), implying continuity, which can be expressed as \lim_g(x+k) = g(x).


Proof using implicit differentiation

Let h(x) = \frac, so that f(x) = g(x)h(x). The
product rule In calculus, the product rule (or Leibniz rule or Leibniz product rule) is a formula used to find the derivatives of products of two or more functions. For two functions, it may be stated in Lagrange's notation as (u \cdot v)' = u ' \cdot v ...
then gives f'(x)=g'(x)h(x) + g(x)h'(x). Solving for h'(x) and substituting back for h(x) gives: \begin h'(x) &= \frac \\ &= \frac \\ &= \frac. \end


Proof using the reciprocal rule or chain rule

Let h(x) = \frac = f(x) \cdot \frac. Then the product rule gives h'(x) = f'(x)\cdot\frac + f(x) \cdot \frac\left frac\right To evaluate the derivative in the second term, apply the
reciprocal rule In calculus, the reciprocal rule gives the derivative of the reciprocal of a function ''f'' in terms of the derivative of ''f''. The reciprocal rule can be used to show that the power rule holds for negative exponents if it has already be ...
, or the
power rule In calculus, the power rule is used to differentiate functions of the form f(x) = x^r, whenever r is a real number. Since differentiation is a linear operation on the space of differentiable functions, polynomials can also be differentiated usin ...
along with the
chain rule In calculus, the chain rule is a formula that expresses the derivative of the Function composition, composition of two differentiable functions and in terms of the derivatives of and . More precisely, if h=f\circ g is the function such that h ...
: \frac\left frac\right= -\frac \cdot g'(x) = \frac. Substituting the result into the expression gives\begin h'(x) &= f'(x)\cdot\frac + f(x)\cdot\left frac\right\\ &= \frac - \frac \\ &= \cdot - \frac \\ &= \frac. \end


Proof by logarithmic differentiation

Let h(x)=\frac. Taking the
absolute value In mathematics, the absolute value or modulus of a real number x, is the non-negative value without regard to its sign. Namely, , x, =x if x is a positive number, and , x, =-x if x is negative (in which case negating x makes -x positive), ...
and
natural logarithm The natural logarithm of a number is its logarithm to the base of a logarithm, base of the e (mathematical constant), mathematical constant , which is an Irrational number, irrational and Transcendental number, transcendental number approxima ...
of both sides of the equation gives \ln, h(x), =\ln\left, \frac\ Applying properties of the absolute value and logarithms, \ln, h(x), =\ln, f(x), -\ln, g(x), Taking the
logarithmic derivative In mathematics, specifically in calculus and complex analysis, the logarithmic derivative of a function is defined by the formula \frac where is the derivative of . Intuitively, this is the infinitesimal relative change in ; that is, the in ...
of both sides, \frac=\frac-\frac Solving for h'(x) and substituting back \tfrac for h(x) gives: \begin h'(x)&=h(x)\left frac-\frac\right\ &=\frac\left frac-\frac\right\ &=\frac-\frac\\ &=\frac. \end Taking the absolute value of the functions is necessary for the
logarithmic differentiation In calculus, logarithmic differentiation or differentiation by taking logarithms is a method used to differentiate functions by employing the logarithmic derivative of a function , (\ln f)' = \frac \quad \implies \quad f' = f \cdot (\ln f)' ...
of functions that may have negative values, as logarithms are only
real-valued In mathematics, value may refer to several, strongly related notions. In general, a mathematical value may be any definite mathematical object. In elementary mathematics, this is most often a number – for example, a real number such as or an ...
for positive arguments. This works because \tfrac(\ln, u, )=\tfrac, which justifies taking the absolute value of the functions for logarithmic differentiation.


Higher order derivatives

Implicit differentiation can be used to compute the th derivative of a quotient (partially in terms of its first derivatives). For example, differentiating f=gh twice (resulting in f'' = g''h + 2g'h' + gh'') and then solving for h'' yieldsh'' = \left(\frac\right)'' = \frac.


See also

* * * * * * * * * *


References

{{Calculus topics Articles containing proofs Differentiation rules Theorems in mathematical analysis Theorems in calculus