2.12 problem 12

2.12.1 Maple step by step solution
2.12.2 Maple trace
2.12.3 Maple dsolve solution
2.12.4 Mathematica DSolve solution

Internal problem ID [7796]
Book : Own collection of miscellaneous problems
Section : section 2.0
Problem number : 12
Date solved : Tuesday, October 22, 2024 at 02:29:57 PM
CAS classification : [[_2nd_order, _with_linear_symmetries]]

Solve

\begin{align*} y^{\prime \prime }-a x y^{\prime }-b x y-c \,x^{2}&=0 \end{align*}

2.12.1 Maple step by step solution

2.12.2 Maple trace
Methods for second order ODEs:
 
2.12.3 Maple dsolve solution

Solving time : 0.005 (sec)
Leaf size : 95

dsolve(diff(diff(y(x),x),x)-a*x*diff(y(x),x)-b*x*y(x)-c*x^2 = 0, 
       y(x),singsol=all)
 
\[ y = \frac {{\mathrm e}^{-\frac {b x}{a}} \operatorname {KummerM}\left (-\frac {b^{2}}{2 a^{3}}, \frac {1}{2}, \frac {\left (x \,a^{2}+2 b \right )^{2}}{2 a^{3}}\right ) c_2 \,b^{2}+{\mathrm e}^{-\frac {b x}{a}} \operatorname {KummerU}\left (-\frac {b^{2}}{2 a^{3}}, \frac {1}{2}, \frac {\left (x \,a^{2}+2 b \right )^{2}}{2 a^{3}}\right ) c_1 \,b^{2}+c \left (-x b +a \right )}{b^{2}} \]
2.12.4 Mathematica DSolve solution

Solving time : 2.905 (sec)
Leaf size : 569

DSolve[{D[y[x],{x,2}]-a*x*D[y[x],x]-b*x*y[x]-c*x^2==0,{}}, 
       y[x],x,IncludeSingularSolutions->True]
 
\[ y(x)\to e^{-\frac {b x}{a}} \left (\operatorname {HermiteH}\left (\frac {b^2}{a^3},\frac {x a^2+2 b}{\sqrt {2} a^{3/2}}\right ) \int _1^x\frac {a^4 c e^{\frac {b K[1]}{a}} \operatorname {Hypergeometric1F1}\left (-\frac {b^2}{2 a^3},\frac {1}{2},\frac {\left (K[1] a^2+2 b\right )^2}{2 a^3}\right ) K[1]^2}{b^2 \left (\sqrt {2} \operatorname {HermiteH}\left (\frac {b^2}{a^3}-1,\frac {K[1] a^2+2 b}{\sqrt {2} a^{3/2}}\right ) \operatorname {Hypergeometric1F1}\left (-\frac {b^2}{2 a^3},\frac {1}{2},\frac {\left (K[1] a^2+2 b\right )^2}{2 a^3}\right ) a^{3/2}+\operatorname {HermiteH}\left (\frac {b^2}{a^3},\frac {K[1] a^2+2 b}{\sqrt {2} a^{3/2}}\right ) \operatorname {Hypergeometric1F1}\left (1-\frac {b^2}{2 a^3},\frac {3}{2},\frac {\left (K[1] a^2+2 b\right )^2}{2 a^3}\right ) \left (K[1] a^2+2 b\right )\right )}dK[1]+\operatorname {Hypergeometric1F1}\left (-\frac {b^2}{2 a^3},\frac {1}{2},\frac {\left (x a^2+2 b\right )^2}{2 a^3}\right ) \int _1^x-\frac {a^4 c e^{\frac {b K[2]}{a}} \operatorname {HermiteH}\left (\frac {b^2}{a^3},\frac {K[2] a^2+2 b}{\sqrt {2} a^{3/2}}\right ) K[2]^2}{b^2 \left (\sqrt {2} \operatorname {HermiteH}\left (\frac {b^2}{a^3}-1,\frac {K[2] a^2+2 b}{\sqrt {2} a^{3/2}}\right ) \operatorname {Hypergeometric1F1}\left (-\frac {b^2}{2 a^3},\frac {1}{2},\frac {\left (K[2] a^2+2 b\right )^2}{2 a^3}\right ) a^{3/2}+\operatorname {HermiteH}\left (\frac {b^2}{a^3},\frac {K[2] a^2+2 b}{\sqrt {2} a^{3/2}}\right ) \operatorname {Hypergeometric1F1}\left (1-\frac {b^2}{2 a^3},\frac {3}{2},\frac {\left (K[2] a^2+2 b\right )^2}{2 a^3}\right ) \left (K[2] a^2+2 b\right )\right )}dK[2]+c_2 \operatorname {Hypergeometric1F1}\left (-\frac {b^2}{2 a^3},\frac {1}{2},\frac {\left (x a^2+2 b\right )^2}{2 a^3}\right )+c_1 \operatorname {HermiteH}\left (\frac {b^2}{a^3},\frac {x a^2+2 b}{\sqrt {2} a^{3/2}}\right )\right ) \]