1.5 problem Example, page 33

Internal problem ID [3841]

Book: Differential and integral calculus, vol II By N. Piskunov. 1974
Section: Chapter 1
Problem number: Example, page 33.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_Bernoulli]

Solve \begin {gather*} \boxed {y^{\prime }+y x -y^{3} x^{3}=0} \end {gather*}

Solution by Maple

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

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

\begin{align*} y \relax (x ) = \frac {1}{\sqrt {{\mathrm e}^{x^{2}} c_{1}+x^{2}+1}} \\ y \relax (x ) = -\frac {1}{\sqrt {{\mathrm e}^{x^{2}} c_{1}+x^{2}+1}} \\ \end{align*}

Solution by Mathematica

Time used: 7.039 (sec). Leaf size: 50

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

\begin{align*} y(x)\to -\frac {1}{\sqrt {x^2+c_1 e^{x^2}+1}} \\ y(x)\to \frac {1}{\sqrt {x^2+c_1 e^{x^2}+1}} \\ y(x)\to 0 \\ \end{align*}