Internal
problem
ID
[13766]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
14,
Inhomogeneous
second
order
linear
equations.
Exercises
page
140
Problem
number
:
14.1
(ii)
Date
solved
:
Tuesday, January 28, 2025 at 06:02:24 AM
CAS
classification
:
[[_2nd_order, _missing_y]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 26
dsolve(diff(x(t),t$2)-4*diff(x(t),t)=t^2,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 4.008 (sec). Leaf size: 44
DSolve[D[x[t],{t,2}]-4*D[x[t],t]==t^2,x[t],t,IncludeSingularSolutions -> True]