Internal
problem
ID
[19513]
Book
:
A
Text
book
for
differentional
equations
for
postgraduate
students
by
Ray
and
Chaturvedi.
First
edition,
1958.
BHASKAR
press.
INDIA
Section
:
Book
Solved
Excercises.
Chapter
II.
Equations
of
first
order
and
first
degree
Problem
number
:
Ex
6
page
8
Date
solved
:
Tuesday, January 28, 2025 at 01:47:17 PM
CAS
classification
:
[_separable]
✓ Solution by Maple
Time used: 0.107 (sec). Leaf size: 47
dsolve(sec(x)^2*tan(y(x))+sec(y(x))^2*tan(x)*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.424 (sec). Leaf size: 68
DSolve[Sec[x]^2*Tan[y[x]]+Sec[y[x]]^2*Tan[x]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]