Internal
problem
ID
[18511]
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
:
4
(vi)
Date
solved
:
Tuesday, January 28, 2025 at 11:51:33 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.000 (sec). Leaf size: 25
dsolve(t*diff(x(t),t)+x(t)*ln(t)=t^2,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.088 (sec). Leaf size: 48
DSolve[t*D[x[t],t]+x[t]*Log[t]==t^2,x[t],t,IncludeSingularSolutions -> True]