Internal
problem
ID
[5688]
Book
:
Ordinary
differential
equations
and
their
solutions.
By
George
Moseley
Murphy.
1960
Section
:
Various
37
Problem
number
:
1153
Date
solved
:
Monday, January 27, 2025 at 01:07:11 PM
CAS
classification
:
[_dAlembert]
✓ Solution by Maple
Time used: 0.137 (sec). Leaf size: 33
dsolve(ln(cos(diff(y(x),x)))+diff(y(x),x)*tan(diff(y(x),x)) = y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.073 (sec). Leaf size: 29
DSolve[Log[Cos[D[y[x],x]]]+D[y[x],x]*Tan[D[y[x],x]]==y[x],y[x],x,IncludeSingularSolutions -> True]