Internal
problem
ID
[11572]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
4,
linear
fourth
order
Problem
number
:
1573
Date
solved
:
Monday, January 27, 2025 at 11:23:34 PM
CAS
classification
:
[[_high_order, _fully, _exact, _linear]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 41
dsolve((exp(x)+2*x)*diff(diff(diff(diff(y(x),x),x),x),x)+4*(exp(x)+2)*diff(diff(diff(y(x),x),x),x)+6*exp(x)*diff(diff(y(x),x),x)+4*exp(x)*diff(y(x),x)+y(x)*exp(x)-1/x^5=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.086 (sec). Leaf size: 48
DSolve[-x^(-5) + E^x*y[x] + 4*E^x*D[y[x],x] + 6*E^x*D[y[x],{x,2}] + 4*(2 + E^x)*Derivative[3][y][x] + (E^x + 2*x)*Derivative[4][y][x] == 0,y[x],x,IncludeSingularSolutions -> True]