Internal
problem
ID
[15795]
Book
:
INTRODUCTORY
DIFFERENTIAL
EQUATIONS.
Martha
L.
Abell,
James
P.
Braselton.
Fourth
edition
2014.
ElScAe.
2014
Section
:
Chapter
1.
Introduction
to
Differential
Equations.
Exercises
1.1,
page
10
Problem
number
:
22
Date
solved
:
Tuesday, January 28, 2025 at 08:07:28 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
✓ Solution by Maple
Time used: 0.001 (sec). Leaf size: 26
dsolve(diff(x(t),t$2)+2*diff(x(t),t)-10*x(t)=0,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.020 (sec). Leaf size: 34
DSolve[D[x[t],{t,2}]+2*D[x[t],t]-10*x[t]==0,x[t],t,IncludeSingularSolutions -> True]