EDITED
Prove that: If $a>0$ and $$\int_{t_0}^{\infty} |b(t_1)|\mathrm{d}t_1<+\infty$$ then every solution of the scalar equation: $$\ddot{x}+\left [a+b(t) \right ]x=0$$ is bounded in $\left [t_0, +\infty \right )$.
I have thought about my problem, but I still no solution :( . Can anyone have an idea or a solution? Any help will be appreciated! Thanks.
Noting that solutions of $\ddot{y} + a y = 0$ have $\dot{y}^2 + a y^2$ constant, I suspect you might start by looking at $E(t) = \dot{x}^2 + a x^2$ for solutions of your equation.
EDIT: With $E(t)$ defined as above, you get $$\dot{E}(t) = 2 \dot{x} (\ddot{x} + a x) = - 2 b(t) x \dot{x} \le \frac{|b(t)|}{\sqrt{a}} (\dot{x}^2 + a x^2) = \frac{|b(t)|}{\sqrt{a}} E(t)$$ Thus $$\dfrac{d}{dt} \log E(t) = \dfrac{\dot{E}(t)}{E(t)} \le \dfrac{|b(t)|}{\sqrt{a}}$$ Can you take it from there?