Internal
problem
ID
[13084]
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
:
2(d)
Date
solved
:
Tuesday, January 28, 2025 at 04:51:47 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 16
dsolve(t*diff(x(t),t)=-x(t)+t^2,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.027 (sec). Leaf size: 19
DSolve[t*D[x[t],t]==-x[t]+t^2,x[t],t,IncludeSingularSolutions -> True]