Internal
problem
ID
[13760]
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
(xi)
Date
solved
:
Tuesday, January 28, 2025 at 06:02:11 AM
CAS
classification
:
[[_2nd_order, _missing_x]]
With initial conditions
✓ Solution by Maple
Time used: 0.018 (sec). Leaf size: 17
dsolve([4*diff(x(t),t$2)-20*diff(x(t),t)+21*x(t)=0,x(0) = -4, D(x)(0) = -12],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.015 (sec). Leaf size: 23
DSolve[{4*D[x[t],{t,2}]-20*D[x[t],t]+21*x[t]==0,{x[0]==-4,Derivative[1][x][0 ]==-12}},x[t],t,IncludeSingularSolutions -> True]