Internal
problem
ID
[10539]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
528
Date
solved
:
Monday, January 27, 2025 at 08:52:30 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.057 (sec). Leaf size: 127
dsolve(diff(y(x),x)^3+a*diff(y(x),x)^2+b*y(x)+a*b*x=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.146 (sec). Leaf size: 160
DSolve[a*b*x + b*y[x] + a*D[y[x],x]^2 + D[y[x],x]^3==0,y[x],x,IncludeSingularSolutions -> True]