62.15.3 problem Ex 3

Internal problem ID [12890]
Book : An elementary treatise on differential equations by Abraham Cohen. DC heath publishers. 1906
Section : Chapter IV, differential equations of the first order and higher degree than the first. Article 26. Equations solvable for \(x\). Page 55
Problem number : Ex 3
Date solved : Tuesday, January 28, 2025 at 04:32:02 AM
CAS classification : [[_homogeneous, `class A`], _rational, _dAlembert]

\begin{align*} x {y^{\prime }}^{2}-2 y^{\prime } y-x&=0 \end{align*}

Solution by Maple

Time used: 0.129 (sec). Leaf size: 30

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

Solution by Mathematica

Time used: 0.076 (sec). Leaf size: 45

DSolve[x*(D[y[x],x])^2-2*y[x]*D[y[x],x]-x==0,y[x],x,IncludeSingularSolutions -> True]
 
\begin{align*} y(x)\to x \sinh (-\log (x)+c_1) \\ y(x)\to x \sinh (\log (x)+c_1) \\ y(x)\to -i x \\ y(x)\to i x \\ \end{align*}