22.5 problem 5

Internal problem ID [10654]

Book: Handbook of exact solutions for ordinary differential equations. By Polyanin and Zaitsev. Second edition
Section: Chapter 1, section 1.3. Abel Equations of the Second Kind. Form \(y y'-y=f(x)\). subsection 1.3.1-2. Solvable equations and their solutions
Problem number: 5.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_rational, [_Abel, `2nd type`, `class B`]]

\[ \boxed {y y^{\prime }-y=A x +\frac {B}{x}-\frac {B^{2}}{x^{3}}} \]

Solution by Maple

Time used: 0.0 (sec). Leaf size: 179

dsolve(y(x)*diff(y(x),x)-y(x)=A*x+B/x-B^2*x^(-3),y(x), singsol=all)
 

\[ \frac {\left (-y \left (x \right ) x^{2} B -B^{2} x \right ) \left (\int _{}^{-\frac {x^{2}}{2 y \left (x \right ) x +2 B}}\frac {{\mathrm e}^{\frac {2 \,\operatorname {arctanh}\left (\frac {4 A \textit {\_a} -1}{\sqrt {4 A +1}}\right )}{\sqrt {4 A +1}}} \left (4 A \,\textit {\_a}^{2}-2 \textit {\_a} -1\right )}{\textit {\_a}^{2}}d \textit {\_a} \right )+2 y \left (x \right ) \left (-y \left (x \right )^{2} x^{2}+\left (x^{3}-2 B x \right ) y \left (x \right )+A \,x^{4}+B \,x^{2}-B^{2}\right ) {\mathrm e}^{-\frac {2 \,\operatorname {arctanh}\left (\frac {2 A \,x^{2}+y \left (x \right ) x +B}{\sqrt {4 A +1}\, \left (y \left (x \right ) x +B \right )}\right )}{\sqrt {4 A +1}}}+x c_{1} \left (y \left (x \right ) x +B \right )}{x \left (y \left (x \right ) x +B \right )} = 0 \]

Solution by Mathematica

Time used: 0.0 (sec). Leaf size: 0

DSolve[y[x]*y'[x]-y[x]==A*x+B/x-B^2*x^(-3),y[x],x,IncludeSingularSolutions -> True]
 

Not solved