I'm having trouble integrating this: $$\int_{0}^{\infty} \frac{1}{(1+x^{c})^{k+1}} \, \mathrm{d}x $$ Where $c,k>0$. Any ideas on how to do it?
Asked
Active
Viewed 52 times
-2
1 Answers
1
Let $x^{c} = z$, \begin{align} \int\limits_{0}^{\infty} (1+x^{c})^{-k-1} \mathrm{d} x & = \frac{1}{c} \int\limits_{0}^{\infty} z^{\frac{1}{c}-1} (1+z)^{-k-1} \mathrm{d} z \\ & = \frac{1}{c} \mathrm{B}\left(\frac{1}{c}, k+1 - \frac{1}{c}\right) \\ & = \frac{\Gamma\left( \frac{1}{c} \right)\Gamma\left( k+1-\frac{1}{c} \right)}{c\Gamma(k+1)} \end{align}
poweierstrass
- 2,388
-
-
1
-
@ poweierstrass, can you help me find this? http://math.stackexchange.com/questions/1898465/how-to-calculate-int-0-infty-fraceitx1xck1-mathrmd – Toney Shields Aug 25 '16 at 13:14
-
That integral is related to the inverse Fourier transform. My knowledge of Fourier transforms is insufficient to answer the question via this method. Also, as a commentator noted, one could try contour integration but this will be messy. I have added an up vote to the question. – poweierstrass Aug 25 '16 at 16:49
Or do you need a hand-calculation?
– Giovanni De Gaetano Aug 25 '16 at 12:42