Internal
problem
ID
[13030]
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.1
First
order
equations.
Exercises
page
10
Problem
number
:
6
Date
solved
:
Tuesday, January 28, 2025 at 04:49:43 AM
CAS
classification
:
[[_linear, `class A`]]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 20
dsolve(diff(x(t),t)+2*x(t)=t^2+4*t+7,x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.105 (sec). Leaf size: 38
DSolve[D[x[t],t]+2*x[t]==t^2+4*t+7,x[t],t,IncludeSingularSolutions -> True]