Internal
problem
ID
[11551]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
4,
linear
fourth
order
Problem
number
:
1552
Date
solved
:
Tuesday, January 28, 2025 at 06:06:49 PM
CAS
classification
:
[[_high_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.039 (sec). Leaf size: 94
dsolve(x^2*diff(y(x),x$4)+2*x*diff(y(x),x$3)+a*y(x)-b*x^2=0,y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[x^2*D[y[x],{x,4}]+2*x*D[y[x],{x,3}]+a*y[x]-b*x^2==0,y[x],x,IncludeSingularSolutions -> True]
Timed out