Internal
problem
ID
[10921]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
911
Date
solved
:
Monday, January 27, 2025 at 10:24:18 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
✓ Solution by Maple
Time used: 0.316 (sec). Leaf size: 21
dsolve(diff(y(x),x) = -(-1/x*ln(y(x))+1/sin(x)*cos(x)*ln(y(x))-_F1(x))*y(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.737 (sec). Leaf size: 105
DSolve[D[y[x],x] == (F1[x] + Log[y[x]]/x - Cot[x]*Log[y[x]])*y[x],y[x],x,IncludeSingularSolutions -> True]