Internal
problem
ID
[18584]
Book
:
Elementary
Differential
Equations.
By
Thornton
C.
Fry.
D
Van
Nostrand.
NY.
First
Edition
(1929)
Section
:
Chapter
VII.
Linear
equations
of
order
higher
than
the
first.
section
56.
Problems
at
page
163
Problem
number
:
5
Date
solved
:
Tuesday, January 28, 2025 at 12:03:00 PM
CAS
classification
:
[[_high_order, _missing_x]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 30
dsolve(diff(y(x),x$4)-a^4*y(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.003 (sec). Leaf size: 53
DSolve[D[y[x],{x,4}]-a^2*y[x]==0,y[x],x,IncludeSingularSolutions -> True]