Internal
problem
ID
[280]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
2.
Linear
Equations
of
Higher
Order.
Section
2.3
(Homogeneous
equations
with
constant
coefficients).
Problems
at
page
134
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 02:43:18 AM
CAS
classification
:
[[_high_order, _missing_x]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 20
dsolve(5*diff(y(x),x$4)+3*diff(y(x),x$3)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.041 (sec). Leaf size: 30
DSolve[5*D[y[x],{x,4}]+3*D[y[x],{x,3}]==0,y[x],x,IncludeSingularSolutions -> True]