3.400 problem 1406

3.400.1 Solving as second order bessel ode ode
3.400.2 Solving using Kovacic algorithm
3.400.3 Maple step by step solution

Internal problem ID [9733]
Internal file name [OUTPUT/8675_Monday_June_06_2022_04_55_44_AM_19820573/index.tex]

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

The type(s) of ODE detected by this program : "kovacic", "second_order_bessel_ode"

Maple gives the following as the ode type

[[_2nd_order, _with_linear_symmetries]]

\[ \boxed {y^{\prime \prime }+\frac {27 x y}{16 \left (x^{3}-1\right )^{2}}=0} \]

3.400.1 Solving as second order bessel ode ode

Writing the ode as \begin {align*} y^{\prime \prime } x^{2}+\frac {27 y}{16 x^{3}} = 0\tag {1} \end {align*}

Bessel ode has the form \begin {align*} y^{\prime \prime } x^{2}+y^{\prime } x +\left (-n^{2}+x^{2}\right ) y = 0\tag {2} \end {align*}

The generalized form of Bessel ode is given by Bowman (1958) as the following \begin {align*} y^{\prime \prime } x^{2}+\left (1-2 \alpha \right ) x y^{\prime }+\left (\beta ^{2} \gamma ^{2} x^{2 \gamma }-n^{2} \gamma ^{2}+\alpha ^{2}\right ) y = 0\tag {3} \end {align*}

With the standard solution \begin {align*} y&=x^{\alpha } \left (c_{1} \operatorname {BesselJ}\left (n , \beta \,x^{\gamma }\right )+c_{2} \operatorname {BesselY}\left (n , \beta \,x^{\gamma }\right )\right )\tag {4} \end {align*}

Comparing (3) to (1) and solving for \(\alpha ,\beta ,n,\gamma \) gives \begin {align*} \alpha &= {\frac {1}{2}}\\ \beta &= \frac {\sqrt {3}}{2}\\ n &= {\frac {1}{3}}\\ \gamma &= -{\frac {3}{2}} \end {align*}

Substituting all the above into (4) gives the solution as \begin {align*} y = c_{1} \sqrt {x}\, \operatorname {BesselJ}\left (\frac {1}{3}, \frac {\sqrt {3}}{2 x^{\frac {3}{2}}}\right )+c_{2} \sqrt {x}\, \operatorname {BesselY}\left (\frac {1}{3}, \frac {\sqrt {3}}{2 x^{\frac {3}{2}}}\right ) \end {align*}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= c_{1} \sqrt {x}\, \operatorname {BesselJ}\left (\frac {1}{3}, \frac {\sqrt {3}}{2 x^{\frac {3}{2}}}\right )+c_{2} \sqrt {x}\, \operatorname {BesselY}\left (\frac {1}{3}, \frac {\sqrt {3}}{2 x^{\frac {3}{2}}}\right ) \\ \end{align*}

Verification of solutions

\[ y = c_{1} \sqrt {x}\, \operatorname {BesselJ}\left (\frac {1}{3}, \frac {\sqrt {3}}{2 x^{\frac {3}{2}}}\right )+c_{2} \sqrt {x}\, \operatorname {BesselY}\left (\frac {1}{3}, \frac {\sqrt {3}}{2 x^{\frac {3}{2}}}\right ) \] Verified OK.

3.400.2 Solving using Kovacic algorithm

Writing the ode as \begin {align*} y^{\prime \prime } \left (16 x^{6}-32 x^{3}+16\right )+27 y x &= 0 \tag {1} \\ A y^{\prime \prime } + B y^{\prime } + C y &= 0 \tag {2} \end {align*}

Comparing (1) and (2) shows that \begin {align*} A &= 16 x^{6}-32 x^{3}+16 \\ B &= 0\tag {3} \\ C &= 27 x \end {align*}

Applying the Liouville transformation on the dependent variable gives \begin {align*} z(x) &= y e^{\int \frac {B}{2 A} \,dx} \end {align*}

Then (2) becomes \begin {align*} z''(x) = r z(x)\tag {4} \end {align*}

Where \(r\) is given by \begin {align*} r &= \frac {s}{t}\tag {5} \\ &= \frac {2 A B' - 2 B A' + B^2 - 4 A C}{4 A^2} \end {align*}

Substituting the values of \(A,B,C\) from (3) in the above and simplifying gives \begin {align*} r &= \frac {-27 x}{16 \left (x^{3}-1\right )^{2}}\tag {6} \end {align*}

Comparing the above to (5) shows that \begin {align*} s &= -27 x\\ t &= 16 \left (x^{3}-1\right )^{2} \end {align*}

Therefore eq. (4) becomes \begin {align*} z''(x) &= \left ( -\frac {27 x}{16 \left (x^{3}-1\right )^{2}}\right ) z(x)\tag {7} \end {align*}

Equation (7) is now solved. After finding \(z(x)\) then \(y\) is found using the inverse transformation \begin {align*} y &= z \left (x \right ) e^{-\int \frac {B}{2 A} \,dx} \end {align*}

The first step is to determine the case of Kovacic algorithm this ode belongs to. There are 3 cases depending on the order of poles of \(r\) and the order of \(r\) at \(\infty \). The following table summarizes these cases.

Case

Allowed pole order for \(r\)

Allowed value for \(\mathcal {O}(\infty )\)

1

\(\left \{ 0,1,2,4,6,8,\cdots \right \} \)

\(\left \{ \cdots ,-6,-4,-2,0,2,3,4,5,6,\cdots \right \} \)

2

Need to have at least one pole that is either order \(2\) or odd order greater than \(2\). Any other pole order is allowed as long as the above condition is satisfied. Hence the following set of pole orders are all allowed. \(\{1,2\}\),\(\{1,3\}\),\(\{2\}\),\(\{3\}\),\(\{3,4\}\),\(\{1,2,5\}\).

no condition

3

\(\left \{ 1,2\right \} \)

\(\left \{ 2,3,4,5,6,7,\cdots \right \} \)

Table 414: Necessary conditions for each Kovacic case

The order of \(r\) at \(\infty \) is the degree of \(t\) minus the degree of \(s\). Therefore \begin {align*} O\left (\infty \right ) &= \text {deg}(t) - \text {deg}(s) \\ &= 6 - 1 \\ &= 5 \end {align*}

The poles of \(r\) in eq. (7) and the order of each pole are determined by solving for the roots of \(t=16 \left (x^{3}-1\right )^{2}\). There is a pole at \(x=1\) of order \(2\). There is a pole at \(x=-\frac {1}{2}-\frac {i \sqrt {3}}{2}\) of order \(2\). There is a pole at \(x=-\frac {1}{2}+\frac {i \sqrt {3}}{2}\) of order \(2\). Since there is no odd order pole larger than \(2\) and the order at \(\infty \) is \(5\) then the necessary conditions for case one are met. Since there is a pole of order \(2\) then necessary conditions for case two are met. Since pole order is not larger than \(2\) and the order at \(\infty \) is \(5\) then the necessary conditions for case three are met. Therefore \begin {align*} L &= [1, 2, 4, 6, 12] \end {align*}

Attempting to find a solution using case \(n=1\).

Unable to find solution using case one

Attempting to find a solution using case \(n=2\).

Looking at poles of order 2. The partial fractions decomposition of \(r\) is \[ r = -\frac {3}{16 \left (x +\frac {1}{2}-\frac {i \sqrt {3}}{2}\right )^{2}}-\frac {3}{16 \left (x +\frac {1}{2}+\frac {i \sqrt {3}}{2}\right )^{2}}+\frac {-\frac {3}{32}-\frac {3 i \sqrt {3}}{32}}{x +\frac {1}{2}-\frac {i \sqrt {3}}{2}}+\frac {-\frac {3}{32}+\frac {3 i \sqrt {3}}{32}}{x +\frac {1}{2}+\frac {i \sqrt {3}}{2}}-\frac {3}{16 \left (x -1\right )^{2}}+\frac {3}{16 \left (x -1\right )} \] For the pole at \(x=1\) let \(b\) be the coefficient of \(\frac {1}{ \left (x -1\right )^{2}}\) in the partial fractions decomposition of \(r\) given above. Therefore \(b=-{\frac {3}{16}}\). Hence \begin {align*} E_c &= \{2, 2+2\sqrt {1+4 b}, 2-2\sqrt {1+4 b} \} \\ &= \{1, 2, 3\} \end {align*}

For the pole at \(x=-\frac {1}{2}-\frac {i \sqrt {3}}{2}\) let \(b\) be the coefficient of \(\frac {1}{ \left (x +\frac {1}{2}+\frac {i \sqrt {3}}{2}\right )^{2}}\) in the partial fractions decomposition of \(r\) given above. Therefore \(b=-{\frac {3}{16}}\). Hence \begin {align*} E_c &= \{2, 2+2\sqrt {1+4 b}, 2-2\sqrt {1+4 b} \} \\ &= \{1, 2, 3\} \end {align*}

For the pole at \(x=-\frac {1}{2}+\frac {i \sqrt {3}}{2}\) let \(b\) be the coefficient of \(\frac {1}{ \left (x +\frac {1}{2}-\frac {i \sqrt {3}}{2}\right )^{2}}\) in the partial fractions decomposition of \(r\) given above. Therefore \(b=-{\frac {3}{16}}\). Hence \begin {align*} E_c &= \{2, 2+2\sqrt {1+4 b}, 2-2\sqrt {1+4 b} \} \\ &= \{1, 2, 3\} \end {align*}

Now since the order of \(r\) at \(\infty \) is \(5 > 2\) then \begin {align*} E_\infty = \{0,2,4\} \end {align*}

The following table summarizes the findings so far for poles and for the order of \(r\) at \(\infty \) for case 2 of Kovacic algorithm.

pole \(c\) location pole order \(E_c\)
\(1\) \(2\) \(\{1, 2, 3\}\)
\(-\frac {1}{2}-\frac {i \sqrt {3}}{2}\) \(2\) \(\{1, 2, 3\}\)
\(-\frac {1}{2}+\frac {i \sqrt {3}}{2}\) \(2\) \(\{1, 2, 3\}\)

Order of \(r\) at \(\infty \) \(E_\infty \)
\(5\) \(\{0, 2, 4\}\)

Using the family \(\{e_1,e_2,\dots ,e_\infty \}\) given by \[ e_1=1,\hspace {3pt} e_2=2,\hspace {3pt} e_3=1,\hspace {3pt} e_\infty =4 \] Gives a non negative integer \(d\) (the degree of the polynomial \(p(x)\)), which is generated using \begin {align*} d &= \frac {1}{2} \left ( e_\infty - \sum _{c \in \Gamma } e_c \right )\\ &= \frac {1}{2} \left ( 4 - \left (1+\left (2\right )+\left (1\right )\right )\right )\\ &= 0 \end {align*}

We now form the following rational function \begin {align*} \theta &= \frac {1}{2} \sum _{c \in \Gamma } \frac {e_c}{x-c} \\ &= \frac {1}{2} \left (\frac {1}{\left (x-\left (1\right )\right )}+\frac {2}{\left (x-\left (-\frac {1}{2}-\frac {i \sqrt {3}}{2}\right )\right )}+\frac {1}{\left (x-\left (-\frac {1}{2}+\frac {i \sqrt {3}}{2}\right )\right )}\right ) \\ &= \frac {1}{2 x -2}+\frac {1}{x +\frac {1}{2}+\frac {i \sqrt {3}}{2}}+\frac {1}{2 x +1-i \sqrt {3}} \end {align*}

Now we search for a monic polynomial \(p(x)\) of degree \(d=0\) such that \[ p'''+3 \theta p'' + \left (3 \theta ^2 + 3 \theta ' - 4 r\right )p' + \left (\theta '' + 3 \theta \theta ' + \theta ^3 - 4 r \theta - 2 r' \right ) p = 0 \tag {1A} \] Since \(d=0\), then letting \[ p = 1\tag {2A} \] Substituting \(p\) and \(\theta \) into Eq. (1A) gives \[ 0 = 0 \] And solving for \(p\) gives \[ p = 1 \] Now that \(p(x)\) is found let \begin {align*} \phi &= \theta + \frac {p'}{p}\\ &= \frac {1}{2 x -2}+\frac {1}{x +\frac {1}{2}+\frac {i \sqrt {3}}{2}}+\frac {1}{2 x +1-i \sqrt {3}} \end {align*}

Let \(\omega \) be the solution of \begin {align*} \omega ^2 - \phi \omega + \left ( \frac {1}{2} \phi ' + \frac {1}{2} \phi ^2 - r \right ) &= 0 \end {align*}

Substituting the values for \(\phi \) and \(r\) into the above equation gives \[ w^{2}-\left (\frac {1}{2 x -2}+\frac {1}{x +\frac {1}{2}+\frac {i \sqrt {3}}{2}}+\frac {1}{2 x +1-i \sqrt {3}}\right ) w +\frac {24 i x \left (x^{3}-\frac {1}{4} x^{2}-\frac {1}{4} x -\frac {1}{8}\right ) \sqrt {3}-32 x^{5}-8 x^{4}+22 x^{3}-4 x^{2}-x -4}{4 \left (x -1\right ) \left (x^{3}-1\right ) \left (2 x +1+i \sqrt {3}\right ) \left (\sqrt {3}+2 i x +i\right )^{2}} = 0 \] Solving for \(\omega \) gives \begin {align*} \omega &= -\frac {i \sqrt {3}\, x -\sqrt {3}\, \sqrt {2}\, \sqrt {\left (x -1\right ) \left (i \sqrt {3}\, x +i \sqrt {3}-x +1\right )}-i \sqrt {3}-8 x^{2}+x +1}{8 \left (x -1\right ) \left (x^{2}+x +1\right )} \end {align*}

Therefore the first solution to the ode \(z'' = r z\) is \begin {align*} z_1(x) &= e^{ \int \omega \,dx} \\ &= {\mathrm e}^{\int -\frac {i \sqrt {3}\, x -\sqrt {3}\, \sqrt {2}\, \sqrt {\left (x -1\right ) \left (i \sqrt {3}\, x +i \sqrt {3}-x +1\right )}-i \sqrt {3}-8 x^{2}+x +1}{8 \left (x -1\right ) \left (x^{2}+x +1\right )}d x}\\ &= \frac {\sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}}}{{\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}\right )}^{\frac {1}{4}}} \end {align*}

The first solution to the original ode in \(y\) is found from \[ y_1 = z_1 e^{ \int -\frac {1}{2} \frac {B}{A} \,dx} \]

Since \(B=0\) then the above reduces to \begin{align*} y_1 &= z_1 \\ &= \frac {\sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}}}{{\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}\right )}^{\frac {1}{4}}} \\ \end{align*} Which simplifies to \[ y_1 = \frac {\sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}}}{{\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}\right )}^{\frac {1}{4}}} \] The second solution \(y_2\) to the original ode is found using reduction of order \[ y_2 = y_1 \int \frac { e^{\int -\frac {B}{A} \,dx}}{y_1^2} \,dx \] Since \(B=0\) then the above becomes \begin{align*} y_2 &= y_1 \int \frac {1}{y_1^2} \,dx \\ &= \frac {\sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}}}{{\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}\right )}^{\frac {1}{4}}}\int \frac {1}{\frac {2 \sqrt {x -1}\, \left (x^{2}+x +1\right )^{\frac {3}{4}} \sqrt {\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}}}{\sqrt {\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}}}} \,dx \\ &= \frac {\sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}}}{{\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}\right )}^{\frac {1}{4}}}\left (\int \frac {3^{\frac {3}{4}} \sqrt {\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {x^{2}+x +1}}}}{6 \sqrt {x -1}\, \left (x^{2}+x +1\right )^{\frac {3}{4}} \sqrt {\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}}}d x\right ) \\ \end{align*} Therefore the solution is

\begin{align*} y &= c_{1} y_1 + c_{2} y_2 \\ &= c_{1} \left (\frac {\sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}}}{{\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}\right )}^{\frac {1}{4}}}\right ) + c_{2} \left (\frac {\sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}}}{{\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}\right )}^{\frac {1}{4}}}\left (\int \frac {3^{\frac {3}{4}} \sqrt {\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {x^{2}+x +1}}}}{6 \sqrt {x -1}\, \left (x^{2}+x +1\right )^{\frac {3}{4}} \sqrt {\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}}}d x\right )\right ) \\ \end{align*}

Summary

The solution(s) found are the following \begin{align*} \tag{1} y &= \frac {c_{1} \sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}}}{{\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}\right )}^{\frac {1}{4}}}+\frac {c_{2} \sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} 3^{\frac {7}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}} \left (\int \frac {\sqrt {\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {x^{2}+x +1}}}}{\sqrt {x -1}\, \left (x^{2}+x +1\right )^{\frac {3}{4}} \sqrt {\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}}}d x \right )}{6 {\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {x^{2}+x +1}}\right )}^{\frac {1}{4}}} \\ \end{align*}

Verification of solutions

\[ y = \frac {c_{1} \sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}}}{{\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {3 x^{2}+3 x +3}}\right )}^{\frac {1}{4}}}+\frac {c_{2} \sqrt {2}\, \left (x -1\right )^{\frac {1}{4}} \left (x^{2}+x +1\right )^{\frac {3}{8}} 3^{\frac {7}{8}} \left (\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}\right )^{\frac {1}{4}} \left (\int \frac {\sqrt {\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {x^{2}+x +1}}}}{\sqrt {x -1}\, \left (x^{2}+x +1\right )^{\frac {3}{4}} \sqrt {\frac {\left (\sqrt {3}-3 i\right ) \sqrt {\left (x -1\right ) \left (\sqrt {3}+i\right ) \left (\sqrt {3}+2 i x +i\right )}-3 i \sqrt {3}+6 x -3}{2 x +1+i \sqrt {3}}}}d x \right )}{6 {\left (\frac {3+i \left (2 x +1\right ) \sqrt {3}}{\sqrt {x^{2}+x +1}}\right )}^{\frac {1}{4}}} \] Verified OK.

3.400.3 Maple step by step solution

\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \left (\frac {d}{d x}y^{\prime }\right ) \left (16 x^{6}-32 x^{3}+16\right )+27 y x =0 \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 2 \\ {} & {} & \frac {d}{d x}y^{\prime } \\ \bullet & {} & \textrm {Isolate 2nd derivative}\hspace {3pt} \\ {} & {} & \frac {d}{d x}y^{\prime }=-\frac {27 y x}{16 \left (x^{6}-2 x^{3}+1\right )} \\ \bullet & {} & \textrm {Group terms with}\hspace {3pt} y\hspace {3pt}\textrm {on the lhs of the ODE and the rest on the rhs of the ODE; ODE is linear}\hspace {3pt} \\ {} & {} & \frac {d}{d x}y^{\prime }+\frac {27 y x}{16 \left (x^{6}-2 x^{3}+1\right )}=0 \\ \square & {} & \textrm {Check to see if}\hspace {3pt} x_{0}\hspace {3pt}\textrm {is a regular singular point}\hspace {3pt} \\ {} & \circ & \textrm {Define functions}\hspace {3pt} \\ {} & {} & \left [P_{2}\left (x \right )=0, P_{3}\left (x \right )=\frac {27 x}{16 \left (x^{6}-2 x^{3}+1\right )}\right ] \\ {} & \circ & \left (x -1\right )\cdot P_{2}\left (x \right )\textrm {is analytic at}\hspace {3pt} x =1 \\ {} & {} & \left (\left (x -1\right )\cdot P_{2}\left (x \right )\right )\bigg | {\mstack {}{_{x \hiderel {=}1}}}=0 \\ {} & \circ & \left (x -1\right )^{2}\cdot P_{3}\left (x \right )\textrm {is analytic at}\hspace {3pt} x =1 \\ {} & {} & \left (\left (x -1\right )^{2}\cdot P_{3}\left (x \right )\right )\bigg | {\mstack {}{_{x \hiderel {=}1}}}=\frac {3}{16} \\ {} & \circ & x =1\textrm {is a regular singular point}\hspace {3pt} \\ & {} & \textrm {Check to see if}\hspace {3pt} x_{0}\hspace {3pt}\textrm {is a regular singular point}\hspace {3pt} \\ {} & {} & x_{0}=1 \\ \bullet & {} & \textrm {Multiply by denominators}\hspace {3pt} \\ {} & {} & \left (\frac {d}{d x}y^{\prime }\right ) \left (16 x^{6}-32 x^{3}+16\right )+27 y x =0 \\ \bullet & {} & \textrm {Change variables using}\hspace {3pt} x =u +1\hspace {3pt}\textrm {so that the regular singular point is at}\hspace {3pt} u =0 \\ {} & {} & \left (16 u^{6}+96 u^{5}+240 u^{4}+288 u^{3}+144 u^{2}\right ) \left (\frac {d}{d u}\frac {d}{d u}y \left (u \right )\right )+\left (27 u +27\right ) y \left (u \right )=0 \\ \bullet & {} & \textrm {Assume series solution for}\hspace {3pt} y \left (u \right ) \\ {} & {} & y \left (u \right )=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} u^{k +r} \\ \square & {} & \textrm {Rewrite ODE with series expansions}\hspace {3pt} \\ {} & \circ & \textrm {Convert}\hspace {3pt} u^{m}\cdot y \left (u \right )\hspace {3pt}\textrm {to series expansion for}\hspace {3pt} m =0..1 \\ {} & {} & u^{m}\cdot y \left (u \right )=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} u^{k +r +m} \\ {} & \circ & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k -m \\ {} & {} & u^{m}\cdot y \left (u \right )=\moverset {\infty }{\munderset {k =m}{\sum }}a_{k -m} u^{k +r} \\ {} & \circ & \textrm {Convert}\hspace {3pt} u^{m}\cdot \left (\frac {d}{d u}\frac {d}{d u}y \left (u \right )\right )\hspace {3pt}\textrm {to series expansion for}\hspace {3pt} m =2..6 \\ {} & {} & u^{m}\cdot \left (\frac {d}{d u}\frac {d}{d u}y \left (u \right )\right )=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} \left (k +r \right ) \left (k +r -1\right ) u^{k +r -2+m} \\ {} & \circ & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k +2-m \\ {} & {} & u^{m}\cdot \left (\frac {d}{d u}\frac {d}{d u}y \left (u \right )\right )=\moverset {\infty }{\munderset {k =-2+m}{\sum }}a_{k +2-m} \left (k +2-m +r \right ) \left (k +1-m +r \right ) u^{k +r} \\ & {} & \textrm {Rewrite ODE with series expansions}\hspace {3pt} \\ {} & {} & 9 a_{0} \left (-1+4 r \right ) \left (-3+4 r \right ) u^{r}+\left (9 a_{1} \left (3+4 r \right ) \left (1+4 r \right )+9 a_{0} \left (32 r^{2}-32 r +3\right )\right ) u^{1+r}+\left (9 a_{2} \left (7+4 r \right ) \left (5+4 r \right )+9 a_{1} \left (32 r^{2}+32 r +3\right )+240 a_{0} r \left (-1+r \right )\right ) u^{2+r}+\left (9 a_{3} \left (11+4 r \right ) \left (9+4 r \right )+9 a_{2} \left (32 r^{2}+96 r +67\right )+240 a_{1} \left (1+r \right ) r +96 a_{0} r \left (-1+r \right )\right ) u^{3+r}+\left (\moverset {\infty }{\munderset {k =4}{\sum }}\left (9 a_{k} \left (4 k +4 r -1\right ) \left (4 k +4 r -3\right )+9 a_{k -1} \left (32 \left (k -1\right )^{2}+64 \left (k -1\right ) r +32 r^{2}-32 k +35-32 r \right )+240 a_{k -2} \left (k -2+r \right ) \left (k -3+r \right )+96 a_{k -3} \left (k -3+r \right ) \left (k -4+r \right )+16 a_{k -4} \left (k -4+r \right ) \left (k -5+r \right )\right ) u^{k +r}\right )=0 \\ \bullet & {} & a_{0}\textrm {cannot be 0 by assumption, giving the indicial equation}\hspace {3pt} \\ {} & {} & 9 \left (-1+4 r \right ) \left (-3+4 r \right )=0 \\ \bullet & {} & \textrm {Values of r that satisfy the indicial equation}\hspace {3pt} \\ {} & {} & r \in \left \{\frac {1}{4}, \frac {3}{4}\right \} \\ \bullet & {} & \textrm {The coefficients of each power of}\hspace {3pt} u \hspace {3pt}\textrm {must be 0}\hspace {3pt} \\ {} & {} & \left [9 a_{1} \left (3+4 r \right ) \left (1+4 r \right )+9 a_{0} \left (32 r^{2}-32 r +3\right )=0, 9 a_{2} \left (7+4 r \right ) \left (5+4 r \right )+9 a_{1} \left (32 r^{2}+32 r +3\right )+240 a_{0} r \left (-1+r \right )=0, 9 a_{3} \left (11+4 r \right ) \left (9+4 r \right )+9 a_{2} \left (32 r^{2}+96 r +67\right )+240 a_{1} \left (1+r \right ) r +96 a_{0} r \left (-1+r \right )=0\right ] \\ \bullet & {} & \textrm {Solve for the dependent coefficient(s)}\hspace {3pt} \\ {} & {} & \left \{a_{1}=-\frac {a_{0} \left (32 r^{2}-32 r +3\right )}{16 r^{2}+16 r +3}, a_{2}=\frac {a_{0} \left (1792 r^{4}-1456 r^{2}+240 r +27\right )}{3 \left (256 r^{4}+1024 r^{3}+1376 r^{2}+704 r +105\right )}, a_{3}=-\frac {a_{0} \left (8192 r^{6}+24576 r^{5}+10752 r^{4}-15360 r^{3}-7712 r^{2}+2304 r +603\right )}{4096 r^{6}+36864 r^{5}+129280 r^{4}+222720 r^{3}+194224 r^{2}+78096 r +10395}\right \} \\ \bullet & {} & \textrm {Each term in the series must be 0, giving the recursion relation}\hspace {3pt} \\ {} & {} & 16 \left (9 a_{k}+a_{k -4}+6 a_{k -3}+15 a_{k -2}+18 a_{k -1}\right ) k^{2}+16 \left (2 \left (9 a_{k}+a_{k -4}+6 a_{k -3}+15 a_{k -2}+18 a_{k -1}\right ) r -9 a_{k}-9 a_{k -4}-42 a_{k -3}-75 a_{k -2}-54 a_{k -1}\right ) k +16 \left (9 a_{k}+a_{k -4}+6 a_{k -3}+15 a_{k -2}+18 a_{k -1}\right ) r^{2}+48 \left (-3 a_{k}-3 a_{k -4}-14 a_{k -3}-25 a_{k -2}-18 a_{k -1}\right ) r +27 a_{k}+320 a_{k -4}+1152 a_{k -3}+1440 a_{k -2}+603 a_{k -1}=0 \\ \bullet & {} & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k +4 \\ {} & {} & 16 \left (9 a_{k +4}+a_{k}+6 a_{k +1}+15 a_{k +2}+18 a_{k +3}\right ) \left (k +4\right )^{2}+16 \left (2 \left (9 a_{k +4}+a_{k}+6 a_{k +1}+15 a_{k +2}+18 a_{k +3}\right ) r -9 a_{k +4}-9 a_{k}-42 a_{k +1}-75 a_{k +2}-54 a_{k +3}\right ) \left (k +4\right )+16 \left (9 a_{k +4}+a_{k}+6 a_{k +1}+15 a_{k +2}+18 a_{k +3}\right ) r^{2}+48 \left (-3 a_{k +4}-3 a_{k}-14 a_{k +1}-25 a_{k +2}-18 a_{k +3}\right ) r +27 a_{k +4}+320 a_{k}+1152 a_{k +1}+1440 a_{k +2}+603 a_{k +3}=0 \\ \bullet & {} & \textrm {Recursion relation that defines series solution to ODE}\hspace {3pt} \\ {} & {} & a_{k +4}=-\frac {16 k^{2} a_{k}+96 k^{2} a_{k +1}+240 k^{2} a_{k +2}+288 k^{2} a_{k +3}+32 k r a_{k}+192 k r a_{k +1}+480 k r a_{k +2}+576 k r a_{k +3}+16 r^{2} a_{k}+96 r^{2} a_{k +1}+240 r^{2} a_{k +2}+288 r^{2} a_{k +3}-16 k a_{k}+96 k a_{k +1}+720 k a_{k +2}+1440 k a_{k +3}-16 r a_{k}+96 r a_{k +1}+720 r a_{k +2}+1440 r a_{k +3}+480 a_{k +2}+1755 a_{k +3}}{9 \left (16 k^{2}+32 k r +16 r^{2}+112 k +112 r +195\right )} \\ \bullet & {} & \textrm {Recursion relation for}\hspace {3pt} r =\frac {1}{4} \\ {} & {} & a_{k +4}=-\frac {16 k^{2} a_{k}+96 k^{2} a_{k +1}+240 k^{2} a_{k +2}+288 k^{2} a_{k +3}-8 k a_{k}+144 k a_{k +1}+840 k a_{k +2}+1584 k a_{k +3}-3 a_{k}+30 a_{k +1}+675 a_{k +2}+2133 a_{k +3}}{9 \left (16 k^{2}+120 k +224\right )} \\ \bullet & {} & \textrm {Solution for}\hspace {3pt} r =\frac {1}{4} \\ {} & {} & \left [y \left (u \right )=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} u^{k +\frac {1}{4}}, a_{k +4}=-\frac {16 k^{2} a_{k}+96 k^{2} a_{k +1}+240 k^{2} a_{k +2}+288 k^{2} a_{k +3}-8 k a_{k}+144 k a_{k +1}+840 k a_{k +2}+1584 k a_{k +3}-3 a_{k}+30 a_{k +1}+675 a_{k +2}+2133 a_{k +3}}{9 \left (16 k^{2}+120 k +224\right )}, a_{1}=\frac {3 a_{0}}{8}, a_{2}=\frac {a_{0}}{384}, a_{3}=-\frac {35 a_{0}}{3072}\right ] \\ \bullet & {} & \textrm {Revert the change of variables}\hspace {3pt} u =x -1 \\ {} & {} & \left [y=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} \left (x -1\right )^{k +\frac {1}{4}}, a_{k +4}=-\frac {16 k^{2} a_{k}+96 k^{2} a_{k +1}+240 k^{2} a_{k +2}+288 k^{2} a_{k +3}-8 k a_{k}+144 k a_{k +1}+840 k a_{k +2}+1584 k a_{k +3}-3 a_{k}+30 a_{k +1}+675 a_{k +2}+2133 a_{k +3}}{9 \left (16 k^{2}+120 k +224\right )}, a_{1}=\frac {3 a_{0}}{8}, a_{2}=\frac {a_{0}}{384}, a_{3}=-\frac {35 a_{0}}{3072}\right ] \\ \bullet & {} & \textrm {Recursion relation for}\hspace {3pt} r =\frac {3}{4} \\ {} & {} & a_{k +4}=-\frac {16 k^{2} a_{k}+96 k^{2} a_{k +1}+240 k^{2} a_{k +2}+288 k^{2} a_{k +3}+8 k a_{k}+240 k a_{k +1}+1080 k a_{k +2}+1872 k a_{k +3}-3 a_{k}+126 a_{k +1}+1155 a_{k +2}+2997 a_{k +3}}{9 \left (16 k^{2}+136 k +288\right )} \\ \bullet & {} & \textrm {Solution for}\hspace {3pt} r =\frac {3}{4} \\ {} & {} & \left [y \left (u \right )=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} u^{k +\frac {3}{4}}, a_{k +4}=-\frac {16 k^{2} a_{k}+96 k^{2} a_{k +1}+240 k^{2} a_{k +2}+288 k^{2} a_{k +3}+8 k a_{k}+240 k a_{k +1}+1080 k a_{k +2}+1872 k a_{k +3}-3 a_{k}+126 a_{k +1}+1155 a_{k +2}+2997 a_{k +3}}{9 \left (16 k^{2}+136 k +288\right )}, a_{1}=\frac {a_{0}}{8}, a_{2}=-\frac {a_{0}}{128}, a_{3}=-\frac {7 a_{0}}{1024}\right ] \\ \bullet & {} & \textrm {Revert the change of variables}\hspace {3pt} u =x -1 \\ {} & {} & \left [y=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} \left (x -1\right )^{k +\frac {3}{4}}, a_{k +4}=-\frac {16 k^{2} a_{k}+96 k^{2} a_{k +1}+240 k^{2} a_{k +2}+288 k^{2} a_{k +3}+8 k a_{k}+240 k a_{k +1}+1080 k a_{k +2}+1872 k a_{k +3}-3 a_{k}+126 a_{k +1}+1155 a_{k +2}+2997 a_{k +3}}{9 \left (16 k^{2}+136 k +288\right )}, a_{1}=\frac {a_{0}}{8}, a_{2}=-\frac {a_{0}}{128}, a_{3}=-\frac {7 a_{0}}{1024}\right ] \\ \bullet & {} & \textrm {Combine solutions and rename parameters}\hspace {3pt} \\ {} & {} & \left [y=\left (\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} \left (x -1\right )^{k +\frac {1}{4}}\right )+\left (\moverset {\infty }{\munderset {k =0}{\sum }}b_{k} \left (x -1\right )^{k +\frac {3}{4}}\right ), a_{k +4}=-\frac {16 k^{2} a_{k}+96 k^{2} a_{k +1}+240 k^{2} a_{k +2}+288 k^{2} a_{k +3}-8 k a_{k}+144 k a_{k +1}+840 k a_{k +2}+1584 k a_{k +3}-3 a_{k}+30 a_{k +1}+675 a_{k +2}+2133 a_{k +3}}{9 \left (16 k^{2}+120 k +224\right )}, a_{1}=\frac {3 a_{0}}{8}, a_{2}=\frac {a_{0}}{384}, a_{3}=-\frac {35 a_{0}}{3072}, b_{k +4}=-\frac {16 k^{2} b_{k}+96 k^{2} b_{k +1}+240 k^{2} b_{k +2}+288 k^{2} b_{k +3}+8 k b_{k}+240 k b_{k +1}+1080 k b_{k +2}+1872 k b_{k +3}-3 b_{k}+126 b_{k +1}+1155 b_{k +2}+2997 b_{k +3}}{9 \left (16 k^{2}+136 k +288\right )}, b_{1}=\frac {b_{0}}{8}, b_{2}=-\frac {b_{0}}{128}, b_{3}=-\frac {7 b_{0}}{1024}\right ] \end {array} \]

Maple trace Kovacic algorithm successful

`Methods for second order ODEs: 
--- Trying classification methods --- 
trying a quadrature 
checking if the LODE has constant coefficients 
checking if the LODE is of Euler type 
trying a symmetry of the form [xi=0, eta=F(x)] 
checking if the LODE is missing y 
-> Trying a Liouvillian solution using Kovacics algorithm 
   A Liouvillian solution exists 
   Group is reducible or imprimitive 
<- Kovacics algorithm successful`
 

Solution by Maple

Time used: 0.032 (sec). Leaf size: 44

dsolve(diff(diff(y(x),x),x) = -27/16*x/(x^3-1)^2*y(x),y(x), singsol=all)
 

\[ y \left (x \right ) = \sqrt {x}\, \left (x^{3}-1\right )^{\frac {1}{4}} \left (c_{1} \operatorname {LegendreP}\left (-\frac {1}{6}, \frac {1}{3}, \sqrt {-x^{3}+1}\right )+c_{2} \operatorname {LegendreQ}\left (-\frac {1}{6}, \frac {1}{3}, \sqrt {-x^{3}+1}\right )\right ) \]

Solution by Mathematica

Time used: 66.431 (sec). Leaf size: 180

DSolve[y''[x] == (-27*x*y[x])/(16*(-1 + x^3)^2),y[x],x,IncludeSingularSolutions -> True]
 

\[ y(x)\to \frac {\sqrt {2} (1-x)^{3/4} \sqrt [4]{x^2+x+1} \left (c_2 \int _1^x\frac {\sqrt {\sqrt {3} K[1]+\sqrt {2 K[1]-i \sqrt {3}+1} \sqrt {2 K[1]+i \sqrt {3}+1}+\sqrt {3}}}{2 (1-K[1])^{3/2} \sqrt {K[1]^2+K[1]+1}}dK[1]+c_1\right )}{\sqrt [4]{\sqrt {3} x+\sqrt {2 x-i \sqrt {3}+1} \sqrt {2 x+i \sqrt {3}+1}+\sqrt {3}}} \]