Internal
problem
ID
[13331]
Book
:
Differential
Equations
by
Shepley
L.
Ross.
Third
edition.
John
Willey.
New
Delhi.
2004.
Section
:
Chapter
2,
section
2.3
(Linear
equations).
Exercises
page
56
Problem
number
:
18
Date
solved
:
Tuesday, January 28, 2025 at 05:22:35 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.062 (sec). Leaf size: 46
dsolve(diff(x(t),t)+(t+1)/(2*t)*x(t)=(t+1)/(x(t)*t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 3.370 (sec). Leaf size: 80
DSolve[D[x[t],t]+(t+1)/(2*t)*x[t]==(t+1)/(x[t]*t),x[t],t,IncludeSingularSolutions -> True]