Internal
problem
ID
[10901]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
891
Date
solved
:
Tuesday, January 28, 2025 at 05:30:19 PM
CAS
classification
:
[_rational, [_Abel, `2nd type`, `class C`]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 56
dsolve(diff(y(x),x) = y(x)^2/x^3*(-2*y(x)+2*x^2+2*x^2*y(x)+y(x)*x^4)/(x^2-y(x)+x^2*y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.688 (sec). Leaf size: 106
DSolve[D[y[x],x] == (y[x]^2*(2*x^2 - 2*y[x] + 2*x^2*y[x] + x^4*y[x]))/(x^3*(x^2 - y[x] + x^2*y[x])),y[x],x,IncludeSingularSolutions -> True]