I have this given IVP $y'=\begin{cases}\frac{2xy}{x^2+y^2}&\;\;\;\;(x,y)\neq(0,0)\\0&\;\;\;\;(x,y)=(0,0)\end{cases}$ where $y(-1)=-0.001$. I used matlab obtain this figure
Why the graph blow up after $0$?
$$|y(t)-y(-1)|\leq\left|\int_{-1}^{t}y'(s)\,ds\right|\leq\int_{-1}^{t}|y'(s)|\,ds\leq\int_{-1}^{t}\,ds=t+1$$
$$|y(t)|\geq-0.999,\,\,t\to0$$
From WolfAlpha, it gives http://www.wolframalpha.com/input/?i=y%27%3D2xy%2F(x%5E2%2By%5E2),y(-1)%3D-0.001


Using the same argument as in this post The function $4x^3y/(x^4+y^2)$ fails the Lipschitz condition near the origin we get
$$y'=\frac{2xy}{x^2+y^2}=:f(x,y)$$
$$\partial_x \ f(x,y)=\frac{2y(x^2+y^2)-4x^2y}{(x^2+y^2)^2}, ~\partial_y \ f(x,y)=\frac{2x(x^2+y^2)-4xy^2}{(x^2+y^2)^2}$$
$$\lim_{y \to 0}\partial_y \ f(x,y)=\frac{2x^3}{x^4}=\frac{2}{x}$$
and therefore the partial derivatives of $f$ near the origin are not bounded; and $f$ isn't locally Lipschitz continuous near the origin.