When dealing with multivariate calculus e.g. a $f$ s.t.
$f = f(x,y,z,w)$
and $x,y$ are really not independent variables but depend on $z$ and $w$. See this for a good example. we can calculate partial derivative of $f$ w.r.t. $x$ viewed in two different ways:
- $x$ considered independent of $z, w$
- we take into account the dependence of $x$ on $z$ and $w$
The linked answer shows the two cases.
My question is, is doing 1. ever correct? (e.g., when solving a problem in physics). With 1, I can get any result I want. I mean I can have a complicated expression and I can invent new variables for things I don't know how to differentiate etc. and get a simple expression for $\partial f / \partial x$.
To restate the question in another form, when we have a function of $n$ multiple variables, does it ever make sense to disguise or view it as a function of $m > n$ variables with some variables dependent on others but the dependence effectively ignored in taking partial derivatives?