The initial value problem $y' = 2\times\sqrt{y}$ , $y(0)=a$ has
a unique solution for $a<0$
no solution for $a>0$
infinitely many solutions if $a=0$
a unique solution if $a\ge 0$.
My answer is 4.
As if we solve the ode by separating $y'$ ,then we have a general solution as $\sqrt{y}=x+c$. Now using $y(0)=a$ , we have $c=\sqrt a$, which is valid if $a \ge 0$, and in that case we get a unique solution for that $a$.
Now the answer is given to be 3, if $a=0$ ,then we get $y=x²$ ,which is unique , then how is it 3 ?
Is my method correct and my answer also ? Or am I wrong ?
Hoping for a help.Thank you.
You get $c^2=a$ thus $c=|\sqrt {a}|=\pm \sqrt{a} $ thus the equation is $y=(x\pm \sqrt {a})^2$. Now if $a\geq 0$ we have two solutions while for $a=0$ we have infinite solutions as the locus is parabola.