A student came to me with a problem I couldn't solve. It's the beginning of the semester in his Intro DiffEq class, and so the solution shouldn't be too difficult. But it completely stumped me, and now I can't let it go! Here it is:
Problem. Find all solutions to the IVP: $$ \sqrt{\left(\frac{dy}{dx}\right)^2-4x^2}=\sqrt{x^4-y^2},\;\;\;\;y(0)=0. $$ I thought about maybe just doing a sort of guess-and-check method, but the existence/uniqueness theorem doesn't apply, so I'm not sure that would help even if I could find a single solution, which I cannot in any case.
Any ideas?
Thanks!
Keep in mind that, by the statement of the equation, $y'(x)^2\geq4x^2$ and $x^2\geq{y(x)^2}.$ The former restriction is equivalent to $y'(x)\geq2x$ or $y'(x)\leq-2x.$ The latter restriction is equivalent to $-x^2\leq{y(x)}\leq{x^2}.$ Therefore, $$y'(x)=\pm\sqrt{x^4+4x^2-y(x)^2}$$ with the restrictions already specified. These are two equations of the form $$y'(x)=f[x,y(x)],$$ where $f:\mathbb{R}^2\rightarrow\mathbb{R}.$ Notice that if $y(x)=x^2,$ then $$\sqrt{x^4+4x^2-y(x)^2}=2|x|,$$ hence $y(x)=x^2$ solves the former equation for $x\gt0,$ and it solves the latter for $x\lt0.$ Meanwhile, $y(x)=-x^2$ solves the former equation for $x\lt0,$ and solves the latter for $x\gt0.$ Thus, the former equation is solved by $y(x)=x|x|$ on $\mathbb{R}$ and the latter is solved by $y(x)=-x|x|$ on $\mathbb{R}.$ With this in mind, you should try $z(x)=|x|y(x),$ and work with this, to find other solutions.