Internal
problem
ID
[2449]
Book
:
Differential
equations
and
their
applications,
3rd
ed.,
M.
Braun
Section
:
Section
2.8.2,
Regular
singular
points,
the
method
of
Frobenius.
Page
214
Problem
number
:
9
Date
solved
:
Monday, January 27, 2025 at 05:53:06 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 38
Order:=6; dsolve(2*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.003 (sec). Leaf size: 62
AsymptoticDSolveValue[2*t*D[y[t],{t,2}]+(1+t)*D[y[t],t]-2*y[t]==0,y[t],{t,0,"6"-1}]