Internal
problem
ID
[11577]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
5,
linear
fifth
and
higher
order
Problem
number
:
1578
Date
solved
:
Tuesday, January 28, 2025 at 06:06:56 PM
CAS
classification
:
[[_high_order, _with_linear_symmetries]]
✓ Solution by Maple
Time used: 0.024 (sec). Leaf size: 89
dsolve(diff(diff(diff(diff(y(x),x),x),x),x)-2*a^2*diff(diff(y(x),x),x)+a^4*y(x)-lambda*(a*x-b)*(diff(diff(y(x),x),x)-a^2*y(x))=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.151 (sec). Leaf size: 130
DSolve[a^4*y[x] - 2*a^2*D[y[x],{x,2}] - \[Lambda]*(-b + a*x)*(-(a^2*y[x]) + D[y[x],{x,2}]) + Derivative[4][y][x] == 0,y[x],x,IncludeSingularSolutions -> True]