1.49 problem 68

Internal problem ID [12146]

Book: DIFFERENTIAL and INTEGRAL CALCULUS. VOL I. by N. PISKUNOV. MIR PUBLISHERS, Moscow 1969.
Section: Chapter 8. Differential equations. Exercises page 595
Problem number: 68.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_rational, _Bernoulli]

\[ \boxed {3 y^{2} y^{\prime }-a y^{3}=x +1} \]

Solution by Maple

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

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

\begin{align*} y \left (x \right ) = \frac {{\left (\left ({\mathrm e}^{a x} c_{1} a^{2}-a x -a -1\right ) a \right )}^{\frac {1}{3}}}{a} y \left (x \right ) = -\frac {{\left (\left ({\mathrm e}^{a x} c_{1} a^{2}-a x -a -1\right ) a \right )}^{\frac {1}{3}}}{2 a}-\frac {i \sqrt {3}\, {\left (\left ({\mathrm e}^{a x} c_{1} a^{2}-a x -a -1\right ) a \right )}^{\frac {1}{3}}}{2 a} y \left (x \right ) = -\frac {{\left (\left ({\mathrm e}^{a x} c_{1} a^{2}-a x -a -1\right ) a \right )}^{\frac {1}{3}}}{2 a}+\frac {i \sqrt {3}\, {\left (\left ({\mathrm e}^{a x} c_{1} a^{2}-a x -a -1\right ) a \right )}^{\frac {1}{3}}}{2 a} \end{align*}

Solution by Mathematica

Time used: 17.994 (sec). Leaf size: 111

DSolve[3*y[x]^2*y'[x]-a*y[x]^3-x-1==0,y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to \frac {\sqrt [3]{a^2 c_1 e^{a x}-a (x+1)-1}}{a^{2/3}} y(x)\to -\frac {\sqrt [3]{-1} \sqrt [3]{a^2 c_1 e^{a x}-a (x+1)-1}}{a^{2/3}} y(x)\to \frac {(-1)^{2/3} \sqrt [3]{a^2 c_1 e^{a x}-a (x+1)-1}}{a^{2/3}} \end{align*}