Internal
problem
ID
[10884]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
874
Date
solved
:
Monday, January 27, 2025 at 10:20:33 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`], _Abel]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 40
dsolve(diff(y(x),x) = 1/512*(-256*a*x^2+512+512*y(x)^2+128*y(x)*a*x^4+8*a^2*x^8+512*y(x)^3+192*x^4*a*y(x)^2+24*y(x)*a^2*x^8+a^3*x^12)*x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.181 (sec). Leaf size: 79
DSolve[D[y[x],x] == (x*(512 - 256*a*x^2 + 8*a^2*x^8 + a^3*x^12 + 128*a*x^4*y[x] + 24*a^2*x^8*y[x] + 512*y[x]^2 + 192*a*x^4*y[x]^2 + 512*y[x]^3))/512,y[x],x,IncludeSingularSolutions -> True]