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