Internal
problem
ID
[6019]
Book
:
Differential
Gleichungen,
Kamke,
3rd
ed,
Abel
ODEs
Section
:
Abel
ODE
with
constant
invariant
Problem
number
:
problem
38
Date
solved
:
Monday, January 27, 2025 at 01:32:38 PM
CAS
classification
:
[[_homogeneous, `class G`], _rational, _Abel]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 34
dsolve(-a*y(x)^3-b/(x^(3/2))+diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.265 (sec). Leaf size: 320
DSolve[-a*y[x]^3-b/(x^(3/2))+D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]