Internal
problem
ID
[2861]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
5,
page
21
Problem
number
:
21
Date
solved
:
Monday, January 27, 2025 at 06:20:32 AM
CAS
classification
:
[_separable]
With initial conditions
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 7
dsolve([diff(y(x),x)=y(x)/x,y(1) = 3],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.024 (sec). Leaf size: 8
DSolve[{D[y[x],x]==y[x]/x,y[1]==3},y[x],x,IncludeSingularSolutions -> True]