Problem 82
Question
The Beta function, which is important in many branches of mathematics, is defined as $$ B(\alpha, \beta)=\int_{0}^{1} x^{\alpha-1}(1-x)^{\beta-1} d x $$ with the condition that \(\alpha \geq 1\) and \(\beta \geq 1\). (a) Show by a change of variables that $$ B(\alpha, \beta)=\int_{0}^{1} x^{\beta-1}(1-x)^{\alpha-1} d x=B(\beta, \alpha) $$ (b) Integrate by parts to show that \(B(\alpha, \beta)=\frac{\alpha-1}{\beta} B(\alpha-1, \beta+1)=\frac{\beta-1}{\alpha} B(\alpha+1, \beta-1)\) (c) Assume now that \(\alpha=n\) and \(\beta=m\), and that \(n\) and \(m\) are positive integers. By using the result in part (b) repeatedly, show that $$ B(n, m)=\frac{(n-1) !(m-1) !}{(n+m-1) !} $$ This result is valid even in the case where \(n\) and \(m\) are not integers, provided that we can give meaning to \((n-1) !\), \((m-1)\) !, and \((n+m-1) !\).
Step-by-Step Solution
VerifiedKey Concepts
Change of Variables
- Substituting the entire integral: \( x^{\alpha-1}(1-x)^{\beta-1} \) becomes \( (1-u)^{\alpha-1} u^{\beta-1} \).
- Adjusting the integral's limits and sign: the negative sign from \( dx = -du \) is canceled by reversing the integration limits.
Integration by Parts
- This means \( du = -(\beta-1)(1-x)^{\beta-2} \, dx \)
- And \( v = \frac{x^\alpha}{\alpha} \)
- The first term \( uv \) evaluated at the boundaries is zero, because either factor has a boundary term, becoming zero when \( x = 0 \) or \( x = 1 \).
- For \( \int v \, du \), it simplifies the original function allowing a recursive step.
Factorial Properties
- Use the relation \[ B(n, m) = \frac{n-1}{m} B(n-1, m+1) \] repeatedly until \( n = 1 \)
- This continues building a factorial in the numerator for \( n \) while managing the multiplicative terms in the denominator