9.26 problem 266

Internal problem ID [3014]

Book: Ordinary differential equations and their solutions. By George Moseley Murphy. 1960
Section: Various 9
Problem number: 266.
ODE order: 1.
ODE degree: 1.

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

Solve \begin {gather*} \boxed {y^{\prime } x^{2}-a -b \,x^{2} y^{2}=0} \end {gather*}

Solution by Maple

Time used: 0.005 (sec). Leaf size: 48

dsolve(x^2*diff(y(x),x) = a+b*x^2*y(x)^2,y(x), singsol=all)
 

\[ y \relax (x ) = -\frac {\tan \left (-\frac {\ln \relax (x ) \sqrt {4 a b -1}}{2}+\frac {c_{1} \sqrt {4 a b -1}}{2}\right ) \sqrt {4 a b -1}+1}{2 x b} \]

Solution by Mathematica

Time used: 0.187 (sec). Leaf size: 77

DSolve[x^2 y'[x]==a+b x^2 y[x]^2,y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to \frac {-1+\sqrt {1-4 a b} \left (-1+\frac {2 c_1}{x^{\sqrt {1-4 a b}}+c_1}\right )}{2 b x} \\ y(x)\to \frac {\sqrt {1-4 a b}-1}{2 b x} \\ \end{align*}