Hi guys I'm kinda stuck with this problem:
$\frac{dx}{dt} = \sqrt{|x|}$
$x(0)=0$
I could easily solve this if I knew x would be positive but I can't combine solutions for x negative and positive because this is not a linear differential equation right?
I found out that x=constant solves the problem but that doesn't help much.
Hint: Try to look at the cases $x>0$ and $x<0$ separately. The case $x(t)=0$ is a trivial solution.
$$x>0: \dfrac{dx}{dt}=\sqrt{x}$$ $$x<0: \dfrac{dx}{dt}=\sqrt{-x}$$