This is a real exam question I was not able to solve:
Draw the vector field corrsponding to the differential equation:
$m\ddot{x} = -\omega^2x + \gamma \dot{x} + f(t)$
What's so odd about this is that this is a 2nd order differential equation. Any ideas on this?
An $n^{th}$ order differential equation can be converted into an $n-$dimensional system of first order differential equations.
We have:
Our reduced system is:
$$\begin{aligned} x'_1 & = x_2 \\ x'_2 & = \dfrac{1}{m} (-\omega^2~ x_1 + \gamma~ x_2 + f(t)) \end{aligned}$$