The Euler–Lagrange equations for a bob attached to a spring are $${d\over dt}\left({\partial L\over\partial v}\right)=\left({\partial L\over\partial x}\right)$$
But is $v$ a function of $x$? Normal thinking says that $x$ is a function of $t$ and $v$ is a function of $t$, but it is not necessary that $v$ be a function of $x$. Mathematically, however, $x=f(t)$ and $v=g(t)$, so $g^{-1}(v)=t$ and $x=f(g^{-1}(v))$.
The chain rule should be applied in these equations – why not here? I had previously asked this question on the physics Stack Exchange but it was marked a duplicate. In one of the answers there I found that the dedication of William Burke's Applied Differential Geometry read
To all those who, like me, have wondered how you can change $\dot q$ without changing $q$.
I couldn't understand the answer there. My mathematics is not that good. So I asked it here again. If someone could give an answer without the concept of manifolds, I think I will be able to understand it.
And Most importantly answers here say that notation is not that, but W. Burke has another reasons while the answers in the link have another reason. So what is the correct reason ? Like in f=(g(t)) we apply the chain rule. So why not here when f'(x) is function of f(x)?
Answer: It's so because the q and q dot are explicit functions of time so their partial derivative with each other is 0.....
I find that calculus of variations could benefit pedagogically from a few more "dummy-variables".
Here's how I think about it: $L$, properly speaking, is a function on three parameters. That is, $L:\Bbb R^3 \to \Bbb R$ so that $L(u_1,u_2,u_3)$ is a number for any three inputs $u_1,u_2,u_3$.
We're interested in the function $L(t,x(t),x'(t))$. The Euler Lagrange equations should then be written as $$ \frac{d}{dt} \frac{\partial L}{\partial u_3}(t,x(t),x'(t)) = \frac{\partial L}{\partial u_2}(t,x(t),x'(t)) $$ and this is what the Euler-Lagrange equation is really talking about.
Certainly, if we wanted to compute $\frac{\partial L}{\partial x}(t,x(t),x'(t))$ with the usual definitions (or, I guess, with the "alternate interpretation"), we'd have some kind of chain rule to work through. That is, we'd have $$ \frac{\partial L}{\partial x}(t,x(t),x'(t)) = \frac{\partial L}{\partial u_2} \frac{\partial u_2}{\partial x} + \frac{\partial L}{\partial u_3} \frac{\partial u_3}{\partial x} = \frac{\partial L}{\partial u_2}(t,x,x') + \frac{\partial L}{\partial u_3}(t,x,x') \frac{\partial x'}{\partial x}(t) $$ However, this second interpretation is not the evaluation we're interested in.