7.4 problem 179

Internal problem ID [3435]

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

CAS Maple gives this as type [_rational, _Riccati]

\[ \boxed {x y^{\prime }+\left (\operatorname {a2} +\operatorname {a3} x y\right ) y=-\operatorname {a1} x -\operatorname {a0}} \]

Solution by Maple

Time used: 0.015 (sec). Leaf size: 848

dsolve(x*diff(y(x),x)+a0+a1*x+(a2+a3*x*y(x))*y(x) = 0,y(x), singsol=all)
 

\[ \text {Expression too large to display} \]

Solution by Mathematica

Time used: 0.472 (sec). Leaf size: 421

DSolve[x y'[x]+a0+a1 x+(a2+a3 x y[x])y[x]==0,y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to -\frac {i \left (\sqrt {\text {a1}} c_1 \operatorname {HypergeometricU}\left (\frac {1}{2} \left (\frac {i \sqrt {\text {a3}} \text {a0}}{\sqrt {\text {a1}}}+\text {a2}\right ),\text {a2},2 i \sqrt {\text {a1}} \sqrt {\text {a3}} x\right )+c_1 \left (\sqrt {\text {a1}} \text {a2}+i \text {a0} \sqrt {\text {a3}}\right ) \operatorname {HypergeometricU}\left (\frac {1}{2} \left (\frac {i \sqrt {\text {a3}} \text {a0}}{\sqrt {\text {a1}}}+\text {a2}+2\right ),\text {a2}+1,2 i \sqrt {\text {a1}} \sqrt {\text {a3}} x\right )+\sqrt {\text {a1}} \left (2 L_{-\frac {i \sqrt {\text {a3}} \text {a0}}{2 \sqrt {\text {a1}}}-\frac {\text {a2}}{2}-1}^{\text {a2}}\left (2 i \sqrt {\text {a1}} \sqrt {\text {a3}} x\right )+L_{-\frac {i \sqrt {\text {a3}} \text {a0}}{2 \sqrt {\text {a1}}}-\frac {\text {a2}}{2}}^{\text {a2}-1}\left (2 i \sqrt {\text {a1}} \sqrt {\text {a3}} x\right )\right )\right )}{\sqrt {\text {a3}} \left (c_1 \operatorname {HypergeometricU}\left (\frac {1}{2} \left (\frac {i \sqrt {\text {a3}} \text {a0}}{\sqrt {\text {a1}}}+\text {a2}\right ),\text {a2},2 i \sqrt {\text {a1}} \sqrt {\text {a3}} x\right )+L_{-\frac {i \sqrt {\text {a3}} \text {a0}}{2 \sqrt {\text {a1}}}-\frac {\text {a2}}{2}}^{\text {a2}-1}\left (2 i \sqrt {\text {a1}} \sqrt {\text {a3}} x\right )\right )} y(x)\to \frac {\frac {\left (\text {a0} \sqrt {\text {a3}}-i \sqrt {\text {a1}} \text {a2}\right ) \operatorname {HypergeometricU}\left (\frac {1}{2} \left (\frac {i \sqrt {\text {a3}} \text {a0}}{\sqrt {\text {a1}}}+\text {a2}+2\right ),\text {a2}+1,2 i \sqrt {\text {a1}} \sqrt {\text {a3}} x\right )}{\operatorname {HypergeometricU}\left (\frac {1}{2} \left (\frac {i \sqrt {\text {a3}} \text {a0}}{\sqrt {\text {a1}}}+\text {a2}\right ),\text {a2},2 i \sqrt {\text {a1}} \sqrt {\text {a3}} x\right )}-i \sqrt {\text {a1}}}{\sqrt {\text {a3}}} \end{align*}