Internal
problem
ID
[5005]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
14
Problem
number
:
407
Date
solved
:
Monday, January 27, 2025 at 10:02:40 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.039 (sec). Leaf size: 119
dsolve(diff(y(x),x)*(x^3+1)^(2/3)+(1+y(x)^3)^(2/3) = 0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.464 (sec). Leaf size: 72
DSolve[D[y[x],x](1+x^3)^(2/3)+(1+y[x]^3)^(2/3)==0,y[x],x,IncludeSingularSolutions -> True]