Internal
problem
ID
[19057]
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
:
1
Date
solved
:
Tuesday, January 28, 2025 at 12:49:37 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.151 (sec). Leaf size: 25
dsolve(x*cos(y(x))^2=y(x)*cos(x)^2*diff(y(x),x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.591 (sec). Leaf size: 55
DSolve[x*Cos[y[x]]^2==y[x]*Cos[x]^2*D[y[x],x],y[x],x,IncludeSingularSolutions -> True]