Internal
problem
ID
[13737]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
9,
First
order
linear
equations
and
the
integrating
factor.
Exercises
page
86
Problem
number
:
9.1
(vii)
Date
solved
:
Tuesday, January 28, 2025 at 06:00:19 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 15
dsolve(diff(x(t),t)+5*x(t)=t,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.063 (sec). Leaf size: 30
DSolve[D[x[t],t]+5*x[t]==t,x[t],t,IncludeSingularSolutions -> True]