Internal
problem
ID
[2971]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
10,
page
41
Problem
number
:
14
Date
solved
:
Monday, January 27, 2025 at 07:04:55 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x)*G(y),0]`]]
✓ Solution by Maple
Time used: 0.008 (sec). Leaf size: 18
dsolve(cos(y(x))^2+(x-tan(y(x)))*diff(y(x),x)=0,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 60.297 (sec). Leaf size: 21
DSolve[Cos[y[x]]^2+(x-Tan[y[x]])*D[y[x],x]==0,y[x],x,IncludeSingularSolutions -> True]