Internal
problem
ID
[3674]
Book
:
Differential
equations
and
linear
algebra,
Stephen
W.
Goode
and
Scott
A
Annin.
Fourth
edition,
2015
Section
:
Chapter
1,
First-Order
Differential
Equations.
Section
1.8,
Change
of
Variables.
page
79
Problem
number
:
Problem
56
Date
solved
:
Monday, January 27, 2025 at 07:54:05 AM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.035 (sec). Leaf size: 17
dsolve(diff(y(x),x)=(sin(3*x-3*y(x)+1))^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.648 (sec). Leaf size: 43
DSolve[D[y[x],x]==(Sin[3*x-3*y[x]+1])^2,y[x],x,IncludeSingularSolutions -> True]