The question is: What ODE does v=dx/dt solve? And what is the limit as t approaches infinity of v(t). It sounds almost too easy, but I am confused about what to do exactly. Intuitively, as the question is about falling objects I would expect the limit to go to infinity but I am not sure which ODE is the correct one to give this answer...
Thanks a lot in advance!!
It is assumed that $\textbf{x}(t)$ is the particles position function and from first year calculus,
$$\frac{d\textbf{x}}{dt} = \lim_{h \to 0} \frac{\textbf{x}(t+h) - \textbf{x}(t)}{h}$$
However, the above also has the geometric interpretation as a displacement vector on the trajectory graph of $\textbf{x}(t)$ i.e the velocity vector and so we also call this quantity $\textbf{v}(t)$. In the image below, replace $\textbf{r}$ with $\textbf{x}$. The trajectory graph is the curved segment.
$$\textbf{v}(t):=\frac{d\textbf{x}}{dt} = \lim_{h \to 0} \frac{\textbf{x}(t+h) - \textbf{x}(t)}{h}$$
Hence the ODE is asking you to find such an $\textbf{x}$ given $\textbf{v}$. Your equation is separable, in which we know how to find the solution.
$$\textbf{v}(t) = \frac{d\textbf{x}}{dt} \Rightarrow \int \textbf{v}(t) \ dt = \int d\textbf{x} = \textbf{x}+ \vec{a}$$
where $\vec{a}$ is a constant vector.