$$x^2y' + xy + x^2y^2 = 4$$
In this equation there are given one solution and this is
$$y=\frac{a}{x}$$
I think this is a Riccati equation and started solving by
$$y = v + \frac{a}{x}$$
and making derivation
$$y' = v' - \frac{a}{x^2}$$
So I ended up with this equation
$$v' = -v^2 -\frac{-v(2a+1)}{x} + \frac{4-a^2)}{x^2}$$
but I think this isn't a Bernoulli equation.
Is my starting point is wrong? Where can I go from this equation to find the general solution?
Hint: Substituting $$y(x)=\frac{v(x)}{x}$$ then we get $$\frac{dv(x)}{dx}=\frac{-v(x)^2+4}{x}$$ Can you proceed?