Internal
problem
ID
[4218]
Book
:
Advanced
Mathematica,
Book2,
Perkin
and
Perkin,
1992
Section
:
Chapter
11.3,
page
316
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 08:42:41 AM
CAS
classification
:
[_quadrature]
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 12
dsolve(diff(y(x),x)=3*cos(y(x))^2,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.358 (sec). Leaf size: 32
DSolve[D[y[x],x]==3*Cos[y[x]]^2,y[x],x,IncludeSingularSolutions -> True]