Internal
problem
ID
[10909]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
899
Date
solved
:
Monday, January 27, 2025 at 10:23:24 PM
CAS
classification
:
[_rational, [_1st_order, `_with_symmetry_[F(x),G(x)]`], _Abel]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 47
dsolve(diff(y(x),x) = 1/64*(32*x^5+64*x^6+64*y(x)^2*x^6+32*y(x)*x^4+4*x^2+64*x^6*y(x)^3+48*x^4*y(x)^2+12*x^2*y(x)+1)/x^8,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.191 (sec). Leaf size: 84
DSolve[D[y[x],x] == (1/64 + x^2/16 + x^5/2 + x^6 + (3*x^2*y[x])/16 + (x^4*y[x])/2 + (3*x^4*y[x]^2)/4 + x^6*y[x]^2 + x^6*y[x]^3)/x^8,y[x],x,IncludeSingularSolutions -> True]