Internal
problem
ID
[201]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Review
problems
at
page
98
Problem
number
:
23
Date
solved
:
Monday, January 27, 2025 at 02:40:50 AM
CAS
classification
:
[_exact]
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 23
dsolve(exp(y(x))+y(x)*cos(x)+(x*exp(y(x))+sin(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 4.590 (sec). Leaf size: 25
DSolve[Exp[y[x]]+y[x]*Cos[x]+(x*Exp[y[x]]+Sin[x])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]