Internal
problem
ID
[2664]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
2.
Second
order
differential
equations.
Section
2.8.2,
Regular
singular
points,
the
method
of
Frobenius.
Excercises
page
216
Problem
number
:
27
Date
solved
:
Monday, January 27, 2025 at 06:05:40 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.224 (sec). Leaf size: 44
Order:=6; dsolve(2*sin(t)*diff(y(t),t$2)+(1-t)*diff(y(t),t)-2*y(t)=0,y(t),type='series',t=0);
✓ Solution by Mathematica
Time used: 0.005 (sec). Leaf size: 79
AsymptoticDSolveValue[2*Sin[t]*D[y[t],{t,2}]+(1-t)*D[y[t],t]-2*y[t]==0,y[t],{t,0,"6"-1}]