Internal
problem
ID
[4247]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
section
7,
page
37
Problem
number
:
3.b
Date
solved
:
Monday, January 27, 2025 at 08:44:20 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.036 (sec). Leaf size: 13
dsolve(diff(y(x),x)=sin(x-y(x)+1)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.335 (sec). Leaf size: 33
DSolve[D[y[x],x]==Sin[x-y[x]+1]^2,y[x],x,IncludeSingularSolutions -> True]