Internal
problem
ID
[7855]
Book
:
Differential
Equations:
Theory,
Technique,
and
Practice
by
George
Simmons,
Steven
Krantz.
McGraw-Hill
NY.
2007.
1st
Edition.
Section
:
Chapter
1.
What
is
a
differential
equation.
Section
1.5.
Exact
Equations.
Page
20
Problem
number
:
6
Date
solved
:
Monday, January 27, 2025 at 03:26:36 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.144 (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.211 (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]