Value of $$\int _0^{+\infty }\:\frac{1}{\left(1+x^2\right)\left(1+x^{\alpha }\right)}dx$$ while $\alpha$ is constant.
I have no idea. How to solve it? Any suggestion?
==========update=======
Just now I read several answers, I mistakenly thought that this question is far beyond my understanding, so I accepted the answer that I did not understand and wanted to give up the question.
But, I found out:
let x = tanu
then:
$\int _0^{+\infty }\:\frac{1}{\left(1+x^2\right)\left(1+x^{\alpha }\right)}dx$
$=\int _0^{\frac{\pi }{2}}\:\frac{\sec^2u}{\left(1+\tan^2u\right)\left(1+\tan^{\alpha }u\right)}d\tan u$
$=\int _0^{\frac{\pi }{2}}\:\frac{1}{1+x^{\alpha }}dx$
It seemed a little easier. What should I do next?
To expand on @EdwardH.'s comment:
Begin with$$\begin{align}\int_0^\infty f(x)dx&=\int_0^1f(x)dx+\int_1^\infty f(x)dx\\&=\int_0^1f(x)dx+\int_0^1\frac{f(1/x)}{x^2}dx\\&=\int_0^1\left(f(x)dx+\frac{f(1/x)}{x^2}\right)dx,\end{align}$$where the penultimate $=$ substitutes $x\mapsto 1/x$ in the integral on $[1,\,\infty)$. In particular, if $f(x)=g(x)/(1+x^2)$ this simplifies, since $\frac{1/x^2}{1+(1/x)^2}=\frac{1}{1+x^2}$, to$$\int_0^\infty\frac{g(x)dx}{1+x^2}=\int_0^1\frac{g(x)+g(1/x)}{1+x^2}dx.$$The choice $g(x):=\tfrac{1}{1+x^\alpha}$ satisfies$$g(x)+g(1/x)=\frac{1}{1+x^\alpha}+\frac{x^\alpha}{1+x^\alpha}=1,$$so the requested integral is $\int_0^1\tfrac{dx}{1+x^2}=\tfrac{\pi}{4}$, regardless of $\alpha$.