5
$\begingroup$

What is the multi-dimensional analogue of the Beta-function called? The Beta-function being $$B(x,y) = \int_0^1 t^x (1-t)^y dt$$

I have a function $$F(x_1, x_2,\ldots, x_n) = \int_0^1\cdots\int_0^1t_1^{x_1}t_2^{x_2}\cdots(1 - t_1 - \cdots-t_{n-1})^{x_n}dx_1\ldots dx_n$$ and I don't know what it is called or how to integrate it. I have an idea that according to the Beta-function: $$F(x_1, \ldots,x_n) = \dfrac{\Gamma(x_1)\cdots\Gamma(x_n)}{\Gamma(x_1 + \cdots + x_n)}$$

Is there any analogue for this integral such as Gamma-function form for Beta-function?

  • 0
    For the Beta function, the variable of integration should be $t$ not $x$. The definition is in fact $$B(x,y)=\int_0^1 t^{x-1}(1-t)^{y-1} dt$$ How would you generalize then?2012-12-03
  • 0
    yes, of course. I've already edit it.2012-12-03
  • 0
    You need to change it in your definition of $F$ also. You can't integrate with the arguments of the function. For example, what happens when you evaluate it? Say $F(1,1,...,1)$? Then you integrate with respect to $d1d1...d1$ which makes no sense. Note also that the integral of the Beta function has powers $x-1$ and $y-1$, not $x$ and $y$.2012-12-03

2 Answers 2