Internal
problem
ID
[5584]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
34
Problem
number
:
1015
Date
solved
:
Monday, January 27, 2025 at 12:12:46 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.056 (sec). Leaf size: 88
dsolve(diff(y(x),x)^3 = b*x+a,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.008 (sec). Leaf size: 80
DSolve[(D[y[x],x])^3 ==a+b x,y[x],x,IncludeSingularSolutions -> True]