6.19 problem 19

Internal problem ID [586]

Book: Elementary differential equations and boundary value problems, 10th ed., Boyce and DiPrima
Section: Miscellaneous problems, end of chapter 2. Page 133
Problem number: 19.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_rational]

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

Solution by Maple

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

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

\begin{align*} y \left (x \right ) &= -\frac {12^{\frac {1}{3}} \left (x^{2} 12^{\frac {1}{3}}-\frac {{\left (\left (9 x^{3}+\sqrt {3}\, \sqrt {27 x^{6}-54 c_{1} x^{3}+27 c_{1}^{2}+32 x^{2}}-9 c_{1} \right ) x^{2}\right )}^{\frac {2}{3}}}{2}\right )}{3 {\left (\left (9 x^{3}+\sqrt {3}\, \sqrt {27 x^{6}-54 c_{1} x^{3}+27 c_{1}^{2}+32 x^{2}}-9 c_{1} \right ) x^{2}\right )}^{\frac {1}{3}} x} \\ y \left (x \right ) &= -\frac {2^{\frac {2}{3}} 3^{\frac {1}{3}} \left (2 i 2^{\frac {2}{3}} 3^{\frac {5}{6}} x^{2}-2 x^{2} 2^{\frac {2}{3}} 3^{\frac {1}{3}}+i {\left (\left (9 x^{3}+\sqrt {3}\, \sqrt {27 x^{6}-54 c_{1} x^{3}+27 c_{1}^{2}+32 x^{2}}-9 c_{1} \right ) x^{2}\right )}^{\frac {2}{3}} \sqrt {3}+{\left (\left (9 x^{3}+\sqrt {3}\, \sqrt {27 x^{6}-54 c_{1} x^{3}+27 c_{1}^{2}+32 x^{2}}-9 c_{1} \right ) x^{2}\right )}^{\frac {2}{3}}\right )}{12 x {\left (\left (9 x^{3}+\sqrt {3}\, \sqrt {27 x^{6}-54 c_{1} x^{3}+27 c_{1}^{2}+32 x^{2}}-9 c_{1} \right ) x^{2}\right )}^{\frac {1}{3}}} \\ y \left (x \right ) &= \frac {2^{\frac {2}{3}} 3^{\frac {1}{3}} \left (2 \left (i 3^{\frac {5}{6}}+3^{\frac {1}{3}}\right ) x^{2} 2^{\frac {2}{3}}+\left (i \sqrt {3}-1\right ) {\left (\left (9 x^{3}+\sqrt {3}\, \sqrt {27 x^{6}-54 c_{1} x^{3}+27 c_{1}^{2}+32 x^{2}}-9 c_{1} \right ) x^{2}\right )}^{\frac {2}{3}}\right )}{12 {\left (\left (9 x^{3}+\sqrt {3}\, \sqrt {27 x^{6}-54 c_{1} x^{3}+27 c_{1}^{2}+32 x^{2}}-9 c_{1} \right ) x^{2}\right )}^{\frac {1}{3}} x} \\ \end{align*}

Solution by Mathematica

Time used: 32.075 (sec). Leaf size: 358

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

\begin{align*} y(x)\to \frac {\sqrt [3]{27 x^5+27 c_1 x^2+\sqrt {864 x^6+729 x^4 \left (x^3+c_1\right ){}^2}}}{3 \sqrt [3]{2} x}-\frac {2 \sqrt [3]{2} x}{\sqrt [3]{27 x^5+27 c_1 x^2+\sqrt {864 x^6+729 x^4 \left (x^3+c_1\right ){}^2}}} \\ y(x)\to \frac {\sqrt [3]{2} \left (1+i \sqrt {3}\right ) x}{\sqrt [3]{27 x^5+27 c_1 x^2+\sqrt {864 x^6+729 x^4 \left (x^3+c_1\right ){}^2}}}-\frac {\left (1-i \sqrt {3}\right ) \sqrt [3]{27 x^5+27 c_1 x^2+\sqrt {864 x^6+729 x^4 \left (x^3+c_1\right ){}^2}}}{6 \sqrt [3]{2} x} \\ y(x)\to \frac {\sqrt [3]{2} \left (1-i \sqrt {3}\right ) x}{\sqrt [3]{27 x^5+27 c_1 x^2+\sqrt {864 x^6+729 x^4 \left (x^3+c_1\right ){}^2}}}-\frac {\left (1+i \sqrt {3}\right ) \sqrt [3]{27 x^5+27 c_1 x^2+\sqrt {864 x^6+729 x^4 \left (x^3+c_1\right ){}^2}}}{6 \sqrt [3]{2} x} \\ \end{align*}