Internal
problem
ID
[99]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.5
(linear
equations).
Problems
at
page
54
Problem
number
:
27
Date
solved
:
Friday, February 07, 2025 at 07:49:23 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 15
dsolve((x(y)+y*exp(y))*1/diff(x(y),y)=1,x(y), singsol=all)
✓ Solution by Mathematica
Time used: 0.022 (sec). Leaf size: 20
DSolve[(x[y]+y*Exp[y])*1/D[x[y],y]==1,x[y],y,IncludeSingularSolutions -> True]