Internal
problem
ID
[8321]
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.
CHAPTER
6
IN
REVIEW.
Page
271
Problem
number
:
19
Date
solved
:
Monday, January 27, 2025 at 03:48:55 PM
CAS
classification
:
[[_Emden, _Fowler]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.005 (sec). Leaf size: 64
Order:=8; dsolve(x*diff(y(x),x$2)+(1-cos(x))*diff(y(x),x)+x^2*y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 36
AsymptoticDSolveValue[x*D[y[x],{x,2}]+(1-Cos[x])*D[y[x],x]+x^2*y[x]==0,y[x],{x,0,"8"-1}]