6.4 problem 1581

6.4.1 Maple step by step solution

Internal problem ID [9903]
Internal file name [OUTPUT/8850_Monday_June_06_2022_05_38_06_AM_54181493/index.tex]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 5, linear fifth and higher order
Problem number: 1581.
ODE order: 5.
ODE degree: 1.

The type(s) of ODE detected by this program : "unknown"

Maple gives the following as the ode type

[[_high_order, _linear, _nonhomogeneous]]

Unable to solve or complete the solution.

\[ \boxed {y^{\left (5\right )}-a x y=b} \] Unable to solve this ODE.

6.4.1 Maple step by step solution

\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \frac {d}{d x}\frac {d^{2}}{d x^{2}}y^{\prime \prime }-a x y=b \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 5 \\ {} & {} & \frac {d}{d x}\frac {d^{2}}{d x^{2}}y^{\prime \prime } \end {array} \]

Solution by Maple

dsolve(diff(y(x),x$5)-a*x*y(x)-b=0,y(x), singsol=all)
 

\[ \text {No solution found} \]

Solution by Mathematica

Time used: 0.0 (sec). Leaf size: 0

DSolve[y'''''[x]-a*x*y[x]-b==0,y[x],x,IncludeSingularSolutions -> True]
 

Not solved