Difference between revisions of "Implicitly defined function"

(New page: An '''implicit function''' is a function that isn't explicit. That is, it doesn't express <math>y</math> in terms of <math>x</math>. It is often difficult or inconvenient to rewrite an imp...)
 
(Examples)
Line 5: Line 5:
  
 
<math>x^2 + y^2 = (1 + tan^{-1}\frac{y}{x})^2</math>
 
<math>x^2 + y^2 = (1 + tan^{-1}\frac{y}{x})^2</math>
 
<math>x^2 + y^2 = x^2 y^2</math>
 

Revision as of 11:22, 29 October 2008

An implicit function is a function that isn't explicit. That is, it doesn't express $y$ in terms of $x$. It is often difficult or inconvenient to rewrite an implicit function in explicit form.

Examples

$x^2(x^2 + y^2) = y^2$

$x^2 + y^2 = (1 + tan^{-1}\frac{y}{x})^2$