3.145 problem 1145

Internal problem ID [9480]

Book: Differential Gleichungen, E. Kamke, 3rd ed. Chelsea Pub. NY, 1948
Section: Chapter 2, linear second order
Problem number: 1145.
ODE order: 2.
ODE degree: 1.

CAS Maple gives this as type [[_2nd_order, _with_linear_symmetries]]

\[ \boxed {\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} \]

Solution by Maple

Time used: 0.063 (sec). Leaf size: 287

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 (x \right ) = c_{1} {\mathrm e}^{-\frac {\left (\sqrt {-4 \operatorname {a0} \operatorname {a2} +\operatorname {a1}^{2}}+\operatorname {a1} \right ) x}{2 \operatorname {a2}}} \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 ) \left (\operatorname {a2} x +\operatorname {b2} \right )^{\frac {\operatorname {a1} \operatorname {b2} +\operatorname {a2}^{2}-\operatorname {a2} \operatorname {b1}}{\operatorname {a2}^{2}}}+c_{2} {\mathrm e}^{-\frac {\left (\sqrt {-4 \operatorname {a0} \operatorname {a2} +\operatorname {a1}^{2}}+\operatorname {a1} \right ) x}{2 \operatorname {a2}}} \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 ) \left (\operatorname {a2} x +\operatorname {b2} \right )^{\frac {\operatorname {a1} \operatorname {b2} +\operatorname {a2}^{2}-\operatorname {a2} \operatorname {b1}}{\operatorname {a2}^{2}}} \]

Solution by Mathematica

Time used: 0.301 (sec). Leaf size: 301

DSolve[(b0 + a0*x)*y[x] + (b1 + a1*x)*y'[x] + (b2 + a2*x)*y''[x] == 0,y[x],x,IncludeSingularSolutions -> True]
 

\[ y(x)\to e^{-\frac {x \left (\sqrt {\text {a1}^2-4 \text {a0} \text {a2}}+\text {a1}\right )}{2 \text {a2}}} (\text {a2} x+\text {b2})^{\frac {\text {a1} \text {b2}+\text {a2}^2-\text {a2} \text {b1}}{\text {a2}^2}} \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 ) \]