Implicit function theorem

From Wikipedia, the free encyclopedia

Jump to: navigation, search

In the branch of mathematics called multivariable calculus, the implicit function theorem is a tool which allows relations to be converted to functions. It does this by representing the relation as the graph of a function. There may not be a single function whose graph is the entire relation, but there may be such a function on a restriction of the domain of the relation. The implicit function theorem gives a sufficient condition to ensure that there is such a function.

The theorem states that if the equation R(x, y) = 0 (an implicit function) satisfies some mild conditions on its partial derivatives, then one can in principle solve this equation for y, at least over some small interval. Geometrically, the graph defined by R(x,y) = 0 will overlap locally with the graph of a function y = f(x) (an explicit function, see article on implicit functions).

Contents

[edit] First example

The unit circle can be specified as the level curve f(x,y) = 1 of the function f(x,y) = x2 + y2. Around point A, y can be expressed as a function y(x), specifically g_1(x)=\sqrt{1-x^2}. No such function exists around point B.

If we define the R2R function f(x,y) = x2 + y2, then the equation f(x,y) = 1 cuts out the unit circle as the level set {(x,y) | f(x,y) = 1}. There is no way to represent the unit circle as the graph of an RR function y = g(x) because for each choice of x \in (-1,1), there are two choices of y, namely \pm\sqrt{1-x^2}.

However, it is possible to represent part of the circle as an RR function. If we let g_1(x) = \sqrt{1-x^2} for − 1 < x < 1, then the graph of y = g1(x) provides the upper half of the circle. Similarly, if g_2(x) = -\sqrt{1-x^2}, then the graph of y = g2(x) gives the lower half of the circle.

The purpose of the implicit function theorem is to tell us the existence of functions like g1(x) and g2(x), even in situations where we cannot write down explicit formulas. It guarantees that g1(x) and g2(x) are differentiable, and it even works in situations where we do not have a formula for f(x,y).

[edit] Statement of the theorem

Let f : Rn+mRm be a continuously differentiable function. We think of Rn+m as the Cartesian product Rn × Rm, and we write a point of this product as (x,y) = (x1, ..., xny1, ..., ym). f is the given relation. Our goal is to construct a function g : RnRm whose graph (x, g(x)) is precisely the set of all (x, y) such that f(xy) = 0.

As noted above, this may not always be possible. As such, we will fix a point (a,b) = (a1, ..., anb1, ..., bm) which satisfies f(ab) = 0, and we will ask for a g that works near the point (ab). In other words, we want an open set U of Rn, an open set V of Rm, and a function g : UV such that the graph of g satisfies the relation f = 0 on U × V. In symbols,

\{ (\mathbf{x}, g(\mathbf{x})) \} = \{ (\mathbf{x}, \mathbf{y}) | f(\mathbf{x}, \mathbf{y}) = 0 \} \cap (U \times V).

To state the implicit function theorem, we need the Jacobian, also called the differential or total derivative, of f. This is the matrix of partial derivatives of f. Abbreviating (a1, ..., anb1, ..., bm) to (a, b), the Jacobian matrix is

\begin{matrix}
(Df)(\mathbf{a},\mathbf{b}) & = & 
\left[\begin{matrix}
 \frac{\partial f_1}{\partial x_1}(\mathbf{a},\mathbf{b}) &
    \cdots & \frac{\partial f_1}{\partial x_n}(\mathbf{a},\mathbf{b})\\
 \vdots & \ddots & \vdots\\
 \frac{\partial f_m}{\partial x_1}(\mathbf{a},\mathbf{b}) & \cdots & \frac{\partial f_m}{\partial x_n}(\mathbf{a},\mathbf{b})
\end{matrix}\right|\left.
\begin{matrix} 
 \frac{\partial f_1}{\partial y_1}(\mathbf{a},\mathbf{b}) & \cdots & \frac{\partial f_1}{\partial y_m}(\mathbf{a},\mathbf{b})\\
 \vdots & \ddots & \vdots\\
\frac{\partial f_m}{\partial y_1}(\mathbf{a},\mathbf{b}) & \cdots & \frac{\partial f_m}{\partial y_m}(\mathbf{a},\mathbf{b})\\
\end{matrix}\right]\\
& = & \begin{bmatrix} X & | & Y  \end{bmatrix}\\
\end{matrix}

where X is the matrix of partial derivatives in the x's and Y is the matrix of partial derivatives in the y's. The implicit function theorem says that if Y is an invertible matrix, then there are U, V, and g as desired. Writing all the hypotheses together gives the following statement.

Let f : Rn+mRm be a continuously differentiable function, and let Rn+m have coordinates (xy). Fix a point (a1,...,an,b1,...,bm) = (a,b) with f(a,b)=c, where cRm. If the matrix [(∂fi/∂yj)(a,b)] is invertible, then there exists an open set U containing a, an open set V containing b, and a unique continuously differentiable function g:UV such that
\{ (\mathbf{x}, g(\mathbf{x})) \} = \{ (\mathbf{x}, \mathbf{y}) | f(\mathbf{x}, \mathbf{y}) = \mathbf{c} \} \cap (U \times V).

[edit] The circle example

Let us go back to the example of the unit circle. In this case n = m = 1 and f(x,y) = x2 + y2 − 1. The matrix of partial derivatives is just a 1×2 matrix, given by

\begin{matrix}
(Df)(a,b) & = & \begin{bmatrix}
 \frac{\partial f}{\partial x}(a,b) & \frac{\partial f}{\partial y}(a,b)\\
\end{bmatrix}\\
& = & \begin{bmatrix} 2a &   2b  \end{bmatrix}.\\
\end{matrix}

Thus, here, Y is just a number; the linear map defined by it is invertible iff b \neq 0 . By the implicit function theorem we see that we can write the circle in the form y = g(x) for all points where  y\neq 0 . For ( − 1,0) and (1,0) we run into trouble, as noted before.

[edit] Application: change of coordinates

Suppose we have an m-dimensional space, parametrised by a set of coordinates  (x_1,\ldots,x_m) . We can introduce a new coordinate system  (x'_1,\ldots,x'_m) by supplying m functions  h_1\ldots h_m . These functions allow to calculate the new coordinates  (x'_1,\ldots,x'_m) of a point, given the point's old coordinates  (x_1,\ldots,x_m) using  x'_1=h(x_1,\ldots,x_m), \ldots,  x'_m=h_m(x_1,\ldots,x_m) . One might want to verify if the opposite is possible: given coordinates  (x'_1,\ldots,x'_m) , can we 'go back' and calculate the same point's original coordinates  (x_1,\ldots,x_m) ? The implicit function theorem will provide an answer to this question. The (new and old) coordinates (x'_1,\ldots,x'_m, x_1,\ldots,x_m) are related by f = 0, with


f(x'_1,\ldots,x'_m,x_1,\ldots x_m)=(h_1(x_1,\ldots x_m)-x'_1,\ldots , h_m(x_1,\ldots, x_m)-x'_m).

Now the Jacobian matrix of f at a certain point (a,b) [ where a=(x'_1,\ldots,x'_m), b=(x_1,\ldots,x_m) ] is given by

\begin{matrix}
(Df)(a,b) & = & \begin{bmatrix}
 -1 & \cdots & 0 & \frac{\partial h_1}{\partial x_1}(b) & \cdots & \frac{\partial h_1}{\partial x_m}(b)\\
 \vdots & \ddots & \vdots & \vdots & \ddots & \vdots\\
 0 & \cdots & -1 & \frac{\partial h_m}{\partial x_1}(b) & \cdots & \frac{\partial h_m}{\partial x_m}(b)\\
\end{bmatrix}\\
& = & \begin{bmatrix} -1_m & | & J  \end{bmatrix}.\\
\end{matrix}

where 1m denotes the m\times m identity matrix, and J is the m\times m matrix of partial derivatives, evaluated at (a,b). (In the above, these blocks were denoted by X and Y. As it happens, in this particular application of the theorem, neither matrix depends on a.) The implicit function theorem now states that we can locally express  (x_1,\ldots,x_m) as a function of  (x'_1,\ldots,x'_m) if J is invertible. Demanding J is invertible is equivalent to  \det J \neq 0 , thus we see that we can go back from the primed to the unprimed coordinates if the determinant of the Jacobian J is non-zero. This statement is also known as the inverse function theorem.

[edit] Example: polar coordinates

As a simple application of the above, consider the plane, parametrised by polar coordinates (R,θ). We can go to a new coordinate system (cartesian coordinates) by defining functions x(R,θ) = Rcosθ and y(R,θ) = Rsinθ. This makes it possible given any point (R,θ) to find corresponding cartesian coordinates (x,y). When can we go back and convert cartesian into polar coordinates? By the previous example, we need  \det J \neq 0 , with


J  =\begin{bmatrix}
 \frac{\partial x(R,\theta)}{\partial R} & \frac{\partial x(R,\theta)}{\partial \theta} \\
 \frac{\partial y(R,\theta)}{\partial R} & \frac{\partial y(R,\theta)}{\partial \theta} \\
\end{bmatrix}=
 \begin{bmatrix}
 \cos \theta & -R \sin \theta \\
 \sin \theta & R \cos \theta
\end{bmatrix}.

Since detJ = R, the conversion back to polar coordinates is only possible if  R\neq 0 . This is a consequence of the fact that at the origin, polar coordinates don't exist: the value of θ is not well-defined.

[edit] Generalizations

[edit] Banach space version

Based on the inverse function theorem in Banach spaces, it is possible to extend the implicit function theorem to Banach space valued mappings.

Let X, Y, Z be Banach spaces. Let the mapping f:X\times Y\to Z be Fréchet differentiable. If (x_0,y_0)\in X\times Y, f(x0,y0) = 0, and y\mapsto Df(x_0,y_0)(0,y) is a Banach space isomorphism from Y onto Z. Then there exist neighbourhoods U of x0 and V of y0 and a Frechet differentiable function g:U\to V such that f(x,g(x)) = 0 and f(x,y) = 0 if and only if y = g(x), for all (x,y)\in U\times V.

[edit] Implicit functions from non-differentiable functions

Various forms of the implicit function theorem exist for the case when the function f is not differentiable. It is standard that it holds in one dimension[1]. The following more general form was proven by Kumagai[2] based on an observation by Jittorntrum[3].

Consider a continuous function f : R^n \times R^m \rightarrow R^n such that f(x0,y0) = 0. If there exist open neighbourhoods A \subset R^n and B \subset R^m of x0 and y0, respectively, such that, for all y \in B, f(\cdot, y) : A \rightarrow R^n is locally one-to-one then there exist open neighbourhoods A_0 \subset R^n and B_0 \subset R^m of x0 and y0, such that, for all y \in B_0, the equation

f(x,y) = 0

has a unique solution

x = g(y) \in A_0,

where g is a continuous function from B0 into A0.

[edit] See also

[edit] Notes

  1. ^ L. D. Kudryavtsev, "Implicit function" in Encyclopedia of Mathematics,M. Hazewinkel, Ed. Dordrecht, The Netherlands: Kluwer, 1990.
  2. ^ S. Kumagai, "An implicit function theorem: Comment," Journal of Optimization Theory and Applications, 31(2):285-288, June 1980.
  3. ^ K. Jittorntrum, "An Implicit Function Theorem", Journal of Optimization Theory and Applications, 25(4), 1978.
Personal tools