Internal
problem
ID
[10744]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
733
Date
solved
:
Monday, January 27, 2025 at 09:37:15 PM
CAS
classification
:
[[_1st_order, `_with_symmetry_[F(x),G(x)]`], _Riccati]
✗ Solution by Maple
dsolve(diff(y(x),x) = (2*x*sin(x)-ln(2*x)+ln(2*x)*x^4-2*ln(2*x)*x^2*y(x)+ln(2*x)*y(x)^2)/sin(x),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.540 (sec). Leaf size: 82
DSolve[D[y[x],x] == Csc[x]*(-Log[2*x] + x^4*Log[2*x] + 2*x*Sin[x] - 2*x^2*Log[2*x]*y[x] + Log[2*x]*y[x]^2),y[x],x,IncludeSingularSolutions -> True]