Internal
problem
ID
[8771]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
59
Date
solved
:
Monday, January 27, 2025 at 04:49:59 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.031 (sec). Leaf size: 23
dsolve(diff(y(x),x)-sin(y(x)-x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.426 (sec). Leaf size: 261
DSolve[D[y[x],x]-Sin[y[x]-x]==0,y[x],x,IncludeSingularSolutions -> True]