4.72 problem 1520

Internal problem ID [9099]

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

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

Solve \begin {gather*} \boxed {2 \left (x -\mathit {a1} \right ) \left (x -\mathit {a2} \right ) \left (x -\mathit {a3} \right ) y^{\prime \prime \prime }+\left (9 x^{2}-6 \left (\mathit {a1} +\mathit {a2} +\mathit {a3} \right ) x +3 \mathit {a1} \mathit {a2} +3 \mathit {a1} \mathit {a3} +3 \mathit {a2} \mathit {a3} \right ) y^{\prime \prime }-2 \left (\left (n^{2}+n -3\right ) x +b \right ) y^{\prime }-n \left (n +1\right ) y=0} \end {gather*}

Solution by Maple

Time used: 0.157 (sec). Leaf size: 279

dsolve(2*(x-a1)*(x-a2)*(x-a3)*diff(diff(diff(y(x),x),x),x)+(9*x^2-6*(a1+a2+a3)*x+3*a1*a2+3*a1*a3+3*a2*a3)*diff(diff(y(x),x),x)-2*((n^2+n-3)*x+b)*diff(y(x),x)-n*(n+1)*y(x)=0,y(x), singsol=all)
 

\[ y \relax (x ) = c_{1} \mathit {HG}\left (\frac {\mathit {a1} -\mathit {a3}}{\mathit {a2} -\mathit {a3}}, -\frac {-\mathit {a3} \,n^{2}-\mathit {a3} n +\mathit {a1} +\mathit {a2} +\mathit {a3} -b}{4 \left (\mathit {a2} -\mathit {a3} \right )}, -\frac {n}{2}, \frac {n}{2}+\frac {1}{2}, \frac {1}{2}, \frac {1}{2}, -\frac {-x +\mathit {a3}}{\mathit {a2} -\mathit {a3}}\right )^{2}+c_{2} \mathit {HG}\left (\frac {\mathit {a1} -\mathit {a3}}{\mathit {a2} -\mathit {a3}}, \frac {\mathit {a3} \,n^{2}+\mathit {a3} n -3 \mathit {a3} +b}{4 \mathit {a2} -4 \mathit {a3}}, 1+\frac {n}{2}, -\frac {n}{2}+\frac {1}{2}, \frac {3}{2}, \frac {1}{2}, -\frac {-x +\mathit {a3}}{\mathit {a2} -\mathit {a3}}\right )^{2} \left (-x +\mathit {a3} \right )+c_{3} \mathit {HG}\left (\frac {\mathit {a1} -\mathit {a3}}{\mathit {a2} -\mathit {a3}}, -\frac {-\mathit {a3} \,n^{2}-\mathit {a3} n +\mathit {a1} +\mathit {a2} +\mathit {a3} -b}{4 \left (\mathit {a2} -\mathit {a3} \right )}, -\frac {n}{2}, \frac {n}{2}+\frac {1}{2}, \frac {1}{2}, \frac {1}{2}, -\frac {-x +\mathit {a3}}{\mathit {a2} -\mathit {a3}}\right ) \mathit {HG}\left (\frac {\mathit {a1} -\mathit {a3}}{\mathit {a2} -\mathit {a3}}, \frac {\mathit {a3} \,n^{2}+\mathit {a3} n -3 \mathit {a3} +b}{4 \mathit {a2} -4 \mathit {a3}}, 1+\frac {n}{2}, -\frac {n}{2}+\frac {1}{2}, \frac {3}{2}, \frac {1}{2}, -\frac {-x +\mathit {a3}}{\mathit {a2} -\mathit {a3}}\right ) \sqrt {-x +\mathit {a3}} \]

Solution by Mathematica

Time used: 2.748 (sec). Leaf size: 418

DSolve[-(n*(1 + n)*y[x]) - 2*(b + (-3 + n + n^2)*x)*y'[x] + (3*a1*a2 + 3*a1*a3 + 3*a2*a3 - 6*(a1 + a2 + a3)*x + 9*x^2)*y''[x] + 2*(-a1 + x)*(-a2 + x)*(-a3 + x)*Derivative[3][y][x] == 0,y[x],x,IncludeSingularSolutions -> True]
 

\begin{align*} y(x)\to \frac {c_3 (\text {a1}-x) \text {HeunG}\left [\frac {\text {a1}-\text {a3}}{\text {a1}-\text {a2}},-\frac {\text {a1} \left (n^2+n-3\right )+b}{4 (\text {a1}-\text {a2})},\frac {3}{4}-\frac {1}{4} \sqrt {(2 n+1)^2},\frac {1}{4} \left (\sqrt {(2 n+1)^2}+3\right ),\frac {3}{2},\frac {1}{2},\frac {\text {a1}-x}{\text {a1}-\text {a2}}\right ]^2}{\text {a1}-\text {a2}}+c_2 \sqrt {\frac {\text {a1}-x}{\text {a1}-\text {a2}}} \text {HeunG}\left [\frac {\text {a1}-\text {a3}}{\text {a1}-\text {a2}},\frac {-\text {a1} \left (n^2+n-1\right )+\text {a2}+\text {a3}-b}{4 (\text {a1}-\text {a2})},\frac {1}{4}-\frac {1}{4} \sqrt {(2 n+1)^2},\frac {1}{4} \left (\sqrt {(2 n+1)^2}+1\right ),\frac {1}{2},\frac {1}{2},\frac {\text {a1}-x}{\text {a1}-\text {a2}}\right ] \text {HeunG}\left [\frac {\text {a1}-\text {a3}}{\text {a1}-\text {a2}},-\frac {\text {a1} \left (n^2+n-3\right )+b}{4 (\text {a1}-\text {a2})},\frac {3}{4}-\frac {1}{4} \sqrt {(2 n+1)^2},\frac {1}{4} \left (\sqrt {(2 n+1)^2}+3\right ),\frac {3}{2},\frac {1}{2},\frac {\text {a1}-x}{\text {a1}-\text {a2}}\right ]+c_1 \text {HeunG}\left [\frac {\text {a1}-\text {a3}}{\text {a1}-\text {a2}},\frac {-\text {a1} \left (n^2+n-1\right )+\text {a2}+\text {a3}-b}{4 (\text {a1}-\text {a2})},\frac {1}{4}-\frac {1}{4} \sqrt {(2 n+1)^2},\frac {1}{4} \left (\sqrt {(2 n+1)^2}+1\right ),\frac {1}{2},\frac {1}{2},\frac {\text {a1}-x}{\text {a1}-\text {a2}}\right ]^2 \\ \end{align*}