Internal
problem
ID
[4722]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
5
Problem
number
:
120
Date
solved
:
Tuesday, January 28, 2025 at 02:39:32 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.055 (sec). Leaf size: 15
dsolve(diff(y(x),x) = tan(x)*(tan(y(x))+sec(x)*sec(y(x))),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 9.788 (sec). Leaf size: 20
DSolve[D[y[x],x]==Tan[x] (Tan[y[x]]+ Sec[x] Sec[y[x]]),y[x],x,IncludeSingularSolutions -> True]