Salutations, I have a problem with this ODE: $$5y^2(y')^2+2xy(y')+x^2+4y^2-4=0$$
I tried to find a general solution through substitutions, but I haven´t seen an ODE like this before, I got complex expressions (procedure in next picture).
So, I read about singular solutions and I tried to apply P-discriminant ($p=\frac{\partial y}{\partial x}$) to this ODE, but I'm not sure if the procedure is correct because I'm starting to approach these concepts and topics about ODEs and I want to understand for mathematical curiosity. I tried to find the singular solution in this procedure:
So, I noticed there is a relationship between general and singular solution through C-discriminant and P-discriminant, but I'm confused how to apply them to solve this ODE.
My question is:
-How would be the mathematical steps to apply to find the general and singular solution of the ODE?
I would like any guidance or starting steps or explanations to find the solutions because it's an interesting problem.
Thanks for your attention.
Maple finds the following solutions, where $c$ is an arbitrary constant: $$ \eqalign{y \left( x \right) &= \pm \sqrt {1-x^2/5}\cr y \left( x \right) &=\pm \sqrt {-4+5\,c-{x}^{2}\pm 4\,\sqrt {1-c }\,x}\cr }$$ Of course there will be restrictions on $x$ and $c$ if you want real-valued solutions.