Internal
problem
ID
[10806]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
795
Date
solved
:
Monday, January 27, 2025 at 10:01:09 PM
CAS
classification
:
[[_homogeneous, `class C`], _rational, _Abel]
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 37
dsolve(diff(y(x),x) = (x^3+3*a*x^2+3*a^2*x+a^3+x*y(x)^2+a*y(x)^2+y(x)^3)/(x+a)^3,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.394 (sec). Leaf size: 92
DSolve[D[y[x],x] == (a^3 + 3*a^2*x + 3*a*x^2 + x^3 + a*y[x]^2 + x*y[x]^2 + y[x]^3)/(a + x)^3,y[x],x,IncludeSingularSolutions -> True]