Trying to find a way to solve
$$\int_{-\infty}^\infty \frac{1}{x^8+1}dx$$
through Glasser's Master Theorem, more specifically the Cauchy–Schlömilch substitution. Preferably, I'm looking for the closed form solution, and I am already aware of how to attain this through contour integration.
Solution: $$\frac{\pi}{4\sin(\frac{\pi}{8})}$$
Link to general closed form solution: solutions to $\int_{-\infty}^\infty \frac{1}{x^n+1}dx$ for even $n$
NOT A SOLUTION:
In case you are interested in another 'real' based method to solve this - I actually posted a question on this matter (with my solution) yesterday.
In terms of Glasser's Master Theorem (GMT), I'm not sure it can be positioned that way to be honest... or better put that it would require some very careful (and algebraically extensive) work to yield it into the desired form. In saying that, I could be very wrong about that.
Have you considered starting with a form that is GMT compliant (with free parameters) and attempting to solve? I tried with a few forms and was unable to yield a solution.
In terms of compliant forms, I tried to 'reverse engineer' the result, so I started with the following expressions and tried to solve for the unknown constants:
\begin{equation} \frac{1}{x^8 + 1} = \left[\left(x - \frac{b_1}{x - c_1}\right)^4 + d_1 \right]^{-1} \end{equation} This didn't work, so I tried: \begin{equation} \frac{1}{x^2 + 1} = \left[\left(x - \frac{b_1}{x - c_1} - \frac{b_2}{x - c_2}\right)^4 + d_1 \right]^{-1} \end{equation}
I tried a few others, but this was the method employed. As before, it was unsuccessful for me and so I tried different ways. Shame as it seems so close to being GMT applicable!