2

Calculate: $$\int^{\pi /2}_{0}\tan ^{\alpha} x dx$$ with $| \alpha|<1$

Answer: $\pi/(2 \cos \frac{\alpha \pi}{2})$

In $B$ function or integral, we have $B(x,y)=\int^{1}_{0}t^{x-1}(1-t)^{y-1}dt$ which is defined on interval $(0,1)$, but the problem listed above seems out of range with $\alpha$ uncertain. Thank you for your help.

Edit: The previous one seems broken... thanks for @curiousguest

1 Answers1

2

First, show that $$\int_0^{\pi/2}\sin^\alpha x\cos^\beta x\,dx=\frac12\mathrm{B}\left(\frac{1+\alpha}{2},\frac{1+\beta}{2}\right)$$ by substitution $t=\sin^2 x$. Then your integral is $$I=\frac12\mathrm{B}\left(\frac{1+\alpha}{2},\frac{1-\alpha}{2}\right)=\frac{\Gamma(\frac{1+\alpha}{2})\Gamma(\frac{1-\alpha}{2})}{2\Gamma(1)}=\frac12\Gamma\left(1-\frac{1-\alpha}{2}\right)\Gamma\left(\frac{1-\alpha}{2}\right)=\frac{\pi}{2\sin\pi(\frac{1-\alpha}{2})}$$ by Euler's reflection formula.

CuriousGuest
  • 4,291
  • 1
  • 19
  • 33