Internal
problem
ID
[10928]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
918
Date
solved
:
Monday, January 27, 2025 at 10:25:10 PM
CAS
classification
:
[_rational]
✓ Solution by Maple
Time used: 0.060 (sec). Leaf size: 41
dsolve(diff(y(x),x) = 2*y(x)^8/(y(x)^5+2*y(x)^6+2*y(x)^2+16*x*y(x)^4+32*y(x)^6*x^2+2+24*x*y(x)^2+96*x^2*y(x)^4+128*x^3*y(x)^6),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.254 (sec). Leaf size: 344
DSolve[D[y[x],x] == (2*y[x]^8)/(2 + 2*y[x]^2 + 24*x*y[x]^2 + 16*x*y[x]^4 + 96*x^2*y[x]^4 + y[x]^5 + 2*y[x]^6 + 32*x^2*y[x]^6 + 128*x^3*y[x]^6),y[x],x,IncludeSingularSolutions -> True]