Internal
problem
ID
[16716]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
4.
Equations
with
variables
separable
and
equations
reducible
to
them.
Exercises
page
38
Problem
number
:
59
Date
solved
:
Tuesday, January 28, 2025 at 09:19:22 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.107 (sec). Leaf size: 23
dsolve(diff(y(x),x)=sin(x-y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.341 (sec). Leaf size: 201
DSolve[D[y[x],x]==Sin[x-y[x]],y[x],x,IncludeSingularSolutions -> True]