60.3.141 problem 1145

Internal problem ID [11151]
Book : Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section : Chapter 2, linear second order
Problem number : 1145
Date solved : Tuesday, January 28, 2025 at 05:41:34 PM
CAS classification : [[_2nd_order, _with_linear_symmetries]]

\begin{align*} \left (\operatorname {a2} x +\operatorname {b2} \right ) y^{\prime \prime }+\left (\operatorname {a1} x +\operatorname {b1} \right ) y^{\prime }+\left (\operatorname {a0} x +\operatorname {b0} \right ) y&=0 \end{align*}

Solution by Maple

Time used: 0.125 (sec). Leaf size: 248

dsolve((a2*x+b2)*diff(diff(y(x),x),x)+(a1*x+b1)*diff(y(x),x)+(a0*x+b0)*y(x)=0,y(x), singsol=all)
 
\[ y = \left (\operatorname {a2} x +\operatorname {b2} \right )^{\frac {\operatorname {a1} \operatorname {b2} +\operatorname {a2}^{2}-\operatorname {a2} \operatorname {b1}}{\operatorname {a2}^{2}}} {\mathrm e}^{-\frac {\left (\sqrt {-4 \operatorname {a0} \operatorname {a2} +\operatorname {a1}^{2}}+\operatorname {a1} \right ) x}{2 \operatorname {a2}}} \left (\operatorname {KummerU}\left (\frac {\left (\operatorname {a1} \operatorname {b2} +2 \operatorname {a2}^{2}-\operatorname {a2} \operatorname {b1} \right ) \sqrt {-4 \operatorname {a0} \operatorname {a2} +\operatorname {a1}^{2}}-2 \operatorname {a2}^{2} \operatorname {b0} +\left (2 \operatorname {a0} \operatorname {b2} +\operatorname {a1} \operatorname {b1} \right ) \operatorname {a2} -\operatorname {a1}^{2} \operatorname {b2}}{2 \sqrt {-4 \operatorname {a0} \operatorname {a2} +\operatorname {a1}^{2}}\, \operatorname {a2}^{2}}, \frac {\operatorname {a1} \operatorname {b2} +2 \operatorname {a2}^{2}-\operatorname {a2} \operatorname {b1}}{\operatorname {a2}^{2}}, \frac {\sqrt {-4 \operatorname {a0} \operatorname {a2} +\operatorname {a1}^{2}}\, \left (\operatorname {a2} x +\operatorname {b2} \right )}{\operatorname {a2}^{2}}\right ) c_{2} +\operatorname {KummerM}\left (\frac {\left (\operatorname {a1} \operatorname {b2} +2 \operatorname {a2}^{2}-\operatorname {a2} \operatorname {b1} \right ) \sqrt {-4 \operatorname {a0} \operatorname {a2} +\operatorname {a1}^{2}}-2 \operatorname {a2}^{2} \operatorname {b0} +\left (2 \operatorname {a0} \operatorname {b2} +\operatorname {a1} \operatorname {b1} \right ) \operatorname {a2} -\operatorname {a1}^{2} \operatorname {b2}}{2 \sqrt {-4 \operatorname {a0} \operatorname {a2} +\operatorname {a1}^{2}}\, \operatorname {a2}^{2}}, \frac {\operatorname {a1} \operatorname {b2} +2 \operatorname {a2}^{2}-\operatorname {a2} \operatorname {b1}}{\operatorname {a2}^{2}}, \frac {\sqrt {-4 \operatorname {a0} \operatorname {a2} +\operatorname {a1}^{2}}\, \left (\operatorname {a2} x +\operatorname {b2} \right )}{\operatorname {a2}^{2}}\right ) c_{1} \right ) \]

Solution by Mathematica

Time used: 1.339 (sec). Leaf size: 328

DSolve[(b0 + a0*x)*y[x] + (b1 + a1*x)*D[y[x],x] + (b2 + a2*x)*D[y[x],{x,2}] == 0,y[x],x,IncludeSingularSolutions -> True]
 
\[ y(x)\to \left (c_1 \operatorname {HypergeometricU}\left (\frac {2 \left (\sqrt {\text {a1}^2-4 \text {a0} \text {a2}}-\text {b0}\right ) \text {a2}^2+\left (\text {a1} \text {b1}-\sqrt {\text {a1}^2-4 \text {a0} \text {a2}} \text {b1}+2 \text {a0} \text {b2}\right ) \text {a2}+\text {a1} \left (\sqrt {\text {a1}^2-4 \text {a0} \text {a2}}-\text {a1}\right ) \text {b2}}{2 \text {a2}^2 \sqrt {\text {a1}^2-4 \text {a0} \text {a2}}},-\frac {\text {b1}}{\text {a2}}+\frac {\text {a1} \text {b2}}{\text {a2}^2}+2,\frac {\sqrt {\text {a1}^2-4 \text {a0} \text {a2}} (\text {b2}+\text {a2} x)}{\text {a2}^2}\right )+c_2 L_{\frac {-2 \left (\sqrt {\text {a1}^2-4 \text {a0} \text {a2}}-\text {b0}\right ) \text {a2}^2+\left (-\text {a1} \text {b1}+\sqrt {\text {a1}^2-4 \text {a0} \text {a2}} \text {b1}-2 \text {a0} \text {b2}\right ) \text {a2}+\text {a1} \left (\text {a1}-\sqrt {\text {a1}^2-4 \text {a0} \text {a2}}\right ) \text {b2}}{2 \text {a2}^2 \sqrt {\text {a1}^2-4 \text {a0} \text {a2}}}}^{\frac {\text {a2}^2-\text {b1} \text {a2}+\text {a1} \text {b2}}{\text {a2}^2}}\left (\frac {\sqrt {\text {a1}^2-4 \text {a0} \text {a2}} (\text {b2}+\text {a2} x)}{\text {a2}^2}\right )\right ) \exp \left (\int _1^x\frac {2 \text {a2}^2-\left (2 \text {b1}+\left (\text {a1}+\sqrt {\text {a1}^2-4 \text {a0} \text {a2}}\right ) K[1]\right ) \text {a2}+\left (\text {a1}-\sqrt {\text {a1}^2-4 \text {a0} \text {a2}}\right ) \text {b2}}{2 \text {a2} (\text {b2}+\text {a2} K[1])}dK[1]\right ) \]