Implicitly defined function

A function specified indirectly by an equation involving its inputs and outputs
Implicitly defined function

An implicitly defined function is a function whose values are determined (locally) by an equation of the form

F(x,y)=0, F(x,y)=0,

where FF is a function on a subset of Rn+m\mathbb{R}^{n+m}, xRnx\in\mathbb{R}^n is viewed as the input, and yRmy\in\mathbb{R}^m is viewed as the output.

Typically, one seeks a function φ\varphi such that y=φ(x)y=\varphi(x) and F(x,φ(x))=0F(x,\varphi(x))=0 holds for xx near a point. The existence and differentiability of such a φ\varphi are ensured under standard hypotheses by the , often stated using the notion of a of FF (or, equivalently, invertibility of an appropriate Jacobian block).

Examples:

  • The equation x2+y21=0x^2+y^2-1=0 implicitly defines y=1x2y=\sqrt{1-x^2} near the point (0,1)(0,1) (and y=1x2y=-\sqrt{1-x^2} near (0,1)(0,-1)).
  • The equation x+y+z=0x+y+z=0 implicitly defines z=(x+y)z=-(x+y) as a function of (x,y)(x,y) on all of R2\mathbb{R}^2.