Implicit function

From Wikipedia, the free encyclopedia

In mathematics, an implicit equation is a relation of the form R(x1,..., xn) = 0, where R is a function of several variables (often a polynomial). The set of the values of the variables that satisfy this relation is a curve if n = 2 and a surface if n=3. The terms implicit curve and implicit surface are usual to denote curves and surfaces defined in this way. The implicit equations are the basis of algebraic geometry, whose basic subjects of study are the simultaneous solutions of several implicit equations whose left-hand sides are polynomials. These sets of simultaneous solutions are called affine algebraic sets.

For example, the implicit equation of the unit circle is x^{2}+y^{2}-1=0.

An implicit function is a function that is defined implicitly by an implicit equation, by associating one of the variables (the value) to the others (the arguments).

For most implicit functions, there is no formula which define them explicitly. Even when such a formula may exist, one must often restrict the domain of definition and the target to have a well defined function. For the example, the implicit equation of the unit circle defines y as a function of x only, if -1  x  1 and one considers only non-negative (or non-positive) values for the values of the function.

The implicit function theorem provides a condition under which a relation defines an implicit function. It states that if the left hand side of the equation R(x, y) = 0 is differentiable and satisfies some mild condition on its partial derivatives at some point (a, b) such that R(a, b) = 0, then it defines a function y = f(x) over some interval containing a. Geometrically, the graph defined by R(x,y) = 0 will overlap locally with the graph of some equation y = f(x).

Examples

Inverse functions

A common type of implicit function is an inverse function. If f is a function, then the inverse function of f, called f−1, is the function giving a solution of the equation

x = f(y)

for y in terms of x. This solution is

y=f^{{-1}}(x).

Intuitively, an inverse function is obtained from f by interchanging the roles of the dependent and independent variables. Stated another way, the inverse function gives the solution for y of the equation

R(x,y)=x-f(y)=0.\,

Examples.

  1. The natural logarithm ln(x) gives the solution y = ln(x) of the equation xey = 0 or equivalently of x = ey. Here f(y) = ey and f−1(x) = ln(x).
  2. The product log is an implicit function giving the solution for y of the equation xy ey = 0.

Algebraic functions

An algebraic function is a function that satisfies a polynomial equation whose coefficients are themselves polynomials. For example, an algebraic function in one variable x gives a solution for y of an equation

a_{n}(x)y^{n}+a_{{n-1}}(x)y^{{n-1}}+\cdots +a_{0}(x)=0\,

where the coefficients ai(x) are polynomial functions of x. Algebraic functions play an important role in mathematical analysis and algebraic geometry. A simple example of an algebraic function is given by the unit circle equation:

x^{2}+y^{2}-1=0.\,

Solving for y gives an explicit solution:

y=\pm {\sqrt  {1-x^{2}}}.\,

But even without specifying this explicit solution, it is possible to refer to the implicit solution of the unit circle equation.

While explicit solutions can be found for equations that are quadratic, cubic, and quartic in y, the same is not in general true for quintic and higher degree equations, such as

y^{5}+2y^{4}-7y^{3}+3y^{2}-6y-x=0.\,

Nevertheless, one can still refer to the implicit solution y = g(x) involving the multi-valued implicit function g.

Caveats

Not every equation R(x, y) = 0 implies a graph of a single-valued function, the circle equation being one prominent example. Another example is an implicit function given by xC(y) = 0 where C is a cubic polynomial having a "hump" in its graph. Thus, for an implicit function to be a true (single-valued) function it might be necessary to use just part of the graph. An implicit function can sometimes be successfully defined as a true function only after "zooming in" on some part of the x-axis and "cutting away" some unwanted function branches. Then an equation expressing y as an implicit function of the other variable(s) can be written.

The defining equation R(x, y) = 0 can also have other pathologies. For example, the equation x = 0 does not imply a function f(x) giving solutions for y at all; it is a vertical line. In order to avoid a problem like this, various constraints are frequently imposed on the allowable sorts of equations or on the domain. The implicit function theorem provides a uniform way of handling these sorts of pathologies.

Implicit differentiation

In calculus, a method called implicit differentiation makes use of the chain rule to differentiate implicitly defined functions.

As explained in the introduction, y can be given as a function of x implicitly rather than explicitly. When we have an equation R(x, y) = 0, we may be able to solve it for y and then differentiate. However, sometimes it is simpler to differentiate R(x, y) with respect to x and y and then solve for dy/dx.

Examples

1. Consider for example

y+x+5=0\,

This function normally can be manipulated by using algebra to change this equation to one expressing y in terms of an explicit function:

y=-x-5\,,

where the right side is the explicit function whose output value is y. Differentiation then gives dy/dx = −1. Alternatively, one can totally differentiate the original equation:

{\frac  {dy}{dx}}+{\frac  {dx}{dx}}+{\frac  {d}{dx}}(5)=0;
{\frac  {dy}{dx}}+1=0.

Solving for dy/dx gives:

{\frac  {dy}{dx}}=-1,

the same answer as obtained previously.

2. An example of an implicit function, for which implicit differentiation might be easier than attempting to use explicit differentiation, is

x^{4}+2y^{2}=8\,

In order to differentiate this explicitly with respect to x, one would have to obtain (via algebra)

y=f(x)=\pm {\sqrt  {{\frac  {8-x^{4}}{2}}}},

and then differentiate this function. This creates two derivatives: one for y > 0 and another for y < 0.

One might find it substantially easier to implicitly differentiate the original function:

4x^{3}+4y{\frac  {dy}{dx}}=0,

giving,

{\frac  {dy}{dx}}={\frac  {-4x^{3}}{4y}}={\frac  {-x^{3}}{y}}

3. Sometimes standard explicit differentiation cannot be used and, in order to obtain the derivative, implicit differentiation must be employed. An example of such a case is the equation y5y = x. It is impossible to express y explicitly as a function of x and therefore dy/dx cannot be found by explicit differentiation. Using the implicit method, dy/dx can be expressed:

5y^{4}{\frac  {dy}{dx}}-{\frac  {dy}{dx}}={\frac  {dx}{dx}}

where dx/dx = 1. Factoring out dy/dx shows that

{\frac  {dy}{dx}}(5y^{4}-1)=1

which yields the final answer

{\frac  {dy}{dx}}={\frac  {1}{5y^{{4}}-1}},

which is defined for y\neq \pm {\frac  {1}{{\sqrt[ {4}]{5}}}}.

Formula for two variables

"The Implicit Function Theorem states that if F is defined on an open disk containing (a, b), where F(a, b) = 0, Fy(a, b) ≠ 0, and Fx and Fy are continuous on the disk, then the equation F(x, y) = 0 defines y as a function of x near the point (a, b) and the derivative of this function is given by"[1]:§ 11.5

{\frac  {dy}{dx}}=-{\frac  {\partial F/\partial x}{\partial F/\partial y}}=-{\frac  {F_{x}}{F_{y}}},

where Fx and Fy indicate the derivatives of F with respect to x and y.

The above formula comes from using the generalized chain rule to obtain the total derivative—with respect to x—of both sides of F(x, y) = 0:

{\frac  {\partial F}{\partial x}}{\frac  {dx}{dx}}+{\frac  {\partial F}{\partial y}}{\frac  {dy}{dx}}=0,

and hence

{\frac  {\partial F}{\partial x}}+{\frac  {\partial F}{\partial y}}{\frac  {dy}{dx}}=0.

Implicit function theorem

It can be shown that if R(x, y) is given by a smooth submanifold M in R2, and (a, b) is a point of this submanifold such that the tangent space there is not vertical

(that is, {\frac  {\partial R}{\partial y}}\neq 0), then M in some small enough neighbourhood of (a, b) is given by a parametrization (x, f(x)) where f is a smooth function. In less technical language, implicit functions exist and can be differentiated, unless the tangent to the supposed graph would be vertical. In the standard case where we are given an equation

R(x,y)=0

the condition on R can be checked by means of partial derivatives.[1]:§ 11.5

Applications in economics

Marginal rate of substitution

In economics, when the level set R(x, y) = 0 is an indifference curve for the quantities x and y consumed of two goods, the absolute value of the implicit derivative is interpreted as the marginal rate of substitution of the two goods: how much more of y one must receive in order to be indifferent to a loss of 1 unit of x.

See also

References

  1. 1.0 1.1 Stewart, James (1998). Calculus Concepts And Contexts. Brooks/Cole Publishing Company. ISBN 0-534-34330-9. 
This article is issued from Wikipedia. The text is available under the Creative Commons Attribution/Share Alike; additional terms may apply for the media files.