For the D.E. $$ y' = x^2 + y^2 $$ show that the solution with $y(0) = 0$ has a vertical asymptote at some point $x_0$. Try to find upper and lower bounds for $x_0$.
I have also been given the hint that a crude estimate for the bounds is $$ \sqrt{\frac{\pi}{2}} < x_0 < 2\sqrt{\frac{\pi}{2}} $$ however I am unsure about how to obtain these bounds.
My approach so far has been to compare the differential equation above to the equation: $$y' = 1 + y^2 $$ which we know has the solution of $ y = \tan(x + c) $ and asymptotes at $x = \pm \frac{\pi}{2}$. But apart from that I am stuck.
As $f(x,y)=x^2+y^2$ is locally Lipschitz for the second variable, the equation has one and only one solution with the given initial condition defined for $x>0$ on an interval $[0,b)$.
We need to prove $b<+\infty$.
As $f$ is stricly positive for $(x,y) \neq (0,0)$, the solution $y(x)$ is strictly increasing. Hence for $0<a<x<b$ we have $$\frac{1}{x^2+y^2} \le \frac{1}{a^2+y^2}$$ and $$dx= \frac{dy}{x^2+y^2} \le \frac{dy}{a^2+y^2}$$ Therefore $$x - a= \int_{y(a)}^{y(x)} \frac{dy}{a^2+y^2} \le \frac{\pi}{2a} $$ and finally $$x \le \frac{\pi}{2a} +a$$ proving that $x$ is bounded by a value $x_0$ for which the solution has a vertical asymptote (the solution cannot have a limit for $x=x_0$, because in that case we would be able to extend the solution on the right).
To find upper and lower bounds for $x_0$ you need "to play" with the inequality $x \le \frac{\pi}{2a} +a$.