Let $y(t)$ be a solution of a Cauchy Problem: $$\dot{y}=\ln\left(\sqrt{1+y^2}\right)$$ with the initial condition $y(0)=y_0$.
- Prove that if $y_0>0$, then $y$ is a strictly increasing convex ; if $y_0<0$, then $y$ is strictly increasing and concave
- Prove that $y$ is globally defined
Could someone please help me in understanding how to solve this kind of problems? I would like to be able to solve the whole class of such problems if possible.
Thanks in advance
HINT
To show $y$ is convex it suffices to prove $y'' > 0$. Note that since $y_0 > 0$, you have $$ y'(0) = \ln \left(\sqrt{1+y_0^2}\right) = \ln(1+\epsilon) > 0 $$ and $$ y''(t) = \frac{dy'(t)}{dt} = ... $$ can you argue the result is always positive?