Internal
problem
ID
[15796]
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
:
23
Date
solved
:
Tuesday, January 28, 2025 at 08:07:30 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 30
dsolve(diff(x(t),t$2)+x(t)=t*cos(t)-cos(t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.232 (sec). Leaf size: 58
DSolve[D[x[t],{t,2}]+x[t]==t*Cos[t]-Cos[t],x[t],t,IncludeSingularSolutions -> True]