Internal
problem
ID
[13791]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
18,
The
variation
of
constants
formula.
Exercises
page
168
Problem
number
:
18.1
(ii)
Date
solved
:
Tuesday, January 28, 2025 at 06:03:31 AM
CAS
classification
:
[[_2nd_order, _linear, _nonhomogeneous]]
✓ Solution by Maple
Time used: 0.006 (sec). Leaf size: 32
dsolve(diff(x(t),t$2)-x(t)=1/t,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.046 (sec). Leaf size: 68
DSolve[D[x[t],{t,2}]-x[t]==1/t,x[t],t,IncludeSingularSolutions -> True]