77.1.57 problem 76 (page 120)

Internal problem ID [17947]
Book : V.V. Stepanov, A course of differential equations (in Russian), GIFML. Moscow (1958)
Section : All content
Problem number : 76 (page 120)
Date solved : Tuesday, January 28, 2025 at 11:14:42 AM
CAS classification : [[_homogeneous, `class G`]]

\begin{align*} y&=2 x y^{\prime }+\frac {x^{2}}{2}+{y^{\prime }}^{2} \end{align*}

Solution by Maple

Time used: 0.082 (sec). Leaf size: 81

dsolve(y(x)=2*diff(y(x),x)*x+x^2/2+diff(y(x),x)^2,y(x), singsol=all)
 
\begin{align*} y &= -\frac {x^{2}}{2} \\ y &= -\frac {1}{4} x^{2}+\frac {1}{2} c_{1} x +\frac {1}{4} c_{1}^{2} \\ y &= -\frac {1}{4} x^{2}-\frac {1}{2} c_{1} x +\frac {1}{4} c_{1}^{2} \\ y &= -\frac {1}{4} x^{2}-\frac {1}{2} c_{1} x +\frac {1}{4} c_{1}^{2} \\ y &= -\frac {1}{4} x^{2}+\frac {1}{2} c_{1} x +\frac {1}{4} c_{1}^{2} \\ \end{align*}

Solution by Mathematica

Time used: 0.000 (sec). Leaf size: 0

DSolve[y[x]==2*D[y[x],x]*x+x^2/2+D[y[x],x]^2,y[x],x,IncludeSingularSolutions -> True]
 

Timed out