Internal
problem
ID
[14308]
Book
:
Nonlinear
Ordinary
Differential
Equations
by
D.W.Jordna
and
P.Smith.
4th
edition
1999.
Oxford
Univ.
Press.
NY
Section
:
Chapter
2.
Plane
autonomous
systems
and
linearization.
Problems
page
79
Problem
number
:
2.4
(v)
Date
solved
:
Tuesday, January 28, 2025 at 06:26:11 AM
CAS
classification
:
[[_2nd_order, _missing_x], [_2nd_order, _reducible, _mu_x_y1]]
✓ Solution by Maple
Time used: 0.042 (sec). Leaf size: 59
dsolve(diff(x(t),t$2)=(2*cos(x(t))-1)*sin(x(t)),x(t), singsol=all)
✓ Solution by Mathematica
Time used: 0.037 (sec). Leaf size: 48
DSolve[D[x[t],{t,2}]==(2*Cos[x[t]]-1)*Sin[x[t]],x[t],t,IncludeSingularSolutions -> True]