1.28 problem 25 expansion at 1

Internal problem ID [6577]

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. Section 6.2 SOLUTIONS ABOUT ORDINARY POINTS. EXERCISES 6.2. Page 246
Problem number: 25 expansion at 1.
ODE order: 2.
ODE degree: 1.

CAS Maple gives this as type [[_2nd_order, _with_linear_symmetries]]

\[ \boxed {\cos \left (x \right ) y^{\prime \prime }+y^{\prime }+5 y=0} \] With the expansion point for the power series method at \(x = 1\).

Solution by Maple

Time used: 0.062 (sec). Leaf size: 860

Order:=8; 
dsolve(cos(x)*diff(y(x),x$2)+diff(y(x),x)+5*y(x)=0,y(x),type='series',x=1);
 

\[ \text {Expression too large to display} \]

Solution by Mathematica

Time used: 0.006 (sec). Leaf size: 1808

AsymptoticDSolveValue[Cos[x]*y''[x]+y'[x]+5*y[x]==0,y[x],{x,1,7}]
 

Too large to display