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