Internal
problem
ID
[2794]
Book
:
Differential
equations
and
their
applications,
4th
ed.,
M.
Braun
Section
:
Chapter
4.
Qualitative
theory
of
differential
equations.
Section
4.1
(Introduction).
Page
377
Problem
number
:
6
Date
solved
:
Tuesday, January 28, 2025 at 02:38:53 PM
CAS
classification
:
system_of_ODEs
✓ Solution by Maple
Time used: 0.555 (sec). Leaf size: 53
dsolve([diff(x(t),t)=cos(y(t)),diff(y(t),t)=sin(x(t))-1],singsol=all)
✓ Solution by Mathematica
Time used: 7.962 (sec). Leaf size: 125
DSolve[{D[x[t],t]==Cos[y[t]],D[y[t],t]==Sin[x[t]]-1},{x[t],y[t]},t,IncludeSingularSolutions -> True]