Internal
problem
ID
[2063]
Book
:
Elementary
differential
equations
with
boundary
value
problems.
William
F.
Trench.
Brooks/Cole
2001
Section
:
Chapter
7
Series
Solutions
of
Linear
Second
Equations.
7.6
THE
METHOD
OF
FROBENIUS
III.
Exercises
7.7.
Page
389
Problem
number
:
Example
7.7.1
page
381
Date
solved
:
Monday, January 27, 2025 at 05:41:22 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.010 (sec). Leaf size: 62
Order:=6; dsolve(2*x^2*(2+x)*diff(y(x),x$2)-x*(4-7*x)*diff(y(x),x)-(5-3*x)*y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.053 (sec). Leaf size: 98
AsymptoticDSolveValue[2*x^2*(2+x)*D[y[x],{x,2}]-x*(4-7*x)*D[y[x],x]-(5-3*x)*y[x]==0,y[x],{x,0,"6"-1}]