5.4 problem 4

Internal problem ID [3894]

Book: Differential Equations, By George Boole F.R.S. 1865
Section: Chapter 6
Problem number: 4.
ODE order: 1.
ODE degree: 1.

CAS Maple gives this as type [_rational, [_Riccati, _special]]

\[ \boxed {u^{\prime }+b u^{2}-\frac {c}{x^{4}}=0} \]

Solution by Maple

Time used: 0.016 (sec). Leaf size: 39

dsolve(diff(u(x),x)+b*u(x)^2=c*x^(-4),u(x), singsol=all)
 

\[ u \left (x \right ) = -\frac {\sqrt {-c b}\, \tan \left (\frac {\sqrt {-c b}\, \left (c_{1} x -1\right )}{x}\right )-x}{b \,x^{2}} \]

Solution by Mathematica

Time used: 0.263 (sec). Leaf size: 68

DSolve[u'[x]+b*u[x]^2==x^(-4),u[x],x,IncludeSingularSolutions -> True]
 

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