Internal
problem
ID
[2979]
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
:
22
Date
solved
:
Monday, January 27, 2025 at 07:05:20 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 19
dsolve([(2*y(x)-x*y(x)-3)+x*diff(y(x),x)=0,y(1) = 1],y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.038 (sec). Leaf size: 24
DSolve[{(2*y[x]-x*y[x]-3)+x*D[y[x],x]==0,{y[1]==1}},y[x],x,IncludeSingularSolutions -> True]