Internal
problem
ID
[2967]
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
:
10
Date
solved
:
Monday, January 27, 2025 at 07:04:46 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 16
dsolve(y^2*diff(x(y),y)+(y^2+2*y)*x(y)=1,x(y), singsol=all)
✓ Solution by Mathematica
Time used: 0.034 (sec). Leaf size: 19
DSolve[y^2*D[x[y],y]+(y^2+2*y)*x[y]==1,x[y],y,IncludeSingularSolutions -> True]