Solve
Hence
It is first transformed to the following ode by eliminating the first derivative
Using what is known as the Liouville transformation given by
Where it can be found that \(r\) in (2) is given by
Hence the DE we will solve using Kovacic algorithm is Eq (2) which is
Step 0 We need to find which case it is. \(r=\frac {s}{t}\) where
The free square factorization of \(t\) is \(t=\left [ 1,x\right ] \). Hence
Since \(m\) is number of elements in the free square factorization. in this special case we set
Now
There is pole \(x=0\) of order 2. Looking at the cases table, reproduced here
| case | allowed pole order for \(r=\frac {s}{t}\) | allowed \(O\left ( \infty \right ) \) order | \(L\) |
| 1 | \(\left \{ 0,1,2,4,6,8,\cdots \right \} \) | \(\left \{ \cdots ,-8,-6,-4,-2,0,2,3,4,5,6,7,\cdots \right \} \) | \(\left [ 1\right ] \) |
| 2 | \(\left \{ 2,3,5,7,9,\cdots \right \} \) | no condition | \(\left [ 2\right ] \) |
| 3 | \(\left \{ 1,2\right \} \) | \(\left \{ 2,3,4,5,6,7,\cdots \right \} \) | \(\left [ 4,6,12\right ] \) |
Shows that only case 2 is possible (\(O\left ( \infty \right ) =1\) is only possible for case 2). Hence \(L=\left [ 2\right ] \).
Step 1
This step has 4 parts (a,b,c,d).
part (a) Here the fixed parts \(e_{fixed},\theta _{fixed}\) are calculated using
Using \(O\left ( \infty \right ) =1,t=16x^{2},t_{1}=1\) the above gives
part (b)
Here the values \(e_{i},\theta _{i}\) are found for \(i=1\cdots k_{2}\) where \(k_{2}\) is the number of roots of \(t_{2}=x\). In other words, the number of poles of \(r\) that are of order \(2\). There is one pole of order \(2.\) Hence \(k_{2}=1\). the coefficient of \(\frac {1}{\left ( x-0\right ) ^{2}}\) in the partial fractions of \(r=\frac {16x-3}{16x^{2}}=\frac {1}{x}-\frac {3}{16}\frac {1}{\left ( x-0\right ) ^{2}}\). Therefore \(b=-\frac {3}{16}\). Hence \(e_{1}=\sqrt {1+4b}=\sqrt {1+4\left ( -\frac {3}{16}\right ) }=\allowbreak \frac {1}{2}\) and \(\theta _{1}=\frac {e_{1}}{x-0}=\frac {1}{2x}\). Hence
Part (c)
This part applied only to case 1. It is used to generate \(e_{i},\theta _{i}\) for poles of \(r\) order \(4,6,8,\cdots \) if any exist. Since only case 2 exist in this example. This is skipped. Hence \(k_{2}\) stays \(0\).
Part(d)
Now we need to find \(e_{0},\theta _{0}\). Since this is not case 1 and since it is not \(O\left ( \infty \right ) >2\) and not \(O\left ( \infty \right ) =2\), then
Hence now we have
The above are arranged such that \(e_{0}\) is the first entry. Same for \(\theta \). This to keep the same notation as in the paper. The above complete step 1, which is to generates the candidate \(e^{\prime }s\) and \(\theta ^{\prime }s\). In step 2, these are used to generate trials \(d\) and \(\theta \) and find from them \(P\left ( x\right ) \) polynomial if possible.
Step 2
In this step, we now have all the \(e_{i},\theta _{i}\) values found above in addition to \(e_{fix},\theta _{fix}\).
Starting with \(n=2\). Since case 2 only applies here. And since we have \(k_{2}=1\) then there are \(\left ( n+1\right ) ^{k_{2}+1}=3^{2}=9\) sets \(s\) to try. The first set \(s\) is
Now we generate trial \(d\) using
Since \(k_{2}=1\) then the above becomes
If \(d\geq 0\) then we go and find a trial \(\Theta \). We need to have both \(d,\Theta \) to go to the next step. \(\Theta \) is found using
Hence the first trial \(d\) is (using Eq (7)) and recalling that \(e_{fix}=-\frac {1}{4},\theta _{fixed}=\frac {1}{2x}\) gives
We can use this \(d.\)From Eq (8)
Since this is case 2 (\(n=2\)) then we need to first find \(P\left ( x\right ) \). The degree is \(d=0\). Hence constant. Say \(P=1\). But we need to verify this is valid. Setting up the equation
Which simplifies to (since \(P=1\))
Using \(\Theta =\frac {1}{2x},r=\frac {16x-3}{16x^{2}}\) the above reduces to
Hence \(P\left ( x\right ) =1\) can be used. Now let
We now need to solve for \(\omega \) from (notice that original Kovacic paper has \(+\) and not \(-\) after first term in the following equation. The \(+\) is from Smith paper. It seems to have been a typo in original paper as this version gives the correct solution).
Solving (and picking first root) gives
Before using this, we verify it satisfies \(\omega ^{\prime }+\omega ^{2}=r\)
Verified OK. Hence solution is
Hence first solution to given ODE is
Second solution \(y_{2}\) can now be find by reduction of order.