An implicit function is not sufficient to allow the use of implicit differentiation?

126 Views Asked by At

$x,y \in \mathbb{R}$ and $F: D\subset \mathbb{R}^2 \to \mathbb{R}$ where

$$ F =\sqrt{x^2 - y^2} + \arccos\Big(\frac{x}{y}\Big) = 0 \tag{1}$$

Noticing that the square-root and inverse cosine functions only return positive or $0$ values, the only way for this statement to work is if both output $0$. Therefore $(1)$ defines an implicit function $y = g(x) = x$ excluding the point $(0,0)$. Unfortunately, you cannot conclude that $(1)$ implies an implicit function from the implicit function theorem. Consider the point $(2,2)$. We apply the implicit function theorem around this point. The partial derivatives $F_x$ and $F_y$ evaluated at $(2,2)$ or any point $(x, y=x)$ where $F(x,y) = 0$ is undefined and so we cannot use the theorem, which only gives a sufficient condition for the existence of an implicit function. So when it doesn't apply, who knows if a function exists. In this case, we were able to find one.

If the implicit function theorem holds for a function $F$, guaranteeing the existence of some function, we can apply implicit differentiation to the equation. If the implicit function theorem doesn't hold, but we know an implicit function exists, you'd think (or maybe hope) 'well the function exists so I might as well try implicit differentiation.' In $(1)$, we know that $g'(x) = 1$. Yet, implicit differentiation gives you junk (you get a square-root in the denominator). How can an implicit function $y(x)$ exist but implicit differentiation not work? Differentiation is just a operation. If you have an object to work on, shouldn't differentiation give something reasonable when the object is reasonable? $(1)$ must be much different than $y = x$ excluding the origin