Internal
problem
ID
[4294]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
End
of
chapter,
page
61
Problem
number
:
25
Date
solved
:
Monday, January 27, 2025 at 08:50:04 AM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 20
dsolve(exp(x)*(1+x)=(x*exp(x)-y(x)*exp(y(x)))*diff(y(x),x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.314 (sec). Leaf size: 26
DSolve[Exp[x]*(1+x)==(x*Exp[x]-y[x]*Exp[y[x]])*D[y[x],x],y[x],x,IncludeSingularSolutions -> True]