Internal
problem
ID
[2648]
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
:
11
Date
solved
:
Monday, January 27, 2025 at 06:05:20 AM
CAS
classification
:
[[_Emden, _Fowler]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 44
Order:=6; dsolve(4*t*diff(y(t),t$2)+3*diff(y(t),t)-3*y(t)=0,y(t),type='series',t=0);
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 81
AsymptoticDSolveValue[4*t*D[y[t],{t,2}]+3*D[y[t],t]-3*y[t]==0,y[t],{t,0,"6"-1}]