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