Good evening everyone,
how can I prove that
$$\int_{-\infty}^{+\infty} \frac{1}{x^4+x^2+1}dx = \frac{\pi}{\sqrt{3}}\;?$$
Well, I know that $\displaystyle\frac{1}{x^4+x^2+1} $ is an even function and the interval $(-\infty,+\infty)$ is symmetric about zero, so
$$\int_{-\infty}^{+\infty} \frac{1}{x^4+x^2+1}dx = 2\int_0^\infty \frac{1}{x^4+x^2+1}dx.$$ Then I use the partial fraction: $$2\int_0^\infty \frac{1}{x^4+x^2+1}dx= 2\int_0^\infty \left( \frac{1-x}{2(x^2-x+1)} + \frac{x+1}{2(x^2+x+1)} \right)dx.$$ So that's all. What's next step?
\begin{align} \int_{-\infty}^{\infty} \frac{1}{x^4+x^2+1}\,\mathrm dx&=2\int_{0}^{\infty} \frac{1}{x^4+x^2+1}\,\mathrm dx\\[7pt] &=2\int_{0}^{\infty} \frac{1}{\left(x-\frac{1}{x}\right)^2+3}\cdot\frac{\mathrm dx}{x^2}\\[7pt] &=2\int_{0}^{\infty} \frac{1}{\left(y-\frac{1}{y}\right)^2+3}\,\mathrm dy\tag1\\[7pt] &=\int_{-\infty}^{\infty}\frac{1}{\left(y-\frac{1}{y}\right)^2+3}\,\mathrm dy\\[7pt] &=\int_{-\infty}^{0}\frac{1}{\left(y-\frac{1}{y}\right)^2+3}\,\mathrm dy+\int_{0}^{\infty}\frac{1}{\left(y-\frac{1}{y}\right)^2+3}\,\mathrm dy\\[7pt] &=\int_{-\infty}^{\infty}\frac{e^{z}}{\left(e^{z}-e^{-z}\right)^2+3}\,\mathrm dz+\int_{-\infty}^{\infty}\frac{e^{-z}}{\left(e^{-z}-e^{z}\right)^2+3}\,\mathrm dz\tag2\\[7pt] &=\int_{-\infty}^{\infty}\frac{2\cosh z}{\left(2\sinh z\right)^2+3}\,\mathrm dz\tag3\\[7pt] &=\int_{-\infty}^{\infty}\frac{1}{t^2+3}\,\mathrm dt\tag4\\[7pt] &=\left.\frac{\arctan\left(\frac{t}{\sqrt{3}}\right)}{\sqrt{3}}\right|_{-\infty}^{\infty}\\[7pt] &=\bbox[5pt,border:3px #FF69B4 solid]{\color{red}{\large\frac{\pi}{\sqrt{3}}}}\tag{$\color{red}{❤}$} \end{align}
Explanation :
$(1)\;$ Use substitution $\;\displaystyle y=\frac{1}{x}\quad\implies\quad \mathrm dy=-\frac{\mathrm dx}{x^2}$
$(2)\;$ Use substitution $\;\displaystyle y=e^{z}\,$ for the left integral and $\;\displaystyle y=e^{-z}\,$ for the right integral
$(3)\;$ Adding both integrals then using the fact that $\;\displaystyle \cosh z=\frac{e^{z}+e^{-z}}{2}\,$ and $\;\displaystyle \sinh z=\frac{e^{z}-e^{-z}}{2}\,$
$(4)\;$ Use substitution $\;\displaystyle t=2\sinh z\quad\implies\quad \mathrm dt=2\cosh z\;\mathrm dz$