In my calculus book, it gives these formulas and states them as versions of the multivariable chain rule. I do not see how they make sense as if I cancel out the partial x’s, I get 1 = 2. Can someone explain this and tell me how these formulas work?
$\partial f/\partial v = \partial f/\partial x \cdot dx/dv + \partial f/\partial y \cdot dy/dv$
$\partial f/\partial u = \partial f/\partial x \cdot dx/du + \partial f/\partial y \cdot dy/du$
Note: These formulas are for partial derivatives of functions of form $f(x(u,v),y(u,v))$. Also please try to explain intuitively and not too rigourously.
Forget about cancelling $dx$'s, this only "works" in the single-variable case. Think of it like this: if you have something like $g(u) = f(x(u))$, then $$\frac{dg}{du} = \frac{dx}{du}\frac{df}{dx},$$right? Think of $df/dx$ being a contribuition to $dg/du$, with weight $dx/du$. In the multivariable case, each partial derivative of $f$ will give a contribuition, with a certain weight. For example: if $g(u) = f(x(u),y(u),z(u),w(u))$, then $$\frac{dg}{du} = \frac{dx}{du}\frac{\partial f}{\partial x} + \frac{dy}{du}\frac{\partial f}{\partial y}+\frac{dz}{du}\frac{\partial f}{\partial z}+ \frac{dw}{du}\frac{\partial f}{\partial w}.$$
In the situations like $g(u,v) = f(x(u,v),y(u,v),z(u,v))$ you'll use the same principle, but the weight will be "with respect to the variable you are differentiating". Meaning $$\frac{\partial g}{\partial u}=\frac{\partial x}{\partial u}\frac{\partial f}{\partial x} + \frac{\partial y}{\partial u}\frac{\partial f}{\partial y}+\frac{\partial z}{\partial u}\frac{\partial f}{\partial z}.$$Similarly for $\partial g/\partial v$, etc.