Internal
problem
ID
[14145]
Book
:
Differential
Equations,
Linear,
Nonlinear,
Ordinary,
Partial.
A.C.
King,
J.Billingham,
S.R.Otto.
Cambridge
Univ.
Press
2003
Section
:
Chapter
1
VARIABLE
COEFFICIENT,
SECOND
ORDER
DIFFERENTIAL
EQUATIONS.
Problems
page
28
Problem
number
:
Problem
1.13
Date
solved
:
Tuesday, January 28, 2025 at 06:15:52 AM
CAS
classification
:
[[_2nd_order, _exact, _linear, _homogeneous]]
Using series method with expansion around
✓ Solution by Maple
Time used: 0.059 (sec). Leaf size: 60
Order:=6; dsolve(x*(x-1)*diff(y(x),x$2)+3*x*diff(y(x),x)+y(x)=0,y(x),type='series',x=0);
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 63
AsymptoticDSolveValue[x*(x-1)*D[y[x],{x,2}]+3*x*D[y[x],x]+y[x]==0,y[x],{x,0,"6"-1}]