Internal
problem
ID
[16822]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
8.
First
order
not
solved
for
the
derivative.
Exercises
page
67
Problem
number
:
204
Date
solved
:
Tuesday, January 28, 2025 at 09:33:54 AM
CAS
classification
:
[[_1st_order, _with_exponential_symmetries]]
✓ Solution by Maple
Time used: 2.181 (sec). Leaf size: 85
dsolve(diff(y(x),x)^3+(x+2)*exp(y(x))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 6.661 (sec). Leaf size: 126
DSolve[D[y[x],x]^3+(x+2)*Exp[y[x]]==0,y[x],x,IncludeSingularSolutions -> True]