Internal
problem
ID
[13716]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
7,
Scalar
autonomous
ODEs.
Exercises
page
56
Problem
number
:
7.1
(iii)
Date
solved
:
Tuesday, January 28, 2025 at 05:55:55 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.003 (sec). Leaf size: 24
dsolve(diff(x(t),t)=(1+x(t))*(2-x(t))*sin(x(t)),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.265 (sec). Leaf size: 52
DSolve[D[x[t],t]==(1+x[t])*(2-x[t])*Sin[x[t]],x[t],t,IncludeSingularSolutions -> True]