Assume I don't know much about multivariable calculus (because I don't) I do know about calculus 1 however, and what I'd liked to know is HOW we can go about taking the derivative of an implicit function and WHY we are allowed to do it in the way we do. More specifically, why can we break apart implicit function into an explicit function whose derivatives we can take? I'd very much appreciate visual intuition and rigorous knowledge along with resources someone could point me to.
Thank you.
I'll take a stab at this: Recall that an implicit function, $f(x,y)$, is just a function that has not yet been solved for one of the variables in terms of the other. That might be because we are not clever enough to solve it, or because it is impossible, or just because we chose not to. It remains an implicit function until it is solved for one of the variables in terms of the other. As an example, consider $x^{2}/16+y^{2}/4=1.$ Suppose we are given a point on the ellipse as $(3,1.3229)$ and asked to find the equation of the tangent line at that point. We know that the derivative of the function evaluated at the given point would give the slope of the tangent line and that using the point slope form of a line we could immediately write the tangent. Can we differentiate the function without solving it?
$$\frac{x^{2}}{16}+\frac{y^{2}}{4}=1$$
Take the derivative of both sides. Of course, the left side is a sum of derivatives, and the right side is zero.
$$D(\frac{x^{2}}{16})+D(\frac{y^{2}}{4})=D(1)$$ When writing these derivatives remember that y is a function of x so write the dy/dx. That is, we are using the chain rule on the second term, or perhaps we are just using the power rule correctly. $$\frac{1}{16}(2x)+\frac{1}{4}2y\cdot\frac{dy}{dx}=0$$ Next use algebra to solve for $dy/dx$ which is of course the slope of the tangent line.
$$\frac{dy}{dx}=\frac{-x}{4y}=slope=m$$ $$\frac{dy}{dx}=\frac{-x}{4y}=\frac{-3}{4\cdot 1.3329}=-.5669=m$$
Next write the equation using point slope form. $$y-1.3229=m(x-3)$$ and solve for $y$ to write the tangent equation. $$y=-0.5669x+3.0237$$
** Implicit differentiation may also refer to a third and implied variable, such as time. This problem type is often called related rates. If you google "implicit differentiation and related rates" you should get a few thousand hits with pretty good explanations, and even better if you do the same in youtube.