Internal
problem
ID
[8764]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
52
Date
solved
:
Tuesday, January 28, 2025 at 03:16:45 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.037 (sec). Leaf size: 80
dsolve(diff(y(t),t$2)+(t^2-1)/t*diff(y(t),t)+t^2/(1 + exp(t^2/2))^2*y(t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.148 (sec). Leaf size: 72
DSolve[D[y[t],{t,2}]+(t^2-1)/t*D[y[t],t]+t^2/(1 + Exp[t^2/2])^2*y[t]==0,y[t],t,IncludeSingularSolutions -> True]