Internal
problem
ID
[8284]
Book
:
DIFFERENTIAL
EQUATIONS
with
Boundary
Value
Problems.
DENNIS
G.
ZILL,
WARREN
S.
WRIGHT,
MICHAEL
R.
CULLEN.
Brooks/Cole.
Boston,
MA.
2013.
8th
edition.
Section
:
CHAPTER
6
SERIES
SOLUTIONS
OF
LINEAR
EQUATIONS.
6.3
SOLUTIONS
ABOUT
SINGULAR
POINTS.
EXERCISES
6.3.
Page
255
Problem
number
:
33(b)
Date
solved
:
Monday, January 27, 2025 at 03:47:52 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.022 (sec). Leaf size: 56
Order:=8; dsolve(diff(y(t),t$2)+2/t*diff(y(t),t)+lambda*y(t)=0,y(t),type='series',t=0);
✓ Solution by Mathematica
Time used: 0.022 (sec). Leaf size: 70
AsymptoticDSolveValue[D[y[t],{t,2}]+2/t*D[y[t],t]+\[Lambda]*y[t]==0,y[t],{t,0,"8"-1}]