i need to find all the solutions for this D.E. $$ y=xy'+(y')^3 $$
i did what seemed the correct move
$$y=y'(x+(y')^2)$$
but couldn't proceed more.
i need to find all the solutions for this D.E. $$ y=xy'+(y')^3 $$
i did what seemed the correct move
$$y=y'(x+(y')^2)$$
but couldn't proceed more.
This equation is called Clairut equation. Differentiate with respect to $x$ we have \begin{align*} y' &= y' + xy'' + 3(y')^2 y''\\ 0 &= (x + 3(y')^2)y'' \end{align*} If $x + 3(y')^2$ = 0 for all $x$ we have $(y') = \pm(x/3)^{1/2}$.
If $y'' = 0"$ we have $y = ax + b$ for some constant $a,b$. Plugging this to the equation we have $ b = a^3$. So the general solutions are given by $y = ax + a^3$ for any real number $a$.
Just from observation, if you assume a solution of the form $y=ax+b$, you get $y(x) = ax+a^3$ as a solution, where $a$ is any real number.
Edit: To find all solutions, differentiate the equation to obtain $$y'=y'+(x+3(y')^2)y''.$$ This equation is true iff $y''=0$ or $x+3(y')^2=0$. The first case corresponds to linear functions from my original answer. To find the rest of the solutions, we can combine $x+3(y')^2=0$ with the original differential equation to find a parametric formula for a curve in the $xy$ plane. If we denote $y'$ by a parameter $t$, then we have the following parametric equations: $$x=-3t^2,\\ y=xt+t^3.$$
The first can be inverted to obtain $t=\pm\sqrt{-x/3}$, which yields solutions $$y = \pm x\sqrt{\frac{-x}{3}}\pm\left(\frac{-x}{3}\right)^{3/2}, \ x\leq 0.$$ This can be written neater in terms of complex numbers.
Now these solutions are in fact all solutions to this problem because they were constructed by finding all solutions to the related second order equation then constraining them to solve the original first order equation