implicit function

التعريفات والمعاني

== English == === Pronunciation === === Noun === implicit function (plural implicit functions) (mathematical analysis, algebraic geometry) A function defined by a (multivariable) implicit equation when one of the variables is regarded as the value of the function, especially where said equation is such that the value is not directly calculable from the other variables. ==== Usage notes ==== Definition notes: An implicit equation is a relation expressed in the form R ( x 1 , … , x n ) = 0 {\displaystyle R(x_{1},\dots ,x_{n})=0} , where R {\displaystyle R} is a function of several variables (often a polynomial). More broadly, the relation can be a set of simultaneous equations. The expression not directly calculable here simply means that the implicit equation must be manipulated in order to solve for the chosen value. Such manipulation is not always possible, and, even if it is, the result may be an expression that is not computable in a finite number of "standard operations" (an ambiguous term). (See also Closed-form expression on Wikipedia.Wikipedia ) Notes concerning related terms: Given an arbitrary implicit equation R ( x 1 , … , x n − 1 , y ) = 0 {\displaystyle R(x_{1},\dots ,x_{n-1},y)=0} , the selection of y {\displaystyle y} as the value (and thus the x i {\displaystyle x_{i}} as arguments) does not by any means entail that the map f : ( x 1 , … , x n − 1 ) → y {\displaystyle f:(x_{1},\dots ,x_{n-1})\rightarrow y} is single-valued (and thus a function). The nonstandard concept of multivalued function (or multifunction) is sometimes invoked. Additionally, the terms implicit curve and implicit surface may be used. In general, the solution space of the equation is some subset of R n − 1 {\displaystyle \mathbb {R} ^{n-1}} . The implicit function theorem deals, in part, with what constraints on the equation ensure that f {\displaystyle f} is a function. For example, solving for y {\displaystyle y} in the implicit equation x 2 + y 2 − 1 = 0 {\displaystyle x^{2}+y^{2}-1=0} yields the formula y = ± 1 − x 2 {\displaystyle \textstyle y=\pm {\sqrt {1-x^{2}}}} . This formula produces real number values only over the interval x ∈ [ − 1 , 1 ] {\displaystyle x\in [-1,1]} , and across that interval has two branches corresponding to the cases y ≥ 0 {\displaystyle y\geq 0} and y ≤ 0 {\displaystyle y\leq 0} . Depending on the equation, the number of branches can be infinite. The technique of implicit differentiation enables the conversion of an implicit equation directly into a differential equation, which may reveal properties of an implicit function without its needing to be explicitly formulated. ==== Related terms ==== explicit function implicit curve implicit equation implicit differentiation implicit function theorem ==== Translations ==== === See also === algebraic function functional equation === Further reading === Implicit curve on Wikipedia.Wikipedia Implicit function theorem on Wikipedia.Wikipedia Algebraic variety on Wikipedia.Wikipedia Functional equation on Wikipedia.Wikipedia