Internal
problem
ID
[13738]
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
(viii)
Date
solved
:
Tuesday, January 28, 2025 at 06:00:20 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.030 (sec). Leaf size: 38
dsolve([diff(x(t),t)+(a+1/t)*x(t)=b,x(1) = x__0],x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.107 (sec). Leaf size: 44
DSolve[{D[x[t],t]+(a+1/t)*x[t]==b,{x[1]==x0}},x[t],t,IncludeSingularSolutions -> True]