Internal
problem
ID
[19149]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
II.
Equations
of
first
order
and
first
degree.
Misc
examples
on
chapter
II
at
page
25
Problem
number
:
24
Date
solved
:
Tuesday, January 28, 2025 at 08:30:17 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`]]
✓ Solution by Maple
Time used: 0.012 (sec). Leaf size: 17
dsolve(diff(y(x),x)=exp(x-y(x))*(exp(x)-exp(y(x))),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 5.485 (sec). Leaf size: 29
DSolve[D[y[x],x]==Exp[x-y[x]]*(Exp[x]-Exp[y[x]]),y[x],x,IncludeSingularSolutions -> True]