2.4 problem 4

Internal problem ID [3092]

Book: Differential equations with applications and historial notes, George F. Simmons, 1971
Section: Chapter 2, section 8, page 41
Problem number: 4.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_rational, [_Abel, `2nd type`, `class B`]]

\[ \boxed {2 y^{2}-\left (4-2 y+4 y x \right ) y^{\prime }=4 x -5} \]

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.0 (sec). Leaf size: 0

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

Not solved