Internal
problem
ID
[13092]
Book
:
A
First
Course
in
Differential
Equations
by
J.
David
Logan.
Third
Edition.
Springer-Verlag,
NY.
2015.
Section
:
Chapter
1,
First
order
differential
equations.
Section
1.4.1.
Integrating
factors.
Exercises
page
41
Problem
number
:
3(f)
Date
solved
:
Tuesday, January 28, 2025 at 04:52:02 AM
CAS
classification
:
[_linear]
With initial conditions
✓ Solution by Maple
Time used: 0.026 (sec). Leaf size: 16
dsolve([diff(R(t),t)=R(t)/t+t*exp(-t),R(1) = 1],R(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.070 (sec). Leaf size: 19
DSolve[{D[ R[t],t]==R[t]/t+t*Exp[-t],{R[1]==1}},R[t],t,IncludeSingularSolutions -> True]