26.5.8 problem 10
Internal
problem
ID
[4282]
Book
:
Differential
equations
with
applications
and
historial
notes,
George
F.
Simmons.
Second
edition.
1971
Section
:
Chapter
2,
End
of
chapter,
page
61
Problem
number
:
10
Date
solved
:
Monday, January 27, 2025 at 08:48:22 AM
CAS
classification
:
[_exact, [_1st_order, `_with_symmetry_[F(x),G(x)*y+H(x)]`]]
\begin{align*} \left ({\mathrm e}^{x}-3 x^{2} y^{2}\right ) y^{\prime }+{\mathrm e}^{x} y&=2 x y^{3} \end{align*}
✓ Solution by Maple
Time used: 0.004 (sec). Leaf size: 274
dsolve((exp(x)-3*x^2*y(x)^2)*diff(y(x),x)+y(x)*exp(x)=2*x*y(x)^3,y(x), singsol=all)
\begin{align*}
y \left (x \right ) &= \frac {\left (108 c_{1} x +12 \sqrt {81 c_{1}^{2} x^{2}-12 \,{\mathrm e}^{3 x}}\right )^{{2}/{3}}+12 \,{\mathrm e}^{x}}{6 \left (108 c_{1} x +12 \sqrt {81 c_{1}^{2} x^{2}-12 \,{\mathrm e}^{3 x}}\right )^{{1}/{3}} x} \\
y \left (x \right ) &= \frac {-i \sqrt {3}\, \left (108 c_{1} x +12 \sqrt {81 c_{1}^{2} x^{2}-12 \,{\mathrm e}^{3 x}}\right )^{{2}/{3}}+12 i {\mathrm e}^{x} \sqrt {3}-\left (108 c_{1} x +12 \sqrt {81 c_{1}^{2} x^{2}-12 \,{\mathrm e}^{3 x}}\right )^{{2}/{3}}-12 \,{\mathrm e}^{x}}{12 \left (108 c_{1} x +12 \sqrt {81 c_{1}^{2} x^{2}-12 \,{\mathrm e}^{3 x}}\right )^{{1}/{3}} x} \\
y \left (x \right ) &= -\frac {-i \sqrt {3}\, \left (108 c_{1} x +12 \sqrt {81 c_{1}^{2} x^{2}-12 \,{\mathrm e}^{3 x}}\right )^{{2}/{3}}+12 i {\mathrm e}^{x} \sqrt {3}+\left (108 c_{1} x +12 \sqrt {81 c_{1}^{2} x^{2}-12 \,{\mathrm e}^{3 x}}\right )^{{2}/{3}}+12 \,{\mathrm e}^{x}}{12 \left (108 c_{1} x +12 \sqrt {81 c_{1}^{2} x^{2}-12 \,{\mathrm e}^{3 x}}\right )^{{1}/{3}} x} \\
\end{align*}
✓ Solution by Mathematica
Time used: 54.574 (sec). Leaf size: 364
DSolve[(Exp[x]-3*x^2*y[x]^2)*D[y[x],x]+y[x]*Exp[x]==2*x*y[x]^3,y[x],x,IncludeSingularSolutions -> True]
\begin{align*}
y(x)\to \frac {2 \sqrt [3]{3} e^x x^2+\sqrt [3]{2} \left (9 c_1 x^4+\sqrt {-12 e^{3 x} x^6+81 c_1{}^2 x^8}\right ){}^{2/3}}{6^{2/3} x^2 \sqrt [3]{9 c_1 x^4+\sqrt {-12 e^{3 x} x^6+81 c_1{}^2 x^8}}} \\
y(x)\to \frac {i \left (\sqrt {3}+i\right ) \sqrt [3]{9 c_1 x^4+\sqrt {-12 e^{3 x} x^6+81 c_1{}^2 x^8}}}{2 \sqrt [3]{2} 3^{2/3} x^2}-\frac {\left (\sqrt {3}+3 i\right ) e^x}{2^{2/3} 3^{5/6} \sqrt [3]{9 c_1 x^4+\sqrt {-12 e^{3 x} x^6+81 c_1{}^2 x^8}}} \\
y(x)\to \frac {\left (-1-i \sqrt {3}\right ) \sqrt [3]{9 c_1 x^4+\sqrt {-12 e^{3 x} x^6+81 c_1{}^2 x^8}}}{2 \sqrt [3]{2} 3^{2/3} x^2}-\frac {\left (\sqrt {3}-3 i\right ) e^x}{2^{2/3} 3^{5/6} \sqrt [3]{9 c_1 x^4+\sqrt {-12 e^{3 x} x^6+81 c_1{}^2 x^8}}} \\
\end{align*}