Internal
problem
ID
[3024]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
12,
page
46
Problem
number
:
22
Date
solved
:
Monday, January 27, 2025 at 07:09:13 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.210 (sec). Leaf size: 69
dsolve(diff(y(x),x)=cos(y(x))*cos(x)^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.995 (sec). Leaf size: 41
DSolve[D[y[x],x]==Cos[y[x]]*Cos[x]^2,y[x],x,IncludeSingularSolutions -> True]