2.195 problem 771

Internal problem ID [9106]

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

CAS Maple gives this as type [[_1st_order, _with_linear_symmetries], _rational, [_Abel, `2nd type`, `class A`]]

\[ \boxed {y^{\prime }-\frac {-4 y a x -a^{2} x^{3}-2 a b \,x^{2}-4 a x +8}{8 y+2 a \,x^{2}+4 b x +8}=0} \]

Solution by Maple

Time used: 0.047 (sec). Leaf size: 87

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

\[ y \left (x \right ) = \frac {-a \,x^{2} b -2 b^{2} x -4 b +4 \,{\mathrm e}^{\frac {-4 \operatorname {LambertW}\left (-\frac {{\mathrm e}^{\frac {\left (-b^{2} x -2 b -4\right ) a -2 c_{1} b^{2}}{4 a}}}{2}\right ) a +\left (-b^{2} x -2 b -4\right ) a -2 c_{1} b^{2}}{4 a}}-8}{4 b} \]

Solution by Mathematica

Time used: 5.584 (sec). Leaf size: 76

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

\begin{align*} y(x)\to -\frac {a b x^2+8 W\left (-e^{-\frac {b^2 x}{4}-1+c_1}\right )+2 b^2 x+4 b+8}{4 b} \\ y(x)\to -\frac {a b x^2+2 b^2 x+4 b+8}{4 b} \\ \end{align*}