Internal
problem
ID
[2996]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
11,
page
45
Problem
number
:
15
Date
solved
:
Monday, January 27, 2025 at 07:06:17 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.137 (sec). Leaf size: 16
dsolve(cos(y(x))*diff(y(x),x)+(sin(y(x))-1)*cos(x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.341 (sec). Leaf size: 225
DSolve[Cos[y[x]]*D[y[x],x]+(Sin[y[x]]-1)*Cos[x]==0,y[x],x,IncludeSingularSolutions -> True]