Given $(x^2 +3xy +y^2)dx - x^2 dy =0$ solve the DE. I got the answer $\frac{x}{x+y}+ \ln|x|=C$ . But the answer provided got one extra answer , that is $y=-x$ can anyone explain to me why we need to include the extra answer.
|
|
Explicit substitution of $y=-x$ into the given DEqn shows it is a soln. Notice: $$ (x^2+3xy+y^2)dx-x^2dy = -x^2dx-x^2(-dx)=0.$$ Thus it is a solution. Why did your method miss it? Probably you divided by a term which is zero when $y=x$ so you lost that possibility right at that step. |
|||
|
|
Besides to @James's answer, we can see the problem as follows also: $$x^2\left(\left(1+\frac{y}x+\frac{y^2}{x^2}\right)dx-dy\right)=0$$ so if $x\neq0$ then by setting $u=y/x$ we get: $$(1+3u+u^2)dx-(udx+xdu)=0$$ This latter one is equal to $$\frac{du}{(u+1)^2}=\frac{dx}x,~~x\neq0$$ You certaily note that here that we should put $u\neq-1$ or $y\neq-x$ to find the solution above. But $y=-x$ itself is a solution as well (James did it). Now since this solution can not be given by that general solution so it isa singular solution. |
|||
|
|
