26.2.4 problem 4

Internal problem ID [4253]
Book : Differential equations with applications and historial notes, George F. Simmons. Second edition. 1971
Section : Chapter 2, section 8, page 41
Problem number : 4
Date solved : Monday, January 27, 2025 at 08:45:18 AM
CAS classification : [_rational, [_Abel, `2nd type`, `class B`]]

\begin{align*} 2 y^{2}-4 x +5&=\left (4-2 y+4 y x \right ) y^{\prime } \end{align*}

Solution by Maple

dsolve((2*y(x)^2-4*x+5)=(4-2*y(x)+4*x*y(x))*diff(y(x),x),y(x), singsol=all)
 
\[ \text {No solution found} \]

Solution by Mathematica

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

DSolve[(2*y[x]^2-4*x+5)==(4-2*y[x]+4*x*y[x])*D[y[x],x],y[x],x,IncludeSingularSolutions -> True]
 

Not solved