I understand the method used in implicit differentiation, it's just an application of the chain rule. But why can you define $y$ as a function of $x$?
In this equation for example:
$x^2 + y^2 = 1$
$2x + 2yy' = 0 $
Why isn't it just this?:
$2x + 2y = 0$
Thank you in advance.
(1). $\{(x,y): x^2+y^2 =1\}$ is NOT the graph of a function.
(2). There IS a function $f(x)$ for $|x|<1$ such that $f(x)$ is differentiable and $x^2+f(x)^2=1.$ In fact there are 2 such functions. And we have $$0= \frac {d}{ dx} (1) =\frac {d}{ dx} (x^2+f(x)^2)=2x + \frac {d}{ dx }(f(x)^2)=2x+2f(x)f'(x).$$
Note: In differentiation, it matters what you differentiate BY. Just as in division, where it matters whether you divide by x or by y. The derivative of $y^2$ with respect to $y$ is $2y.$ The derivative of $y^2$ with respect to $x$ is $2y \frac {dy}{dx}.$