Let $x$ be a smooth function from $[0,\infty)$ to $\mathbb{R}^n$ satisfying the following differential equation $x''(t) = f(x(t))$, where $f$ is a smooth function from $\mathbb{R}^n$ to itself. Then is it true that $||x'(t)||$ is a function of $x(t)$? (For example, if we suppose that $x(0) = x(1)$, will $||x'(0)|| = ||x'(1)||$?)
In the case $n=1$, the answer to my question is yes. Here is an easy proof:
$$ \int_{x(0)}^{x(T)} f(x)dx = \int_{0}^{T}f(x(t))x'(t)dt = \int_{0}^{T} x''(t)x'(t)dt = \int_0^T x'(t)d(x'(t)) = \frac{\lVert x'(T) \rVert^2 - \lVert x'(0) \rVert^2}{2} $$
Thus, knowing $x(T)$, we can find explicitly $\lVert x'(T) \rVert$, and therefore $||x'(t)||$ is a function of x(t). If we let $T = 1$ and assume that $x(0) = x(1)$, then we get immediately that $\lVert x'(0) \rVert$ = $\lVert x'(1) \rVert$.
However, I do not know how to process the case $n>1$, or find a counter example.
Thank you.
Extra information: Stated in the language of physics, my question is: if the force acting on an object is a function of its position, will the object's speed (not velocity!) also be a function of its position? I think of this question while I am studying the Work - Kinetic Energy theorem in physics. In fact, the proof I just gave for $n=1$ case is just the mathematical form of the Work - Kinetic Energy theorem.
you will need that $f$ is a conservative force field. For $n=1$ the statement $$0= \int_{x(0)}^{x(1)} f(x)dx$$ is always true because $x(1)=x(0)$ means your integration is empty. However this doesn't have to be the case in higher dimensions. If $f$ is conservativ the proof is quite similiar to what you've done (and only then the statement is true). Let $\gamma(t)$ be a smooth path with $\gamma(0)=x(0)$ and $\gamma(1)=x(1)$ then $$0=\int_\gamma f(x)~ dx=\int_0^1\langle f(\gamma(t)),\dot{\gamma}(t)\rangle ~ dt$$ \begin{align} 0=\int_\gamma f(x)~ dx&=\int_0^1\langle f(\gamma(t)),\dot{\gamma}(t)\rangle ~ dt\\ &=\int_0^1\langle \ddot{\gamma}(t),\dot{\gamma}(t)\rangle ~ dt\\ &=\int_0^1\frac{d}{dt}\left[\frac{1}{2}\|\dot{\gamma}(t)\|^2\right] ~ dt\\ &=\frac{1}{2}\|\dot{\gamma}(1)\|^2-\frac{1}{2}\|\dot{\gamma}(0)\|^2\quad \end{align} this leads to the same conclusion that you made. To answer the question, wheater the velocity is a function of time, you can do the following: assume that there exists an potential $V$ ($-\nabla V= m\ddot{x}$), that does not explicitly depend on time. \begin{align} V(x)+T&= E\\ \implies V(x)+\frac{1}{2}mv^2&= E\\ \implies \|v(x)\|&=\sqrt{\frac{2}{m}\bigg(E-T(x)\bigg)} \end{align} so $\|v(x)\|$ is a function of $x$.