Internal
problem
ID
[16201]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
4.
Higher
Order
Equations.
Exercises
4.1,
page
141
Problem
number
:
36
Date
solved
:
Tuesday, January 28, 2025 at 08:57:03 AM
CAS
classification
:
[[_Emden, _Fowler]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 52
dsolve(t^2*diff(y(t),t$2)+a*t*diff(y(t),t)+b*y(t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 57
DSolve[t^2*D[y[t],{t,2}]+a*t*D[y[t],t]+b*y[t]==0,y[t],t,IncludeSingularSolutions -> True]