Implicitly defined function

A function described as a solution of an equation F(x,y)=0 rather than by an explicit formula
Implicitly defined function

A function g:DRmg:D\to \mathbb{R}^m is implicitly defined by an equation F(x,y)=0F(x,y)=0 if there is a map F:URn+mRmF:U\subseteq \mathbb{R}^{n+m}\to \mathbb{R}^m and a set DRnD\subseteq \mathbb{R}^n such that (x,g(x))U(x,g(x))\in U for all xDx\in D and F(x,g(x))=0for all xD.F\bigl(x,g(x)\bigr)=0 \quad \text{for all } x\in D.

Implicit definitions arise naturally when a curve/surface is given as a level set {(x,y):F(x,y)=0}\{(x,y):F(x,y)=0\}; the gives conditions under which such a set can be locally written as the graph of a function.

Examples:

  • The circle equation F(x,y)=x2+y21=0F(x,y)=x^2+y^2-1=0 implicitly defines y=1x2y=\sqrt{1-x^2} on D=[1,1]D=[-1,1] (upper semicircle) and y=1x2y=-\sqrt{1-x^2} on the same DD (lower semicircle).
  • The hyperbola equation F(x,y)=xy1=0F(x,y)=xy-1=0 implicitly defines y=1/xy=1/x on D=R{0}D=\mathbb{R}\setminus\{0\}.
  • The equation F(x,y)=y3+yx=0F(x,y)=y^3+y-x=0 implicitly defines yy as a function of xx (in fact globally, though proving this uses additional arguments).