I am very confused by this problem. I think it is probably quite easy and I must be missing something simple. Any help is appreciated!
Suppose that $y(t) \in C^{1}[0,+\infty)$ (meaning that $y:[0,+\infty) \to \mathbb{R}$ is continuously differentiable) satisfies
$$y'(t)=2\sqrt{|y(t)|}$$ for $t>0$ and $$y(0)=0.$$
Give a detailed proof that then there is $a \in [0, +\infty]$ such that $$y(t)= \begin{cases} 0 \text{ if } 0 \leq t \leq t\\ (t-a)^{2} \text{ if } t \geq a. \end{cases}$$ Hint: How to determine a?
$$\frac{dy}{dt}=2\sqrt{|y|}$$ $$\frac{dy}{\sqrt{|y|}}=2.dt$$ $$2\sqrt{y}=2t+C$$ $$|y|=(t+a)^2 $$
Hope you can handle the rest?