Solve the Differential equation $$\frac{dy}{dx}=\frac{1}{x^4}+y^2$$
My Try: Let $x^2y=t$ we have
$$y=\frac{t}{x^2}$$ Then
$$\frac{dy}{dx}=\frac{x^2dt-2txdx}{x^4}$$
But $$\frac{dy}{dx}=\frac{1+t^2}{x^4}$$ $\implies$
$$x^2dt-2txdx=1+t^2$$
any way to proceed from here?
$$\frac{dy}{dx}=\frac{1}{x^4}+y^2$$ This a Riccati's ODE. Applying the usual method to solve it (see note 2):
The change of function : $y(x)=-\frac{u'(x)}{u(x)}\quad;\quad y'=-\frac{u''}{u}+\frac{(u')^2}{u^2}$ transforms the ODE to :
$-\frac{u''}{u}+\frac{(u')^2}{u^2}=\frac{1}{x^4}+\left(-\frac{u'(x)}{u(x)}\right)^2$. After simplification : $$u''+\frac{1}{x^4}u=0$$ $$u=c_1x\sin\left(\frac{1}{x}\right)+c_2x\cos\left(\frac{1}{x}\right)$$ $u'=\left(c_1+\frac{c_2}{x}\right)\sin\left(\frac{1}{x}\right)+\left(c_2-\frac{c_1}{x}\right)\cos\left(\frac{1}{x}\right)$ $$y(x)=-\frac{\left(c_1+\frac{c_2}{x}\right)\sin\left(\frac{1}{x}\right)+\left(c_2-\frac{c_1}{x}\right)\cos\left(\frac{1}{x}\right)}{c_1x\sin\left(\frac{1}{x}\right)+c_2x\cos\left(\frac{1}{x}\right)}$$ Note 1 : This can be written with one arbitrary constant only $\frac{c_1}{c_2}$, or alternatively $\frac{c_2}{c_1}$.
Note 2 : Eqs.(4-6) in http://mathworld.wolfram.com/RiccatiDifferentialEquation.html
This transforms the Riccati ODE into a linear second order ODE. At first sight, increasing the order seems counterproductive. But it is often an efficient method because solving a linear second order ODE is generally simpler than solving a non-linear first order ODE. The linearity is the key property.