Internal
problem
ID
[5593]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
34
Problem
number
:
1024
Date
solved
:
Monday, January 27, 2025 at 12:13:03 PM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.013 (sec). Leaf size: 227
dsolve(diff(y(x),x)^3+diff(y(x),x) = exp(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 174.284 (sec). Leaf size: 1872
DSolve[(D[y[x],x])^3 +D[y[x],x]==Exp[ y[x]],y[x],x,IncludeSingularSolutions -> True]
Too large to display