Internal
problem
ID
[13778]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
15,
Resonance.
Exercises
page
148
Problem
number
:
15.1
Date
solved
:
Tuesday, January 28, 2025 at 06:03:16 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
With initial conditions
✓ Solution by Maple
Time used: 0.029 (sec). Leaf size: 27
dsolve([diff(x(t),t$2)+omega^2*x(t)=cos(alpha*t),x(0) = 0, D(x)(0) = 0],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.081 (sec). Leaf size: 111
DSolve[{D[x[t],{t,2}]+w^2*x[t]==Cos[a*t],{x[0]==0,Derivative[1][x][0 ]==0}},x[t],t,IncludeSingularSolutions -> True]