Difference between revisions of "Implicit and explicit equations"

From Department of Mathematics at UTSA
Jump to navigation Jump to search
Line 1: Line 1:
In mathematics, an implicit equation is a relation of the form {{math|1=''R''(''x''<sub>1</sub>, …, ''x<sub>n</sub>'') = 0}}, where {{mvar|R}} is a function of several variables. For example, the implicit equation of the unit circle is {{math|1=''x''<sup>2</sup> + ''y''<sup>2</sup> − 1 = 0}}. An explicit equation, on the other hand, expresses one variable in terms of one or more others. For example, {{math|1=''y'' = ''x''<sup>2</sup> + ''x'' − 1}} is a function that expresses the variable y in terms of x.
+
An '''implicit equation''' is a relation of the form {{math|1=''R''(''x''<sub>1</sub>, …, ''x<sub>n</sub>'') = 0}}, where {{mvar|R}} is a function of several variables (often a polynomial). For example, the implicit equation of the unit circle is {{math|1=''x''<sup>2</sup> + ''y''<sup>2</sup> − 1 = 0}}.
 +
 
 +
An '''implicit function''' is a function that is defined by an implicit equation, that relates one of the variables, considered as the value of the function, with the others considered as the arguments. For example, the equation {{math|1=''x''<sup>2</sup> + ''y''<sup>2</sup> − 1 = 0}} of the unit circle defines {{mvar|y}} as an implicit function of {{mvar|x}} if {{math|−1 ≤ ''x'' ≤ 1}}, and one restricts {{mvar|y}} to nonnegative values.
 +
 
 +
The implicit function theorem provides conditions under which some kinds of relations define an implicit function, namely relations defined as the indicator function of the zero set of some continuously differentiable multivariate function.
 +
 
 +
==Examples==
 +
 
 +
===Inverse functions===
 +
A common type of implicit function is an inverse function. Not all functions have a unique inverse function. If {{mvar|g}} is a function of {{mvar|x}} that has a unique inverse, then the inverse function of {{mvar|g}}, called {{math|''g''<sup>−1</sup>}}, is the unique function giving a solution of the equation
 +
 
 +
:<math> y=g(x) </math>
 +
 
 +
for {{mvar|x}} in terms of {{mvar|y}}. This solution can then be written as
 +
 
 +
:<math> x = g^{-1}(y) \,.</math>
 +
 
 +
Defining {{math|''g''<sup>−1</sup>}} as the inverse of {{mvar|g}} is an implicit definition. For some functions {{mvar|g}}, {{math|''g''<sup>−1</sup>(''y'')}} can be written out explicitly as a closed-form expression — for instance, if {{math|1=''g''(''x'') = 2''x'' − 1}}, then {{math|1=''g''<sup>−1</sup>(''y'') = {{sfrac|1|2}}(''y'' + 1)}}. However, this is often not possible, or only by introducing a new notation (as in the product log example below).
 +
 
 +
Intuitively, an inverse function is obtained from {{mvar|g}} by interchanging the roles of the dependent and independent variables.
 +
 
 +
'''Example:''' The product log is an implicit function giving the solution for {{mvar|x}} of the equation {{math|1=''y'' − ''xe''<sup>''x''</sup> = 0}}.
 +
 
 +
===Algebraic functions===
 +
 
 +
An '''algebraic function''' is a function that satisfies a polynomial equation whose coefficients are themselves polynomials. For example, an algebraic function in one variable {{mvar|x}} gives a solution for {{mvar|y}} of an equation
 +
 
 +
:<math>a_n(x)y^n+a_{n-1}(x)y^{n-1}+\cdots+a_0(x)=0 \,,</math>
 +
 
 +
where the coefficients {{math|''a<sub>i</sub>''(''x'')}} are polynomial functions of {{mvar|x}}. This algebraic function can be written as the right side of the solution equation {{math|1=''y'' = ''f''(''x'')}}. Written like this, {{mvar|f}} is a multi-valued implicit function.
 +
 
 +
Algebraic functions play an important role in mathematical analysis and algebraic geometry. A simple example of an algebraic function is given by the left side of the unit circle equation:
 +
 
 +
:<math>x^2+y^2-1=0 \,. </math>
 +
 
 +
Solving for {{mvar|y}} gives an explicit solution:
 +
 
 +
:<math>y=\pm\sqrt{1-x^2} \,. </math>
 +
 
 +
But even without specifying this explicit solution, it is possible to refer to the implicit solution of the unit circle equation as {{math|1=''y'' = ''f''(''x'')}}, where {{mvar|f}} is the multi-valued implicit function.
 +
 
 +
While explicit solutions can be found for equations that are quadratic, cubic, and quartic in {{mvar|y}}, the same is not in general true for quintic and higher degree equations, such as
 +
 
 +
:<math> y^5 + 2y^4 -7y^3 + 3y^2 -6y - x = 0 \,. </math>
 +
 
 +
Nevertheless, one can still refer to the implicit solution {{math|1=''y'' = ''f''(''x'')}} involving the multi-valued implicit function {{mvar|f}}.
  
 
==Resources==
 
==Resources==
 +
* [https://en.wikipedia.org/wiki/Implicit_function Implicit Function], Wikipedia
 
* [http://www.mathsmutt.co.uk/files/impex.htm Differentiating Implicit and Explicit Functions], Math Mutts
 
* [http://www.mathsmutt.co.uk/files/impex.htm Differentiating Implicit and Explicit Functions], Math Mutts
 
* [https://openstax.org/books/calculus-volume-1/pages/3-8-implicit-differentiation Implicit Differentiation], Openstax
 
* [https://openstax.org/books/calculus-volume-1/pages/3-8-implicit-differentiation Implicit Differentiation], Openstax

Revision as of 13:33, 18 October 2021

An implicit equation is a relation of the form R(x1, …, xn) = 0, where R is a function of several variables (often a polynomial). For example, the implicit equation of the unit circle is x2 + y2 − 1 = 0.

An implicit function is a function that is defined by an implicit equation, that relates one of the variables, considered as the value of the function, with the others considered as the arguments. For example, the equation x2 + y2 − 1 = 0 of the unit circle defines y as an implicit function of x if −1 ≤ x ≤ 1, and one restricts y to nonnegative values.

The implicit function theorem provides conditions under which some kinds of relations define an implicit function, namely relations defined as the indicator function of the zero set of some continuously differentiable multivariate function.

Examples

Inverse functions

A common type of implicit function is an inverse function. Not all functions have a unique inverse function. If g is a function of x that has a unique inverse, then the inverse function of g, called g−1, is the unique function giving a solution of the equation

for x in terms of y. This solution can then be written as

Defining g−1 as the inverse of g is an implicit definition. For some functions g, g−1(y) can be written out explicitly as a closed-form expression — for instance, if g(x) = 2x − 1, then g−1(y) = Template:Sfrac(y + 1). However, this is often not possible, or only by introducing a new notation (as in the product log example below).

Intuitively, an inverse function is obtained from g by interchanging the roles of the dependent and independent variables.

Example: The product log is an implicit function giving the solution for x of the equation yxex = 0.

Algebraic functions

An algebraic function is a function that satisfies a polynomial equation whose coefficients are themselves polynomials. For example, an algebraic function in one variable x gives a solution for y of an equation

where the coefficients ai(x) are polynomial functions of x. This algebraic function can be written as the right side of the solution equation y = f(x). Written like this, f is a multi-valued implicit function.

Algebraic functions play an important role in mathematical analysis and algebraic geometry. A simple example of an algebraic function is given by the left side of the unit circle equation:

Solving for y gives an explicit solution:

But even without specifying this explicit solution, it is possible to refer to the implicit solution of the unit circle equation as y = f(x), where f is the multi-valued implicit function.

While explicit solutions can be found for equations that are quadratic, cubic, and quartic in y, the same is not in general true for quintic and higher degree equations, such as

Nevertheless, one can still refer to the implicit solution y = f(x) involving the multi-valued implicit function f.

Resources