Internal
problem
ID
[10831]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
820
Date
solved
:
Tuesday, January 28, 2025 at 05:21:14 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.109 (sec). Leaf size: 27
dsolve(diff(y(x),x) = 1/2*(-2*cos(y(x))+x^2*cos(2*y(x))*ln(x)+x^2*ln(x))/sin(y(x))/ln(x)/x,y(x), singsol=all)
✓ Solution by Mathematica
Time used: 1.321 (sec). Leaf size: 77
DSolve[D[y[x],x] == (Csc[y[x]]*(-Cos[y[x]] + (x^2*Log[x])/2 + (x^2*Cos[2*y[x]]*Log[x])/2))/(x*Log[x]),y[x],x,IncludeSingularSolutions -> True]