Internal
problem
ID
[8214]
Book
:
A
course
in
Ordinary
Differential
Equations.
by
Stephen
A.
Wirkus,
Randall
J.
Swift.
CRC
Press
NY.
2015.
2nd
Edition
Section
:
Chapter
8.
Series
Methods.
section
8.2.
The
Power
Series
Method.
Problems
Page
603
Problem
number
:
2.
Using
series
method
Date
solved
:
Monday, January 27, 2025 at 03:46:08 PM
CAS
classification
:
[[_linear, `class A`]]
Using series method with expansion around
With initial conditions
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 24
Order:=8; dsolve([diff(y(x),x)-2*y(x)=x^2,y(1) = 1],y(x),type='series',x=1);
✓ Solution by Mathematica
Time used: 0.013 (sec). Leaf size: 60
AsymptoticDSolveValue[{D[y[x],x]-2*y[x]==x^2,{y[1]==1}},y[x],{x,1,"8"-1}]