2

There's a shortcut formula in my book:

$$ \int_{0}^{\pi/2}\sin^{m}\left(x\right)\cos^{n}\left(x\right)\,{\rm d}x = {\left[\left(m - 1\right)\left(m - 3\right)\ldots\,2\ \mbox{or}\ 1\right] \left[\left(n - 1\right)\left(n - 3\right)\ldots\,2\ \mbox{or}\ 1\right] \over \left(m + n\right)\left(m + n - 2\right)\ldots\,2\ \mbox{or}\ 1} $$

On the topic it just says Gamma Function. Please answer using as simple terms as possible. I have aware only about elementary integration.

Felix Marin
  • 89,464
Shubham
  • 880

2 Answers2

1

Gamma function at integer argument is the factorial function, and the right hand side of your formula is a ratio of products of factorials...

Igor Rivin
  • 25,994
  • 1
  • 19
  • 40
1

What you have here is basically the beta function $\mathbf{B(m,n)}$. Now, $\mathbf{B(m,n)} = \frac{\Gamma(m).\Gamma(n)}{\Gamma(m+n)}$. Also, for integer n, we have $\Gamma(n) = (n-1)!$. The result follows thereby.