Let $t\in\mathbb{R}$ and let $y:\mathbb{R}\rightarrow\mathbb{R}$. Prove that every solution $y(t)$ of the ordinary differential equation
$\frac{dy}{dt} = \cos(y)$ is bounded above and below for all t.
Is the solution $y(t)$ of the ODE
$\frac{dy}{dt} = t^3\cos(y)$ bounded above and below for all t?
My attempt: Solving the ODE directly is rather messy, so I'm assuming there is a more elegant solution. Intuitively, I understand for $\frac{dy}{dt} = \cos(y)$ that the derivative of $y$ is bounded above by $1$ and below by $-1$, and there are equilibrium points to the equation at $y=\frac{-3\pi}{2},\frac{-\pi}{2},\frac{\pi}{2},\cdots$, so every point $t\in\mathbb{R}$ is between two equilibrium points. I feel like this, along with the uniqueness theorem for ODEs should be enough to give my answer, but I'm having trouble piecing it together.
Further, I'm not really sure how to go about solving the second part at all.
Any help appreciated!