Internal
problem
ID
[2852]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
5,
page
21
Problem
number
:
12
Date
solved
:
Monday, January 27, 2025 at 06:19:59 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.002 (sec). Leaf size: 13
dsolve(diff(x(t),t)=1-sin(2*t),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.022 (sec). Leaf size: 17
DSolve[D[x[t],t]==1-Sin[2*t],x[t],t,IncludeSingularSolutions -> True]