Find a one parameter family of solutions of the Riccati's equation $$\frac{dy}{dx}=-\frac4{x^2}-\frac{y}{x}+y^2$$
So I am trying to follow a sort of template I was given:
Let $y=y_1+u$, where $y_1$ is a particular solution of the DE. Then, $$\frac{dy}{dx}=\frac{dy_1}{dx}+\frac{du}{dx}$$
Plugging into DE and we get, $$\frac{dy_1}{dx}+\frac{du}{dx}=-\frac4{x^2}-\frac{y_1}{x}-\frac{u}{x}+y_1^2+2uy_1+u^2$$
Since $y_1$ is a particular solution, $$\frac{dy_1}{dx}=-\frac4{x^2}-\frac{y_1}{x}+y_1^2$$
Plugging in and canceling we get, $$\frac{du}{dx}=-\frac{u}{x}+2uy_1+u^2 \implies$$ $$\frac{du}{du}-u(\frac1x-2y_1)=u^2$$ Which is now a Bernoulli's Equation.
Question:
How can I complete this problem and find my 1-parameter family of solutions? Maybe I am thinking of this wrong, but I cannot do a Bernoulli's equation if $y_1$ is still there right? I believe I need to solve for $y_1$ but I am not sure how to.
Thank You for the help.
hint: With $$y(x)=\frac{v(x)}{x}$$ we get $$\frac{dv(x)}{dx}=\frac{v(x)^2-4}{x}$$ so we obtain $$\frac{\frac{dv(x)}{dx}}{v(x)^2-4}=\frac{1}{x}$$