Internal
problem
ID
[7756]
Book
:
An
introduction
to
Ordinary
Differential
Equations.
Earl
A.
Coddington.
Dover.
NY
1961
Section
:
Chapter
5.
Existence
and
uniqueness
of
solutions
to
first
order
equations.
Page
198
Problem
number
:
2(b)
Date
solved
:
Monday, January 27, 2025 at 03:12:06 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.131 (sec). Leaf size: 25
dsolve(cos(x)*cos(y(x))-2*sin(x)*sin(y(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.442 (sec). Leaf size: 43
DSolve[Cos[x]*cos[y[x]]-(2*Sin[x]*Sin[y[x]])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]