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