Internal
problem
ID
[6129]
Book
:
Mathematical
Methods
in
the
Physical
Sciences.
third
edition.
Mary
L.
Boas.
John
Wiley.
2006
Section
:
Chapter
8,
Ordinary
differential
equations.
Section
4.
OTHER
METHODS
FOR
FIRST-ORDER
EQUATIONS.
page
406
Problem
number
:
11
Date
solved
:
Monday, January 27, 2025 at 01:37:47 PM
CAS
classification
:
[[_homogeneous, `class C`], _dAlembert]
✓ Solution by Maple
Time used: 0.016 (sec). Leaf size: 16
dsolve(diff(y(x),x)=cos(x+y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 25.963 (sec). Leaf size: 163
DSolve[D[y[x],x]==Cos[x+y[x]],y[x],x,IncludeSingularSolutions -> True]