Internal
problem
ID
[2963]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
10,
page
41
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 07:04:35 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 19
dsolve(y*diff(x(y),y)+(1+y)*x(y)=exp(y),x(y), singsol=all)
✓ Solution by Mathematica
Time used: 0.071 (sec). Leaf size: 18
DSolve[y*D[x[y],y]+(1+y)*x[y]==Exp[-y],x[y],y,IncludeSingularSolutions -> True]