Internal
problem
ID
[17654]
Book
:
Differential
equations.
An
introduction
to
modern
methods
and
applications.
James
Brannan,
William
E.
Boyce.
Third
edition.
Wiley
2015
Section
:
Chapter
4.
Second
order
linear
equations.
Section
4.5
(Nonhomogeneous
Equations,
Method
of
Undetermined
Coefficients).
Problems
at
page
260
Problem
number
:
13
Date
solved
:
Tuesday, January 28, 2025 at 10:47:38 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.009 (sec). Leaf size: 34
dsolve(diff(u(t),t$2)+w__0^2*u(t)=cos(w*t),u(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.171 (sec). Leaf size: 49
DSolve[D[u[t],{t,2}]+w0^2*u[t]==Cos[w*t],u[t],t,IncludeSingularSolutions -> True]