24.56 problem 56

Internal problem ID [10793]

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. subsection 1.3.3-2. Equations of the form \(y y'=f_1(x) y+f_0(x)\)
Problem number: 56.
ODE order: 1.
ODE degree: 1.

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

\[ \boxed {y y^{\prime }-\frac {a \left (\left (1+k \right ) x -1\right ) y}{x^{2}}=\frac {a^{2} \left (1+k \right ) \left (x -1\right )}{x^{2}}} \]

Solution by Maple

Time used: 0.016 (sec). Leaf size: 143

dsolve(y(x)*diff(y(x),x)-a*((k+1)*x-1)*x^(-2)*y(x)=a^2*(k+1)*(x-1)*x^(-2),y(x), singsol=all)
 

\[ \frac {\left (\frac {a x}{-y \left (x \right ) x +a}\right )^{-\frac {1}{1+k}} x^{2} \left (\frac {\left (-1+x \right ) a +y \left (x \right ) x}{-y \left (x \right ) x +a}\right )^{\frac {1}{1+k}} {\mathrm e}^{\frac {-y \left (x \right ) x +a}{a \left (1+k \right ) x}} y \left (x \right )-\left (\int _{}^{\frac {a x}{-y \left (x \right ) x +a}}\left (\textit {\_a} -1\right )^{\frac {1}{1+k}} {\mathrm e}^{\frac {1}{\left (1+k \right ) \textit {\_a}}} \textit {\_a}^{-\frac {1}{1+k}}d \textit {\_a} -c_{1} \right ) \left (-y \left (x \right ) x +a \right )}{-y \left (x \right ) x +a} = 0 \]

Solution by Mathematica

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

DSolve[y[x]*y'[x]-a*((k+1)*x-1)*x^(-2)*y[x]==a^2*(k+1)*(x-1)*x^(-2),y[x],x,IncludeSingularSolutions -> True]
 

Not solved