Internal
problem
ID
[10091]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
linear
first
order
Problem
number
:
77
Date
solved
:
Monday, January 27, 2025 at 06:26:06 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.046 (sec). Leaf size: 54
dsolve(diff(y(x),x) - cos(a*y(x)+b*x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.498 (sec). Leaf size: 240
DSolve[D[y[x],x] - Cos[a*y[x]+b*x]==0,y[x],x,IncludeSingularSolutions -> True]