Internal
problem
ID
[16789]
Book
:
A
book
of
problems
in
ordinary
differential
equations.
M.L.
KRASNOV,
A.L.
KISELYOV,
G.I.
MARKARENKO.
MIR,
MOSCOW.
1983
Section
:
Section
6.
Linear
equations
of
the
first
order.
The
Bernoulli
equation.
Exercises
page
54
Problem
number
:
166
Date
solved
:
Tuesday, January 28, 2025 at 09:23:00 AM
CAS
classification
:
[`y=_G(x,y')`]
✗ Solution by Maple
dsolve(diff(y(x),x)-tan(y(x))=exp(x)/cos(y(x)),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 11.608 (sec). Leaf size: 14
DSolve[D[y[x],x]-Tan[y[x]]==Exp[x]/Cos[y[x]],y[x],x,IncludeSingularSolutions -> True]