Internal
problem
ID
[8979]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
5.0
Problem
number
:
18
Date
solved
:
Monday, January 27, 2025 at 05:26:07 PM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 85
Order:=8; dsolve(diff(y(x),x$2)+y(x)=exp(a*cos(x)),y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.035 (sec). Leaf size: 239
AsymptoticDSolveValue[D[y[x],{x,2}]+y[x]==Exp[a*Cos[x]],y[x],{x,0,"8"-1}]