Internal
problem
ID
[15739]
Book
:
Ordinary
Differential
Equations.
An
introduction
to
the
fundamentals.
Kenneth
B.
Howell.
second
edition.
CRC
Press.
FL,
USA.
2020
Section
:
Chapter
35.
Modified
Power
series
solutions
and
basic
method
of
Frobenius.
Additional
Exercises.
page
715
Problem
number
:
35.5
(c)
Date
solved
:
Tuesday, January 28, 2025 at 08:06:20 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.052 (sec). Leaf size: 52
Order:=6; dsolve(4*diff(y(x),x$2)+(4*x-3)/(x-1)^2*y(x)=0,y(x),type='series',x=1);
✓ Solution by Mathematica
Time used: 0.006 (sec). Leaf size: 162
AsymptoticDSolveValue[4*D[y[x],{x,2}]+(4*x-3)/(x-1)^2*y[x]==0,y[x],{x,1,"6"-1}]