Internal
problem
ID
[4255]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
section
8,
page
41
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 08:45:22 AM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.327 (sec). Leaf size: 31
dsolve(cos(x)*cos(y(x))^2+(2*sin(x)*sin(y(x))*cos(y(x)))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 5.126 (sec). Leaf size: 73
DSolve[Cos[x]*Cos[y[x]]^2+(2*Sin[x]*Sin[y[x]]*Cos[y[x]])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]