Here is one task below. How to solve equation $$ m\ddot {x} + ax = F(t), x(0) = \dot x (0) = 0 $$ in quadratures by using two methods?
I tried to create a system of equations
$$ \begin{matrix} \dot v = F(t) - w_{0}^{2}x \\ \dot x = v \\ \end{matrix}, $$
but I don't know, what to do next without using some vector $\varepsilon = v + \alpha x$. So, i know only one way. Can you help me with the second way?