Internal
problem
ID
[860]
Book
:
Differential
equations
and
linear
algebra,
3rd
ed.,
Edwards
and
Penney
Section
:
Section
5.3,
second
order
linear
equations.
Page
323
Problem
number
:
52
Date
solved
:
Wednesday, February 05, 2025 at 04:34:37 AM
CAS
classification
:
[[_Emden, _Fowler], [_2nd_order, _linear, `_with_symmetry_[0,F(x)]`]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 19
dsolve(x^2*diff(y(x),x$2)+x*diff(y(x),x)+9*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.018 (sec). Leaf size: 22
DSolve[x^2*D[y[x],{x,2}]+x*D[y[x],x]+9*y[x]==0,y[x],x,IncludeSingularSolutions -> True]