Internal
problem
ID
[1465]
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
:
9
Date
solved
:
Monday, January 27, 2025 at 04:57:42 AM
CAS
classification
:
[[_3rd_order, _missing_x]]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 21
dsolve(diff(y(t),t$3)+2*diff(y(t),t$2)-diff(y(t),t)-2*y(t)=0,y(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.004 (sec). Leaf size: 28
DSolve[D[ y[t],{t,3}]+2*D[y[t],{t,2}]-D[y[t],t]-2*y[t]==0,y[t],t,IncludeSingularSolutions -> True]