I'm trying to find a function $u: (0, \infty) \to \mathbb{R}$ which satisfies these conditions:
i) $u$ is bounded.
ii) $u^2$ increases over $(0, \infty)$.
iii) $\dot u(t)$ does not converge to $0$ as $t$ tends to infinity.
I think it's easier to choose first the derivative of $u^2$ and then integrate it. For example, I chose $$\frac{d}{dt} u^2 = \frac{\sin^2 t}{(t+1)^2},$$ so the function $u$ is $$u(t) = \sqrt{\int_0^t \frac{\sin^2 x}{(1+x)^2}dx}.$$ This function is bounded, but its derivative converges to $0$ as $t$ tends to infinity, which does not satisfy the iii) condition.
Those are my ideas for the problem. Thank you very much for any idea, hint or solution.