13.16 problem 370

Internal problem ID [3117]

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

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

\[ \boxed {y^{\prime } x^{4}+a^{2}+y^{2} x^{4}=0} \]

Solution by Maple

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

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

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

Solution by Mathematica

Time used: 0.496 (sec). Leaf size: 54

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

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