Internal
problem
ID
[2865]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
5,
page
21
Problem
number
:
25
Date
solved
:
Monday, January 27, 2025 at 06:20:45 AM
CAS
classification
:
[_quadrature]
With initial conditions
✓ Solution by Maple
Time used: 0.021 (sec). Leaf size: 12
dsolve([diff(y(x),x)=exp(y(x)),y(0) = 0],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 13
DSolve[{D[y[x],x]==Exp[y[x]],y[0]==0},y[x],x,IncludeSingularSolutions -> True]