Internal
problem
ID
[2373]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
2.2,
linear
equations
with
constant
coefficients.
Page
138
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 05:50:34 AM
CAS
classification
:
[[_Emden, _Fowler]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 52
dsolve(t^2*diff(y(t),t$2)+alpha*t*diff(y(t),t)+beta*y(t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.049 (sec). Leaf size: 57
DSolve[t^2*D[y[t],{t,2}]+\[Alpha]*t*D[y[t],t]+\[Beta]*y[t]==0,y[t],t,IncludeSingularSolutions -> True]