Art of Problem Solving

Implicitly defined function: Difference between revisions

Gh625 (talk | contribs)
Undo revision 28282 by Gh625 (Talk)
1=2 (talk | contribs)
mNo edit summary
Line 1: Line 1:
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 implicit function in explicit form.
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 implicit function in explicit form.


==Examples==
==Examples==

Revision as of 12:16, 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$

$x^2 + y^2 = x^2 y^2$