Internal
problem
ID
[8770]
Book
:
Own
collection
of
miscellaneous
problems
Section
:
section
1.0
Problem
number
:
58
Date
solved
:
Monday, January 27, 2025 at 04:48:43 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.030 (sec). Leaf size: 21
dsolve(diff(y(x),x)=4*sin(y(x)-x)-4,y(x), singsol=all)
✗ Solution by Mathematica
Time used: 0.000 (sec). Leaf size: 0
DSolve[D[y[x],x]==4*Sin[y[x]-x]-4,y[x],x,IncludeSingularSolutions -> True]
Timed out