It is my first question. In advance please sorry for my bad English!
I need to calculate this integral with help the Euler's integrals: $$ \int_0^{+\infty} \frac{1}{1+x^5} $$
I have tried decompose integrand in Taylor Series but I did not get anything. Also I tried use partial fractions and I got crazy expression.
I'm here to get an elegant solution of this question. Thank you for help in advance.
I would love to add another method. $$ \int_{0}^{+\infty}\frac{dx}{1+x^5} = \int_{0}^{1}\frac{1+x^3}{1+x^5}\,dx=\int_{0}^{1}\frac{1+x^3-x^5-x^8}{1-x^{10}}\,dx \tag{1}$$ where the first equality follows from splitting $\mathbb{R}^+$ as $(0,1)\cup[1,+\infty)$ and by enforcing the substitution $x\mapsto\frac{1}{x}$ on the second "half". Since $\frac{1}{1-x^{10}}=\sum_{n\geq 0}x^{10n}$ for any $x\in(0,1)$, the RHS of $(1)$ can be written as $$ \sum_{n\geq 0}\left(\frac{1}{10n+1}+\frac{1}{10n+4}-\frac{1}{10n+6}-\frac{1}{10n+9}\right).\tag{2} $$ On the other hand for any $a,b>0$ with $a\neq b$ we have $\sum_{n\geq 0}\frac{1}{(n+a)(n+b)}=\frac{\psi(a)-\psi(b)}{a-b}$. Due to the reflection formula for the $\psi$ function we also have the following useful lemma: $$ \forall \alpha\in(0,1),\qquad \sum_{n\geq 0}\left(\frac{1}{n+\alpha}-\frac{1}{n+(1-\alpha)}\right)=\pi\cot(\pi \alpha)\tag{3}$$ which is also a consequence of Herglotz' trick. It is enough to consider $\alpha=\frac{1}{10}$ and $\alpha=\frac{2}{5}$ to crack $(2)$ and so the original integral: $$ \int_{0}^{+\infty}\frac{dx}{1+x^5}= \frac{\pi}{10}\left(\cot\frac{\pi}{10}+\cot\frac{2\pi}{5}\right)=\frac{\pi}{5\sin\frac{\pi}{5}}.\tag{4} $$ In general, for any $\beta>1$ the same approach leads to $$ \int_{0}^{+\infty}\frac{dx}{1+x^\beta}= \frac{\pi}{\beta\sin\frac{\pi}{\beta}}.\tag{5} $$