Internal
problem
ID
[15717]
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.3
(c)
Date
solved
:
Tuesday, January 28, 2025 at 08:05:52 AM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.068 (sec). Leaf size: 62
Order:=6; dsolve((x^3-x^4)*diff(y(x),x$2)+(3*x-1)*diff(y(x),x)+827*y(x)=0,y(x),type='series',x=1);
✓ Solution by Mathematica
Time used: 0.065 (sec). Leaf size: 105
AsymptoticDSolveValue[(x^3-x^4)*D[y[x],{x,2}]+(3*x-1)*D[y[x],x]+827*y[x]==0,y[x],{x,1,"6"-1}]