Internal
problem
ID
[11557]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
4,
linear
fourth
order
Problem
number
:
1558
Date
solved
:
Tuesday, January 28, 2025 at 06:06:50 PM
CAS
classification
:
[[_high_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.020 (sec). Leaf size: 67
dsolve(x^2*diff(diff(diff(diff(y(x),x),x),x),x)+(2*n-2*nu+4)*x*diff(diff(diff(y(x),x),x),x)+(n-nu+1)*(n-nu+2)*diff(diff(y(x),x),x)-1/16*b^4*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.090 (sec). Leaf size: 222
DSolve[-1/16*(b^4*y[x]) + (1 + n - nu)*(2 + n - nu)*D[y[x],{x,2}] + (4 + 2*n - 2*nu)*x*Derivative[3][y][x] + x^2*Derivative[4][y][x] == 0,y[x],x,IncludeSingularSolutions -> True]