7.204 problem 1794

Internal problem ID [9373]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 6, non-linear second order
Problem number: 1794.
ODE order: 2.
ODE degree: 1.

CAS Maple gives this as type [[_2nd_order, _missing_x], _Liouville, [_2nd_order, _reducible, _mu_x_y1], [_2nd_order, _reducible, _mu_xy]]

Solve \begin {gather*} \boxed {a b y \left (-1+y\right ) y^{\prime \prime }-\left (\left (2 a b -a -b \right ) y+\left (-a +1\right ) b \right ) \left (y^{\prime }\right )^{2}+f y \left (-1+y\right ) y^{\prime }=0} \end {gather*}

Solution by Maple

Time used: 0.114 (sec). Leaf size: 54

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

\begin{align*} y \relax (x ) = 1 \\ y \relax (x ) = 0 \\ c_{1} {\mathrm e}^{-\frac {f x}{a b}}-c_{2}+\int _{}^{y \relax (x )}\frac {\textit {\_a}^{\frac {1}{a}} \left (\textit {\_a} -1\right )^{\frac {1}{b}}}{\textit {\_a} \left (\textit {\_a} -1\right )}d \textit {\_a} = 0 \\ \end{align*}

Solution by Mathematica

Time used: 0.147 (sec). Leaf size: 69

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

\begin{align*} y(x)\to \text {InverseFunction}\left [-a \text {$\#$1}^{\frac {1}{a}} \, _2F_1\left (\frac {1}{a},1-\frac {1}{b};1+\frac {1}{a};\text {$\#$1}\right )\&\right ]\left [\int _1^x\exp \left (-\int _1^{K[3]}\frac {f(K[1])}{a b}dK[1]\right ) c_1dK[3]+c_2\right ] \\ \end{align*}