2.413 problem 989

Internal problem ID [8569]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 1, Additional non-linear first order
Problem number: 989.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [[_homogeneous, class D], _Riccati]

Solve \begin {gather*} \boxed {y^{\prime }+F \relax (x ) \left (-y^{2} a -b \,x^{2}\right )-\frac {y}{x}=0} \end {gather*}

Solution by Maple

Time used: 0.014 (sec). Leaf size: 35

dsolve(diff(y(x),x) = -F(x)*(-a*y(x)^2-b*x^2)+y(x)/x,y(x), singsol=all)
 

\[ y \relax (x ) = \frac {\tan \left (\left (\int F \relax (x ) x d x \right ) \sqrt {a b}+c_{1} \sqrt {a b}\right ) x \sqrt {a b}}{a} \]

Solution by Mathematica

Time used: 0.275 (sec). Leaf size: 45

DSolve[y'[x] == y[x]/x - F[x]*(-(b*x^2) - a*y[x]^2),y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to \frac {\sqrt {b} x \tan \left (\sqrt {a} \sqrt {b} \left (\int _1^xF(K[1]) K[1]dK[1]+c_1\right )\right )}{\sqrt {a}} \\ \end{align*}