$y=xy'+\frac{1}{2}y'^2$
Can someone explain me how to solve these type of equations it's my first time "seeing" an equation that has $y'$ to some degree, no need for a complete solution just the general method.
EDIT: I read some articles and came up with this:
$y=xp+\frac{1}{2}p^2$ now if we differentiate in respect to $x$ we get:
$p=xp'+p+pp'$
$pp'+xp'=0$
$p'(p+x)=0$
$p'=0$ then $p=C$ and if $p+x=0$ then $p=-x$
so we have $y_1 = Cx+K$ and $y_2=\frac{-x^2}{2}+K$, where C and K are const.