Internal
problem
ID
[10817]
Book
:
Differential
Gleichungen,
E.
Kamke,
3rd
ed.
Chelsea
Pub.
NY,
1948
Section
:
Chapter
1,
Additional
non-linear
first
order
Problem
number
:
806
Date
solved
:
Tuesday, January 28, 2025 at 05:17:13 PM
CAS
classification
:
[`y=_G(x,y')`]
✓ Solution by Maple
Time used: 0.012 (sec). Leaf size: 22
dsolve(diff(y(x),x) = 1/2*(-sin(2*y(x))*x-sin(2*y(x))+x*cos(2*y(x))+x)/x/(x+1),y(x), singsol=all)
✓ Solution by Mathematica
Time used: 0.316 (sec). Leaf size: 190
DSolve[D[y[x],x] == (x/2 + (x*Cos[2*y[x]])/2 - Sin[2*y[x]]/2 - (x*Sin[2*y[x]])/2)/(x*(1 + x)),y[x],x,IncludeSingularSolutions -> True]