Internal
problem
ID
[4469]
Book
:
Differential
equations
for
engineers
by
Wei-Chau
XIE,
Cambridge
Press
2010
Section
:
Chapter
4.
Linear
Differential
Equations.
Page
183
Problem
number
:
26
Date
solved
:
Monday, January 27, 2025 at 09:19:08 AM
CAS
classification
:
[[_high_order, _missing_y]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 39
dsolve(diff(y(x),x$5)+4*diff(y(x),x$3)=7+x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.176 (sec). Leaf size: 52
DSolve[D[y[x],{x,5}]+4*D[y[x],{x,3}]==7+x,y[x],x,IncludeSingularSolutions -> True]