Internal
problem
ID
[13750]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
12,
Homogeneous
second
order
linear
equations.
Exercises
page
118
Problem
number
:
12.1
(i)
Date
solved
:
Tuesday, January 28, 2025 at 06:01:48 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
With initial conditions
✓ Solution by Maple
Time used: 0.017 (sec). Leaf size: 15
dsolve([diff(x(t),t$2)-3*diff(x(t),t)+2*x(t)=0,x(0) = 2, D(x)(0) = 6],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.013 (sec). Leaf size: 17
DSolve[{D[x[t],{t,2}]-3*D[x[t],t]+2*x[t]==0,{x[0]==2,Derivative[1][x][0 ]==6}},x[t],t,IncludeSingularSolutions -> True]