I came across this ODE:
$ y' = 2(\frac{y}{x}) + 1 $
I managed to solve it absolutely fine, recognising it was a Homogenous first-order ODE, using the substitution $v = y/x$ etc.
My answer was -
$ y = Ax^2 - x $
where $A = \pm e^c $
See, that was where my set of solutions thwarted, however $ y = -x $ is considered a 'special solution'.
How would I go about identifying this, because $ \pm e^c \ne 0$ so I am struggling to figure it out on my own.
Any help is appreciated :)
When you are solving the equation you need to be careful of situations like $\frac{1}{v+1}$. What happens when $y = -x$?