Internal
problem
ID
[165]
Book
:
Elementary
Differential
Equations.
By
C.
Henry
Edwards,
David
E.
Penney
and
David
Calvis.
6th
edition.
2008
Section
:
Chapter
1.
First
order
differential
equations.
Section
1.6
(substitution
and
exact
equations).
Problems
at
page
72
Problem
number
:
61
Date
solved
:
Friday, February 07, 2025 at 07:59:42 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.030 (sec). Leaf size: 23
dsolve(diff(y(x),x)= sin(x-y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.377 (sec). Leaf size: 64
DSolve[D[y[x],x]==Sin[x-y[x]],y[x],x,IncludeSingularSolutions -> True]