Internal
problem
ID
[13744]
Book
:
AN
INTRODUCTION
TO
ORDINARY
DIFFERENTIAL
EQUATIONS
by
JAMES
C.
ROBINSON.
Cambridge
University
Press
2004
Section
:
Chapter
10,
Two
tricks
for
nonlinear
equations.
Exercises
page
97
Problem
number
:
10.2
Date
solved
:
Tuesday, January 28, 2025 at 06:01:03 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`]]
✓ Solution by Maple
Time used: 0.115 (sec). Leaf size: 45
dsolve(exp(-y(x))*sec(x)+2*cos(x)-exp(-y(x))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 6.903 (sec). Leaf size: 177
DSolve[Exp[-y[x]]*Sec[x]+2*Cos[x]-Exp[-y[x]]*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]