Internal
problem
ID
[3017]
Book
:
Differential
Equations
by
Alfred
L.
Nelson,
Karl
W.
Folley,
Max
Coral.
3rd
ed.
DC
heath.
Boston.
1964
Section
:
Exercise
12,
page
46
Problem
number
:
14
Date
solved
:
Monday, January 27, 2025 at 07:08:47 AM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 3.050 (sec). Leaf size: 25
dsolve(diff(y(x),x)+y(x)*ln(y(x))*tan(x)=2*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 2.029 (sec). Leaf size: 17
DSolve[D[y[x],x]+y[x]*Log[y[x]]*Tan[x]==2*y[x],y[x],x,IncludeSingularSolutions -> True]