Internal
problem
ID
[10953]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
943
Date
solved
:
Monday, January 27, 2025 at 10:30:44 PM
CAS
classification
:
[[_1st_order, _with_linear_symmetries], _rational, [_Abel, `2nd type`, `class C`]]
✓ Solution by Maple
Time used: 0.067 (sec). Leaf size: 41
dsolve(diff(y(x),x) = (-128*x*y(x)-24*x^3+32*x^2-128*x+512*y(x)^3+192*x^2*y(x)^2-384*x*y(x)^2+24*y(x)*x^4-96*x^3*y(x)+96*x^2*y(x)+x^6-6*x^5+12*x^4)/(512*y(x)+64*x^2-128*x+512),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.245 (sec). Leaf size: 75
DSolve[D[y[x],x] == (-128*x + 32*x^2 - 24*x^3 + 12*x^4 - 6*x^5 + x^6 - 128*x*y[x] + 96*x^2*y[x] - 96*x^3*y[x] + 24*x^4*y[x] - 384*x*y[x]^2 + 192*x^2*y[x]^2 + 512*y[x]^3)/(512 - 128*x + 64*x^2 + 512*y[x]),y[x],x,IncludeSingularSolutions -> True]