3.5 problem Kovacic 1985 paper. page 23. section 5.2. Example 1
Internal
problem
ID
[8973]
Book
:
Collection
of
Kovacic
problems
Section
:
section
3.
Problems
from
Kovacic
related
papers
Problem
number
:
Kovacic
1985
paper.
page
23.
section
5.2.
Example
1
Date
solved
:
Monday, October 21, 2024 at 05:24:41 PM
CAS
classification
:
[[_2nd_order, _with_linear_symmetries]]
Solve
\begin{align*} y^{\prime \prime }&=\left (-\frac {3}{16 x^{2}}-\frac {2}{9 \left (x -1\right )^{2}}+\frac {3}{16 x \left (x -1\right )}\right ) y \end{align*}
3.5.1 Solved as second order ode using Kovacic algorithm
Time used: 1.020 (sec)
Writing the ode as
\begin{align*} y^{\prime \prime }+\frac {\left (32 x^{2}-27 x +27\right ) y}{144 x^{2} \left (x -1\right )^{2}} &= 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 &= 1 \\ B &= 0\tag {3} \\ C &= \frac {32 x^{2}-27 x +27}{144 x^{2} \left (x -1\right )^{2}} \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 {-32 x^{2}+27 x -27}{144 \left (x^{2}-x \right )^{2}}\tag {6} \end{align*}
Comparing the above to (5) shows that
\begin{align*} s &= -32 x^{2}+27 x -27\\ t &= 144 \left (x^{2}-x \right )^{2} \end{align*}
Therefore eq. (4) becomes
\begin{align*} z''(x) &= \left ( \frac {-32 x^{2}+27 x -27}{144 \left (x^{2}-x \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 835: 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) \\ &= 4 - 2 \\ &= 2 \end{align*}
The poles of \(r\) in eq. (7) and the order of each pole are determined by solving for the roots of \(t=144 \left (x^{2}-x \right )^{2}\).
There is a pole at \(x=0\) of order \(2\). There is a pole at \(x=1\) of order \(2\). Since there is no odd order pole
larger than \(2\) and the order at \(\infty \) is \(2\) 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 \(2\) 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\).
Unable to find solution using case two.
Attempting to find a solution using \(n=4\).
Looking at poles of order 2. The partial fractions decomposition of \(r\) is
\[
r = \frac {3}{16 \left (x -1\right )}-\frac {3}{16 x^{2}}-\frac {3}{16 x}-\frac {2}{9 \left (x -1\right )^{2}}
\]
For the pole at \(x=0\) let \(b\)
be the coefficient of \(\frac {1}{ x^{2}}\) in the partial fractions decomposition of \(r\) given above. This shows that \(b=-{\frac {3}{16}}\).
Hence
\begin{align*} E_c &= \left \{ 6+\frac {12 k}{n}\sqrt {1+4 b}|k=0,\pm 1, \pm 2, \dots , \pm \frac {n}{2} \right \} \cap \mathbb {Z} \end{align*}
Where \(n\) for case \(3\) is \(4,6\) or \(12\). For the current case \(n=4\). Hence the above becomes
\begin{align*} E_c &= \{3, 6, 9\} \end{align*}
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. This shows that \(b=-{\frac {2}{9}}\). Hence
\begin{align*} E_c &= \left \{ 6+\frac {12 k}{n}\sqrt {1+4 b}|k=0,\pm 1, \pm 2, \dots , \pm \frac {n}{2} \right \} \cap \mathbb {Z} \end{align*}
Where \(n\) for case \(3\) is \(4,6\) or \(12\). For the current case \(n=4\). Hence the above becomes
\begin{align*} E_c &= \{4, 5, 6, 7, 8\} \end{align*}
Let
\begin{align*} E_\infty &= \left \{ 6+\frac {12 k}{n}\sqrt {1+4 b}|k=0,\pm 1, \pm 2, \dots , \pm \frac {n}{2} \right \} \cap \mathbb {Z} \tag {B1} \end{align*}
Where \(b\) is the coefficient of \(\frac {1}{x^{2}}\) in the Laurent series for \(r\) at \(\infty \) given by
\[ r \approx -\frac {2}{9 x^{2}}-\frac {37}{144 x^{3}}-\frac {23}{48 x^{4}}-\frac {101}{144 x^{5}}-\frac {133}{144 x^{6}}-\frac {55}{48 x^{7}} + \cdots \]
The above shows that
\[ b = -{\frac {2}{9}} \]
The value of \(n\) in eq. (B1) for case \(3\) is \(4,6\) or \(2\).For the current case \(n=4\). eq. (B1) simplifies
to the following, after removing any duplicate and non integer entries in the set.
\begin{align*} E_\infty &= \{4, 5, 6, 7, 8\} \end{align*}
The following table summarizes the results found so far for poles and for the order of \(r\) at \(\infty \) for
case 3 of Kovacic algorithm using \(n=4\).
| | |
pole \(c\) location |
pole order |
set \(\{E_c\}\) |
| | |
\(0\) | \(2\) | \(\{3, 6, 9\}\) |
| | |
\(1\) | \(2\) | \(\{4, 5, 6, 7, 8\}\) |
| | |
| |
Order of \(r\) at \(\infty \) |
set \(\{E_\infty \}\) |
| |
\(2\) |
\(\{4, 5, 6, 7, 8\}\) |
| |
Now that \(E_c\) sets for all poles are found and \(E_\infty \) set is found, the next step is to determine a non
negative integer \(d\) using the following
\begin{align*} d &= \frac {n}{12} \left ( e_\infty - \sum _{c \in \Gamma } e_c \right ) \end{align*}
Where in the above \(e_c\) is a distinct element from each corresponding \(E_c\). This means all possible
tuples \(\{e_{c_1},e_{c_2},\dots ,e_{c_n}\}\) are tried in the sum above, where \(e_{c_i}\) is one element of each \(E_c\) found earlier. Using the
following family \(\{e_1,e_2,\dots ,e_\infty \}\) given by
\[ e_1=3,\hspace {3pt} e_2=4,\hspace {3pt} e_\infty =7 \]
Gives a non negative integer \(d\) (the degree of the polynomial \(p(x)\)),
which is generated using
\begin{align*} d &= \frac {n}{12} \left ( e_\infty - \sum _{c \in \Gamma } e_c \right )\\ &= \frac {4}{12} \left ( 7 - \left (3+\left (4\right )\right )\right )\\ &= 0 \end{align*}
The following rational function is
\begin{align*} \theta &= \frac {n}{12} \sum _{c \in \Gamma } \frac {e_c}{x-c} \\ &= \frac {4}{12} \left (\frac {3}{\left (x-\left (0\right )\right )}+\frac {4}{\left (x-\left (1\right )\right )}\right ) \\ &= \frac {1}{x}+\frac {4}{3 x -3} \end{align*}
And
\begin{align*} S &= \prod _{c\in \Gamma } (x-c) \\ &= x \left (x -1\right ) \end{align*}
The polynomial \(p(x)\) is now determined. Since the degree of the polynomial is \(d=0\), then let
\[
p(x) = 1
\]
The
following set of equations are set up in order to determine the coefficients \(a_i\) (if any) of the
above polynomial
\begin{align*} P_n &= - p(x) \\ &= - 1 \\ P_{i-1} &= - S p'_{i} + ((n-i)S' -S\theta ) P_i - (n-1)(i+1) S^2 r P_{i+1} \qquad i=n,n-1,\dots , 0 \tag {1A} \end{align*}
The coefficients \(a_i\) are solved for from
\[ P_{-1} = 0 \tag {2A} \]
By using method of undetermined coefficients. Carrying
the above computation in eq. (1A) gives the following sequence of polynomials \(P_i\) (noting that \(n=4\)
and \(r=\frac {-32 x^{2}+27 x -27}{144 \left (x^{2}-x \right )^{2}}\)).
\begin{align*}
P_{4} &= - p &= -1 \\
P_{3} &= \frac {7 x}{3}-1 \\
P_{2} &= -4 x^{2}+\frac {41}{12} x -\frac {3}{4} \\
P_{1} &= \frac {40}{9} x^{3}-\frac {409}{72} x^{2}+\frac {5}{2} x -\frac {3}{8} \\
P_{0} &= -\frac {64}{27} x^{4}+\frac {871}{216} x^{3}-\frac {257}{96} x^{2}+\frac {13}{16} x -\frac {3}{32} \\
P_{-1} &= 0 \\
\end{align*}
Because \(P_{-1} = 0\) then \(z=e^{\int \omega }\) is a solution. \(\omega \) is found by finding a solution to the equation generated
by the following sum
\begin{align*} \sum _{i=0}^{n} S^i \frac {P_i}{(n-i)!} \omega ^i &= 0 \\ \sum _{i=0}^{4} S^i \frac {P_i}{(4-i)!} \omega ^i &= 0 \end{align*}
Where the \(P_i\) are the polynomials found earlier. Computing the above sum gives
\[
\tag{3A} -\frac {8 x^{4}}{81}+\frac {871 x^{3}}{5184}-\frac {257 x^{2}}{2304}+\frac {13 x}{384}-\frac {1}{256}+\frac {x \left (x -1\right ) \left (320 x^{3}-409 x^{2}+180 x -27\right ) \omega }{432}-\frac {x^{2} \left (x -1\right )^{2} \left (48 x^{2}-41 x +9\right ) \omega ^{2}}{24}+x^{3} \left (x -1\right )^{3} \left (\frac {7 x}{3}-1\right ) \omega ^{3}-x^{4} \left (x -1\right )^{4} \omega ^{4}=0
\]
The solution \(\omega \)
of eq. 3A is found as
\begin{equation}
\tag{4A} \omega =\frac {1}{12 x \left (x -1\right )}\left (7 x -3+\sqrt {x^{2}+\left (\left (x -1\right )^{2} x^{3}\right )^{{1}/{3}}-x}+\sqrt {-\frac {2 \left (\left (-x^{2}+x +\frac {\left (\left (x -1\right )^{2} x^{3}\right )^{{1}/{3}}}{2}\right ) \sqrt {x^{2}+\left (\left (x -1\right )^{2} x^{3}\right )^{{1}/{3}}-x}+x^{2} \left (x -1\right )\right )}{\sqrt {x^{2}+\left (\left (x -1\right )^{2} x^{3}\right )^{{1}/{3}}-x}}}\right )
\end{equation}
This \(\omega \) is used to find a solution to \(z''=r z\).
\[ z_1(x) = e^{ \int \omega \,dx}\tag {5A} \]
Unable to integrate \(\int \omega dx\). Leaving the
integral unevaluated. 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 \\
&= e^{\int \omega \,dx} \\
\end{align*}
Where \(\omega \) given above. The second solution \(y_2\) to the original ode is found
using reduction of order
\begin{align*}
y_2 &= y_1 \int \frac { e^{\int -\frac {B}{A} \,dx}}{y_1^2} \,dx \\
&= e^{\int \omega \,dx}\int \frac { e^{\int -\frac {B}{A} \,dx}}{\left (e^{\int \omega \,dx}\right )^2} \,dx \\
\end{align*}
Since \(B=0\) then the above reduces to
\[
y_2 = e^{\int \omega \,dx} \int \left (e^{\int \omega \,dx}\right )^{-2} \,dx
\]
Therefore the solution
is
\begin{align*}
y &= c_1 y_1 + c_2 y_2 \\
&= c_1 \left (e^{\int \omega \,dx}\right ) + c_2 \left (e^{\int \omega \,dx} \int \left (e^{\int \omega \,dx}\right )^{-2} \,dx\right ) \\
\end{align*}
Will add steps showing solving for IC soon.
3.5.2 Maple step by step solution
\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \frac {d}{d x}y^{\prime }=\left (-\frac {3}{16 x^{2}}-\frac {2}{9 \left (x -1\right )^{2}}+\frac {3}{16 x \left (x -1\right )}\right ) y \\ \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 {\left (32 x^{2}-27 x +27\right ) y}{144 x^{2} \left (x -1\right )^{2}} \\ \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 {\left (32 x^{2}-27 x +27\right ) y}{144 x^{2} \left (x -1\right )^{2}}=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 {32 x^{2}-27 x +27}{144 x^{2} \left (x -1\right )^{2}}\right ] \\ {} & \circ & x \cdot P_{2}\left (x \right )\textrm {is analytic at}\hspace {3pt} x =0 \\ {} & {} & \left (x \cdot P_{2}\left (x \right )\right )\bigg | {\mstack {}{_{x \hiderel {=}0}}}=0 \\ {} & \circ & x^{2}\cdot P_{3}\left (x \right )\textrm {is analytic at}\hspace {3pt} x =0 \\ {} & {} & \left (x^{2}\cdot P_{3}\left (x \right )\right )\bigg | {\mstack {}{_{x \hiderel {=}0}}}=\frac {3}{16} \\ {} & \circ & x =0\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}=0 \\ \bullet & {} & \textrm {Multiply by denominators}\hspace {3pt} \\ {} & {} & 144 x^{2} \left (x -1\right )^{2} \left (\frac {d}{d x}y^{\prime }\right )+\left (32 x^{2}-27 x +27\right ) y=0 \\ \bullet & {} & \textrm {Assume series solution for}\hspace {3pt} y \\ {} & {} & y=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} x^{k +r} \\ \square & {} & \textrm {Rewrite ODE with series expansions}\hspace {3pt} \\ {} & \circ & \textrm {Convert}\hspace {3pt} x^{m}\cdot y\hspace {3pt}\textrm {to series expansion for}\hspace {3pt} m =0..2 \\ {} & {} & x^{m}\cdot y=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} x^{k +r +m} \\ {} & \circ & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k -m \\ {} & {} & x^{m}\cdot y=\moverset {\infty }{\munderset {k =m}{\sum }}a_{k -m} x^{k +r} \\ {} & \circ & \textrm {Convert}\hspace {3pt} x^{m}\cdot \left (\frac {d}{d x}y^{\prime }\right )\hspace {3pt}\textrm {to series expansion for}\hspace {3pt} m =2..4 \\ {} & {} & x^{m}\cdot \left (\frac {d}{d x}y^{\prime }\right )=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} \left (k +r \right ) \left (k +r -1\right ) x^{k +r -2+m} \\ {} & \circ & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k +2-m \\ {} & {} & x^{m}\cdot \left (\frac {d}{d x}y^{\prime }\right )=\moverset {\infty }{\munderset {k =-2+m}{\sum }}a_{k +2-m} \left (k +2-m +r \right ) \left (k +1-m +r \right ) x^{k +r} \\ & {} & \textrm {Rewrite ODE with series expansions}\hspace {3pt} \\ {} & {} & 9 a_{0} \left (-1+4 r \right ) \left (-3+4 r \right ) x^{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 ) x^{1+r}+\left (\moverset {\infty }{\munderset {k =2}{\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 )+16 a_{k -2} \left (3 k -7+3 r \right ) \left (3 k -8+3 r \right )\right ) x^{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 {Each term must be 0}\hspace {3pt} \\ {} & {} & 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 \\ \bullet & {} & \textrm {Solve for the dependent coefficient(s)}\hspace {3pt} \\ {} & {} & a_{1}=\frac {a_{0} \left (32 r^{2}-32 r +3\right )}{16 r^{2}+16 r +3} \\ \bullet & {} & \textrm {Each term in the series must be 0, giving the recursion relation}\hspace {3pt} \\ {} & {} & 144 \left (a_{k}+a_{k -2}-2 a_{k -1}\right ) k^{2}+144 \left (2 \left (a_{k}+a_{k -2}-2 a_{k -1}\right ) r -a_{k}-5 a_{k -2}+6 a_{k -1}\right ) k +144 \left (a_{k}+a_{k -2}-2 a_{k -1}\right ) r^{2}+144 \left (-a_{k}-5 a_{k -2}+6 a_{k -1}\right ) r +27 a_{k}+896 a_{k -2}-603 a_{k -1}=0 \\ \bullet & {} & \textrm {Shift index using}\hspace {3pt} k \mathrm {->}k +2 \\ {} & {} & 144 \left (a_{k +2}+a_{k}-2 a_{k +1}\right ) \left (k +2\right )^{2}+144 \left (2 \left (a_{k +2}+a_{k}-2 a_{k +1}\right ) r -a_{k +2}-5 a_{k}+6 a_{k +1}\right ) \left (k +2\right )+144 \left (a_{k +2}+a_{k}-2 a_{k +1}\right ) r^{2}+144 \left (-a_{k +2}-5 a_{k}+6 a_{k +1}\right ) r +27 a_{k +2}+896 a_{k}-603 a_{k +1}=0 \\ \bullet & {} & \textrm {Recursion relation that defines series solution to ODE}\hspace {3pt} \\ {} & {} & a_{k +2}=-\frac {144 k^{2} a_{k}-288 k^{2} a_{k +1}+288 k r a_{k}-576 k r a_{k +1}+144 r^{2} a_{k}-288 r^{2} a_{k +1}-144 k a_{k}-288 k a_{k +1}-144 r a_{k}-288 r a_{k +1}+32 a_{k}-27 a_{k +1}}{9 \left (16 k^{2}+32 k r +16 r^{2}+48 k +48 r +35\right )} \\ \bullet & {} & \textrm {Recursion relation for}\hspace {3pt} r =\frac {1}{4} \\ {} & {} & a_{k +2}=-\frac {144 k^{2} a_{k}-288 k^{2} a_{k +1}-72 k a_{k}-432 k a_{k +1}+5 a_{k}-117 a_{k +1}}{9 \left (16 k^{2}+56 k +48\right )} \\ \bullet & {} & \textrm {Solution for}\hspace {3pt} r =\frac {1}{4} \\ {} & {} & \left [y=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} x^{k +\frac {1}{4}}, a_{k +2}=-\frac {144 k^{2} a_{k}-288 k^{2} a_{k +1}-72 k a_{k}-432 k a_{k +1}+5 a_{k}-117 a_{k +1}}{9 \left (16 k^{2}+56 k +48\right )}, a_{1}=-\frac {3 a_{0}}{8}\right ] \\ \bullet & {} & \textrm {Recursion relation for}\hspace {3pt} r =\frac {3}{4} \\ {} & {} & a_{k +2}=-\frac {144 k^{2} a_{k}-288 k^{2} a_{k +1}+72 k a_{k}-720 k a_{k +1}+5 a_{k}-405 a_{k +1}}{9 \left (16 k^{2}+72 k +80\right )} \\ \bullet & {} & \textrm {Solution for}\hspace {3pt} r =\frac {3}{4} \\ {} & {} & \left [y=\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} x^{k +\frac {3}{4}}, a_{k +2}=-\frac {144 k^{2} a_{k}-288 k^{2} a_{k +1}+72 k a_{k}-720 k a_{k +1}+5 a_{k}-405 a_{k +1}}{9 \left (16 k^{2}+72 k +80\right )}, a_{1}=-\frac {a_{0}}{8}\right ] \\ \bullet & {} & \textrm {Combine solutions and rename parameters}\hspace {3pt} \\ {} & {} & \left [y=\left (\moverset {\infty }{\munderset {k =0}{\sum }}a_{k} x^{k +\frac {1}{4}}\right )+\left (\moverset {\infty }{\munderset {k =0}{\sum }}b_{k} x^{k +\frac {3}{4}}\right ), a_{k +2}=-\frac {144 k^{2} a_{k}-288 k^{2} a_{k +1}-72 k a_{k}-432 k a_{k +1}+5 a_{k}-117 a_{k +1}}{9 \left (16 k^{2}+56 k +48\right )}, a_{1}=-\frac {3 a_{0}}{8}, b_{k +2}=-\frac {144 k^{2} b_{k}-288 k^{2} b_{k +1}+72 k b_{k}-720 k b_{k +1}+5 b_{k}-405 b_{k +1}}{9 \left (16 k^{2}+72 k +80\right )}, b_{1}=-\frac {b_{0}}{8}\right ] \end {array} \]
3.5.3 Maple trace
Methods for second order ODEs:
3.5.4 Maple dsolve solution
Solving time : 0.007
(sec)
Leaf size : 30
dsolve(diff(diff(y(x),x),x) = (-3/16/x^2-2/9/(x-1)^2+3/16/x/(x-1))*y(x),
y(x),singsol=all)
\[
y = x^{{1}/{4}} \sqrt {x -1}\, \left (c_1 \operatorname {LegendreP}\left (-\frac {1}{6}, \frac {1}{3}, \sqrt {x}\right )+c_2 \operatorname {LegendreQ}\left (-\frac {1}{6}, \frac {1}{3}, \sqrt {x}\right )\right )
\]
3.5.5 Mathematica DSolve solution
Solving time : 0.369
(sec)
Leaf size : 550
DSolve[{D[y[x],{x,2}]== ( -3/(16*x^2) - 2/(9*(x-1)^2) + 3/(16*x*(x-1)) )*y[x],{}},
y[x],x,IncludeSingularSolutions->True]
\[
y(x)\to c_1 \exp \left (\int _1^x\text {Root}\left [2048 K[1]^4-3484 K[1]^3+2313 K[1]^2-702 K[1]+\left (20736 K[1]^8-82944 K[1]^7+124416 K[1]^6-82944 K[1]^5+20736 K[1]^4\right ) \text {$\#$1}^4+\left (-48384 K[1]^7+165888 K[1]^6-207360 K[1]^5+110592 K[1]^4-20736 K[1]^3\right ) \text {$\#$1}^3+\left (41472 K[1]^6-118368 K[1]^5+120096 K[1]^4-50976 K[1]^3+7776 K[1]^2\right ) \text {$\#$1}^2+\left (-15360 K[1]^5+34992 K[1]^4-28272 K[1]^3+9936 K[1]^2-1296 K[1]\right ) \text {$\#$1}+81\&,1\right ]dK[1]\right )+c_2 \exp \left (\int _1^x\text {Root}\left [2048 K[1]^4-3484 K[1]^3+2313 K[1]^2-702 K[1]+\left (20736 K[1]^8-82944 K[1]^7+124416 K[1]^6-82944 K[1]^5+20736 K[1]^4\right ) \text {$\#$1}^4+\left (-48384 K[1]^7+165888 K[1]^6-207360 K[1]^5+110592 K[1]^4-20736 K[1]^3\right ) \text {$\#$1}^3+\left (41472 K[1]^6-118368 K[1]^5+120096 K[1]^4-50976 K[1]^3+7776 K[1]^2\right ) \text {$\#$1}^2+\left (-15360 K[1]^5+34992 K[1]^4-28272 K[1]^3+9936 K[1]^2-1296 K[1]\right ) \text {$\#$1}+81\&,1\right ]dK[1]\right ) \int _1^x\exp \left (-2 \int _1^{K[2]}\text {Root}\left [2048 K[1]^4-3484 K[1]^3+2313 K[1]^2-702 K[1]+\left (20736 K[1]^8-82944 K[1]^7+124416 K[1]^6-82944 K[1]^5+20736 K[1]^4\right ) \text {$\#$1}^4+\left (-48384 K[1]^7+165888 K[1]^6-207360 K[1]^5+110592 K[1]^4-20736 K[1]^3\right ) \text {$\#$1}^3+\left (41472 K[1]^6-118368 K[1]^5+120096 K[1]^4-50976 K[1]^3+7776 K[1]^2\right ) \text {$\#$1}^2+\left (-15360 K[1]^5+34992 K[1]^4-28272 K[1]^3+9936 K[1]^2-1296 K[1]\right ) \text {$\#$1}+81\&,1\right ]dK[1]\right )dK[2]
\]