60.2.415 problem 992

Internal problem ID [11002]
Book : Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section : Chapter 1, Additional non-linear first order
Problem number : 992
Date solved : Monday, January 27, 2025 at 10:40:04 PM
CAS classification : [[_homogeneous, `class D`], _Riccati]

\begin{align*} y^{\prime }&=-F \left (x \right ) \left (-7 x y^{2}-x^{3}\right )+\frac {y}{x} \end{align*}

Solution by Maple

Time used: 0.072 (sec). Leaf size: 25

dsolve(diff(y(x),x) = -F(x)*(-7*x*y(x)^2-x^3)+y(x)/x,y(x), singsol=all)
 
\[ y = \frac {\tan \left (\left (\int F \left (x \right ) x^{2}d x +c_{1} \right ) \sqrt {7}\right ) x \sqrt {7}}{7} \]

Solution by Mathematica

Time used: 0.102 (sec). Leaf size: 44

DSolve[D[y[x],x] == y[x]/x - F[x]*(-x^3 - 7*x*y[x]^2),y[x],x,IncludeSingularSolutions -> True]
 
\[ \text {Solve}\left [\int _1^{\frac {y(x)}{x}}\frac {1}{7 K[1]^2+1}dK[1]=\int _1^xF(K[2]) K[2]^2dK[2]+c_1,y(x)\right ] \]