Implicit functions
Some functions are not explicitly defined in the form of \(y = f(x)\), but are determined by some relation between the variables \(x\) and \(y\). Such functions are called implicit functions.
What are implicit functions?
Consider the graph of a univariate function \(y = f(x)\). It is a set of points defined as
\[\{(x,y) \in \mathbb{R}^2 \mid y = f(x)\}.\]
Next, consider the equation \(F(x,y) = 0\) where \(F\) is some bivariate function of \(x\) and \(y\). Can the set \[\{(x,y) \in \mathbb{R}^2 \mid F(x,y) = 0\}\] represent the graph of some function? The short answer is "No." For example, consider the unit circle defined by \[F(x,y) = x^2 + y^2 - 1 = 0.\] For each \(x = a, -1 < a < 1\), we have the two values \[y = \sqrt{1 - a^2}\] or \[y = -\sqrt{1 - a^2}.\]
Therefore, \(F(x,y) = 0\), or the set
\[\{(x,y) \in\mathbb{R}^2 \mid F(x,y) = 0\},\]
does not define a function of \(x\). However, we can define a function based on a subset of the above set. For instance, the subset
\[\{(x,y) \in\mathbb{R}^2 \mid F(x,y) = 0, y > 0\}\]
defines the function \(\varphi(x) = \sqrt{1 - x^2}\) on the open interval \((-1, 1)\). A part of a curve (such as \(F(x,y) = 0\)) is called a branch. We can take another branch (\(y < 0\)) to define another function \(\varphi(x) = -\sqrt{1 -x^2}.\)
Let's examine this idea more carefully. Let \(P=(a,b)\) be a point on the curve \(F(x,y) = x^2 + y^2 - 1 = 0\) (so that \(a^2 + b^2 = 1\) holds). If \(b \neq 0\), then the point \(P\) is either on the branch above the \(x\)-axis or on the branch below the \(x\)-axis. In this case, we can take the branch that passes through \(P\) and determine a function \(y = \varphi(x)\) on a neighbor \(I\) of \(x = a\) (e.g., \(I = (-1, 1)\)). This function \(y = \varphi(x)\) has the following properties.
- For all \(x\in I\), \(F(x, \varphi(x)) = 0\).
- \(b = \varphi(a)\).
If the point \(P(a,b)\) satisfies \(b = 0\) (i.e., \(P = (\pm 1, 0)\) in the case of the unit circle), then we cannot define a function from any branch that passes through \(P\). In fact, if we take any \(x < 1\) (however close \(x\) is to 1), there are always two values of \(y\) that satisfy \(F(x,y) = 0\) so we cannot define a function in the neighbor of the point \((1, 0)\). Note that \(F_y(x,y) = 2y\) so that \(b = 0\) is equivalent to \(F_y(a,b) = 0\). The reason why we cannot define a function around \(P(a,b)\) when \(b = 0\) is that the tangent line at \(P\) becomes vertical (perpendicular to the \(x\)-axis).
Definition (Implicit function)
Implicit function theorem
Theorem (Implicit function theorem)
- \(F(a,b) = 0\) (i.e., \(P\) is a point on the curve \(F(x,y) = 0\)),
- \(F_y(a,b) \neq 0\).
- \(F(x,\varphi(x)) = 0\) for all \(x \in I\), that is, \(\varphi(x)\) is an implicit function of \(F(x,y) = 0\), and
- \(b = \varphi(a)\).
Remark.
- Roughly speaking, the implicit function \(y = \varphi(x)\) is a solution to the equation \(F(x,y) = 0\) when solved for \(y\). However, an explicit "solution" may be impossible to obtain in many cases. Nevertheless, what's important about implicit functions is their existence. In many cases, we don't need to explicitly solve for the function. (After all, they are implicit functions!)
- When \(F_y(a,b) = 0\), we may apply the theorem by swapping the roles of \(x\) and \(y\) so that there may exist a function of \(y\) such as \(x = \psi(y)\) if \(F_x(a,b) \neq 0\). However, if \(F_x(a,b) = F_y(a,b) = 0\), then we cannot apply this approach either. If the point \(P=(a,b)\) satisfies \(F_x(a,b) = F_y(a,b) = 0\) on the curve \(F(x,y) = 0\), then \(P\) is called a singular point. The points that are not singular are called regular points.
Comments
Post a Comment