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