Internal
problem
ID
[13078]
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
:
1(d)
Date
solved
:
Tuesday, January 28, 2025 at 04:51:35 AM
CAS
classification
:
[_linear]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 25
dsolve(7*t^2*diff(x(t),t)=3*x(t)-2*t,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.031 (sec). Leaf size: 33
DSolve[7*t^2*D[x[t],t]==3*x[t]-2*t,x[t],t,IncludeSingularSolutions -> True]