Internal
problem
ID
[1464]
Book
:
Elementary
differential
equations
and
boundary
value
problems,
11th
ed.,
Boyce,
DiPrima,
Meade
Section
:
Chapter
4.1,
Higher
order
linear
differential
equations.
General
theory.
page
173
Problem
number
:
8
Date
solved
:
Monday, January 27, 2025 at 04:57:42 AM
CAS
classification
:
[[_high_order, _missing_x]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 17
dsolve(diff(y(t),t$4)+diff(y(t),t$2)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.077 (sec). Leaf size: 24
DSolve[D[y[t],{t,4}]+D[y[t],{t,2}]==0,y[t],t,IncludeSingularSolutions -> True]