Internal
problem
ID
[19064]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Chapter
II.
Equations
of
first
order
and
first
degree.
Exercise
II
(B)
at
page
9
Problem
number
:
8
Date
solved
:
Tuesday, January 28, 2025 at 12:50:01 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.132 (sec). Leaf size: 40
dsolve(1/x*cos(y(x))^2*diff(y(x),x)+( 1/y(x)*cos(x)^2 )=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.781 (sec). Leaf size: 65
DSolve[1/x*Cos[y[x]]^2*D[y[x],x]+( 1/y[x]*Cos[x]^2 )==0,y[x],x,IncludeSingularSolutions -> True]