How do I find $\displaystyle\int\dfrac{dx}{1+x^8}$?
My friend asked me to find $\displaystyle\int\dfrac{dx}{1+x^{2n}}$ for a positive integer $n$. But looking up I am getting pretty noisy answer for a general value.
I have seen that $\displaystyle\int\dfrac{dx}{1+x^6}$ can be broken into partial fractions because of the odd factor of $6$. So I am curious what is the algorithm to compute the integral for $n$ being a power of $2$.
$$\frac{1}{x^n+1} = \sum_{k=1}^n\frac{1}{n\omega_k^{n-1}(x-\omega_i)} = -\frac{1}{n}\sum_{k=1}^n \frac{\omega_k}{x-\omega_k}$$
– achille hui Jul 23 '14 at 13:07