Consider the following initial value problem $$y’=x^2+y^2, y(0)=1$$
Which of the following statements is/ are
$1.$ there exist a unique solution in $[0,\frac{\pi}{4}]$.
$2.$ every solution is bounded on $[0,\frac{\pi}{4}]$.
$3.$ The solution has a singularity at some point in $[0,1]$.
$4.$ The solution because unbounded at some sub interval of $[\frac{\pi}{4}, 1]$.
I tried to find interval for unique solution by using existence and uniqueness theorem as
For $$|x|\leq a$$ $$|y-1|\leq b$$ we have
$$|f(x,y)|=|x^2+y^2|\leq a^2+(1+b^2)$$ $$h=min\{a,\frac{b}{M}\}=min\{a,\frac{b}{1+a^2 +b^2+2ab}\}$$ Now to find maximum of $$g(b)= \frac{b}{1+a^2 +b^2+2ab}$$ we have $$g’(b)= \frac{1+a^2-b^2}{(1+a^2 +b^2+2ab)^2}=0\iff b=\pm\sqrt{1+a^2}$$ So $$h=min\{ a,\frac{\sqrt{1+a^2}}{2+2a^2+2a\sqrt{1+a^2}}\}$$ $$a= \frac{\sqrt{1+a^2}}{2+2a^2+2a\sqrt{1+a^2}}$$ gives $$ 2a(1+a^2)=(1-2a^2)\sqrt{1+a^2}$$ $$a=\frac{1}{2\sqrt{2}}$$ Now it seems no conclusions. If it is unique( that I don’t know how ) in $[0,\frac{\pi}{4}]$ then it will be bounded also in this interval as continuous functions are bounded on compact set and if solution can’t be extended to $[0,1]$ then it is because of unboundedness of solution as I guess . I don’t know how to handle last two portions. Please help. Thanks.