Internal
problem
ID
[18447]
Book
:
DIFFERENTIAL
EQUATIONS
WITH
APPLICATIONS
AND
HISTORICAL
NOTES
by
George
F.
Simmons.
3rd
edition.
2017.
CRC
press,
Boca
Raton
FL.
Section
:
Chapter
5.
Power
Series
Solutions
and
Special
Functions.
Section
31.
Gauss
Hypergeometric
Equation.
Problems
at
page
240
Problem
number
:
2
(c)
Date
solved
:
Tuesday, January 28, 2025 at 11:50:13 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 46
Order:=6; dsolve((x^2-1)*diff(y(x),x$2)+(5*x+4)*diff(y(x),x)+4*y(x)=0,y(x),type='series',x=-1);
✓ Solution by Mathematica
Time used: 0.004 (sec). Leaf size: 103
AsymptoticDSolveValue[(x^2-1)*D[y[x],{x,2}]+(5*x+4)*D[y[x],x]+4*y[x]==0,y[x],{x,-1,"6"-1}]