Internal
problem
ID
[18512]
Book
:
Elementary
Differential
Equations.
By
R.L.E.
Schwarzenberger.
Chapman
and
Hall.
London.
First
Edition
(1969)
Section
:
Chapter
3.
Solutions
of
first-order
equations.
Exercises
at
page
47
Problem
number
:
5
Date
solved
:
Tuesday, January 28, 2025 at 11:51:35 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 35
dsolve(t*diff(x(t),t)+x(t)*g(t)=h(t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.075 (sec). Leaf size: 63
DSolve[t*D[x[t],t]+x[t]*g[t]==h[t],x[t],t,IncludeSingularSolutions -> True]