Hubbry Logo
Beta functionBeta functionMain
Open search
Beta function
Community hub
Beta function
logo
8 pages, 0 posts
0 subscribers
Be the first to start a discussion here.
Be the first to start a discussion here.
Beta function
Beta function
from Wikipedia
Contour plot of the beta function

In mathematics, the beta function, also called the Euler integral of the first kind, is a special function that is closely related to the gamma function and to binomial coefficients. It is defined by the integral

for complex number inputs such that .

The beta function was studied by Leonhard Euler and Adrien-Marie Legendre and was given its name by Jacques Binet; its symbol Β is a Greek capital beta.

Properties

[edit]

The beta function is symmetric, meaning that for all inputs and .[1]

A key property of the beta function is its close relationship to the gamma function:[1]

A proof is given below in § Relationship to the gamma function.

The beta function is also closely related to binomial coefficients. When m (or n, by symmetry) is a positive integer, it follows from the definition of the gamma function Γ that[1]

Relationship to the gamma function

[edit]

To derive this relation, write the product of two factorials as integrals. Since they are integrals in two separate variables, we can combine them into an iterated integral:

Changing variables by u = st and v = s(1 − t), because u + v = s and u / (u+v) = t, we have that the limits of integrations for s are 0 to ∞ and the limits of integration for t are 0 to 1. Thus produces

Dividing both sides by gives the desired result.

The stated identity may be seen as a particular case of the identity for the integral of a convolution. Taking

one has:

See The Gamma Function, page 18–19[2] for a derivation of this relation.

Differentiation of the beta function

[edit]

We have

where denotes the digamma function.

Approximation

[edit]

Stirling's approximation gives the asymptotic formula

for large x and large y.

If on the other hand x is large and y is fixed, then

Other identities and formulas

[edit]

The integral defining the beta function may be rewritten in a variety of ways, including the following:

where in the second-to-last identity n is any positive real number. One may move from the first integral to the second one by substituting .

For values we have:

The beta function can be written as an infinite sum[3] If and are equal to a number we get: where is the rising factorial, and as an infinite product

The beta function satisfies several identities analogous to corresponding identities for binomial coefficients, including a version of Pascal's identity

and a simple recurrence on one coordinate:[4]

The positive integer values of the beta function are also the partial derivatives of a 2D function: for all nonnegative integers and , where The Pascal-like identity above implies that this function is a solution to the first-order partial differential equation

For , the beta function may be written in terms of a convolution involving the truncated power function :

Evaluations at particular points may simplify significantly; for example, and[5]

By taking in this last formula, it follows that . Generalizing this into a bivariate identity for a product of beta functions leads to:

Euler's integral for the beta function may be converted into an integral over the Pochhammer contour C as

This Pochhammer contour integral converges for all values of α and β and so gives the analytic continuation of the beta function.

Just as the gamma function for integers describes factorials, the beta function can define a binomial coefficient after adjusting indices:

Moreover, for integer n, Β can be factored to give a closed form interpolation function for continuous values of k:

Reciprocal beta function

[edit]

The reciprocal beta function is the function about the form

Interestingly, their integral representations closely relate as the definite integral of trigonometric functions with product of its power and multiple-angle:[6]

Incomplete beta function

[edit]

The incomplete beta function, a generalization of the beta function, is defined as[7][8]

For x = 1, the incomplete beta function coincides with the complete beta function. For positive integers a and b, the incomplete beta function will be a polynomial of degree a + b − 1 with rational coefficients.

By the substitution and , we can show that

The regularized incomplete beta function (or regularized beta function for short) is defined in terms of the incomplete beta function and the complete beta function:

The regularized incomplete beta function is the cumulative distribution function of the beta distribution, and is related to the cumulative distribution function of a random variable X following a binomial distribution with probability of single success p and number of Bernoulli trials n:

Properties

[edit]

Continued fraction expansion

[edit]

The continued fraction expansion

with odd and even coefficients respectively

converges rapidly when is not close to 1. The and convergents are less than , while the and convergents are greater than .

For , the function may be evaluated more efficiently using .[8]

Multivariate beta function

[edit]

The beta function can be extended to a function with more than two arguments:

This multivariate beta function is used in the definition of the Dirichlet distribution. Its relationship to the beta function is analogous to the relationship between multinomial coefficients and binomial coefficients. For example, it satisfies a similar version of Pascal's identity:

Applications

[edit]

The beta function is useful in computing and representing the scattering amplitude for Regge trajectories. Furthermore, it was the first known scattering amplitude in string theory, first conjectured by Gabriele Veneziano. It also occurs in the theory of the preferential attachment process, a type of stochastic urn process. The beta function is also important in statistics, e.g. for the beta distribution and beta prime distribution. As briefly alluded to previously, the beta function is closely tied with the gamma function and plays an important role in calculus.

Software implementation

[edit]

Even if unavailable directly, the complete and incomplete beta function values can be calculated using functions commonly included in spreadsheet or computer algebra systems.

In Microsoft Excel, for example, the complete beta function can be computed with the GammaLn function (or special.gammaln in Python's SciPy package):

Value = Exp(GammaLn(a) + GammaLn(b) − GammaLn(a + b))

This result follows from the properties listed above.

The incomplete beta function cannot be directly computed using such relations and other methods must be used. In GNU Octave, it is computed using a continued fraction expansion.

The incomplete beta function has existing implementation in common languages. For instance, betainc (incomplete beta function) in MATLAB and GNU Octave, pbeta (probability of beta distribution) in R and betainc in SymPy. In SciPy, special.betainc computes the regularized incomplete beta function—which is, in fact, the cumulative beta distribution. To get the actual incomplete beta function, one can multiply the result of special.betainc by the result returned by the corresponding beta function. In Mathematica, Beta[x, a, b] and BetaRegularized[x, a, b] give and , respectively.

See also

[edit]

References

[edit]
[edit]
Revisions and contributorsEdit on WikipediaRead on Wikipedia
from Grokipedia
The Beta function, also known as Euler's integral of the first kind, is a two-parameter special function in mathematics, defined for complex numbers xx and yy with positive real parts by the B(x,y)=01tx1(1t)y1dt.B(x, y) = \int_0^1 t^{x-1} (1 - t)^{y-1} \, dt. This representation converges absolutely when Re(x)>0\operatorname{Re}(x) > 0 and Re(y)>0\operatorname{Re}(y) > 0, providing an of the function to the except for poles at non-positive integers. The Beta function is intimately connected to the through the identity B(x,y)=Γ(x)Γ(y)Γ(x+y),B(x, y) = \frac{\Gamma(x) \Gamma(y)}{\Gamma(x + y)}, which holds for Re(x)>0\operatorname{Re}(x) > 0 and Re(y)>0\operatorname{Re}(y) > 0, enabling evaluation via properties and facilitating its use in broader analytic contexts. First systematically studied by Leonhard Euler and in the and later named by Jacques Binet in , the function generalizes binomial coefficients for non-integer arguments, as B(m+1,n+1)=m!n!(m+n+1)!B(m+1, n+1) = \frac{m! n!}{(m+n+1)!} for positive integers mm and nn. Beyond its foundational role in the theory of and integral calculus—where it arises in evaluations of definite integrals and series expansions—the Beta function serves as the normalizing constant for the Beta probability distribution in statistics, with probability density function f(θ;α,β)=θα1(1θ)β1B(α,β)f(\theta; \alpha, \beta) = \frac{\theta^{\alpha-1} (1 - \theta)^{\beta-1}}{B(\alpha, \beta)} for θ(0,1)\theta \in (0, 1). This connection underscores its applications in , where Beta priors are conjugate to binomial likelihoods, and in modeling proportions or probabilities across fields like physics, , and . Extensions and generalizations, such as the incomplete Beta function, further extend its utility in and numerical computations.

Definition and Integral Representations

Standard Integral Form

The beta function, denoted B(x,y)B(x, y), is defined for complex numbers xx and yy by the integral B(x,y)=01tx1(1t)y1dt,B(x, y) = \int_{0}^{1} t^{x-1} (1-t)^{y-1} \, dt, provided that Re(x)>0\operatorname{Re}(x) > 0 and Re(y)>0\operatorname{Re}(y) > 0. This representation is known as Euler's integral of the first kind. The integral converges under these conditions because the potential singularities at the endpoints t=0t = 0 and t=1t = 1 are integrable. Near t=0t = 0, the integrand behaves like tRe(x)1t^{\operatorname{Re}(x)-1}, and the integral 0ϵtRe(x)1dt\int_{0}^{\epsilon} t^{\operatorname{Re}(x)-1} \, dt remains finite for small ϵ>0\epsilon > 0 when Re(x)>0\operatorname{Re}(x) > 0. Similarly, near t=1t = 1, substituting u=1tu = 1 - t yields an integrand behaving like uRe(y)1u^{\operatorname{Re}(y)-1}, which is integrable if Re(y)>0\operatorname{Re}(y) > 0. The integrand is continuous and bounded on the compact interval (0,1)(0, 1), so no issues arise in the interior. Leonhard Euler first introduced this integral form in 1729 in correspondence with , as part of his early work on generalizing the to non-integer values. For positive integers mm and nn, the beta function simplifies to B(m,n)=(m1)!(n1)!(m+n1)!B(m, n) = \frac{(m-1)! (n-1)!}{(m+n-1)!}, which follows from repeated or recognizing the integral as a ratio of factorials. For example, B(2,3)=1!2!4!=1224=112B(2, 3) = \frac{1! \cdot 2!}{4!} = \frac{1 \cdot 2}{24} = \frac{1}{12}.

Alternative Integral Forms

One alternative representation of the beta function, valid for Re(x)>0\operatorname{Re}(x) > 0 and Re(y)>0\operatorname{Re}(y) > 0, extends the integration limits to the positive real axis: B(x,y)=0ux1(1+u)x+ydu.B(x, y) = \int_0^\infty \frac{u^{x-1}}{(1 + u)^{x + y}} \, du. This form arises from the standard integral representation over [0,1][0, 1] through the substitution u=t/(1t)u = t / (1 - t), which transforms the finite interval into [0,)[0, \infty) while preserving the integrand structure after simplification. Another equivalent form employs and is given by B(x,y)=20π/2sin2x1θcos2y1θdθ,B(x, y) = 2 \int_0^{\pi/2} \sin^{2x - 1} \theta \, \cos^{2y - 1} \theta \, d\theta, again for Re(x)>0\operatorname{Re}(x) > 0 and Re(y)>0\operatorname{Re}(y) > 0. It is derived from the standard form via the t=sin2θt = \sin^2 \theta, which converts the powers of tt and 1t1 - t into powers of , with the differential adjusting by a factor of 2 to yield the full beta function. These representations enhance computational versatility and connections to other integrals; the infinite form proves advantageous for evaluating improper integrals of rational functions, such as those appearing in the moments of the , while the trigonometric form simplifies assessments of definite integrals involving trigonometric powers, including extensions of Wallis' formula for π\pi.

Relation to Special Functions

Connection to Gamma Function

The beta function B(x,y)B(x, y) is fundamentally related to the Γ(z)\Gamma(z) by the identity B(x,y)=Γ(x)Γ(y)Γ(x+y)B(x, y) = \frac{\Gamma(x) \Gamma(y)}{\Gamma(x + y)} for complex numbers xx and yy with (x)>0\Re(x) > 0 and (y)>0\Re(y) > 0. This relation provides an alternative expression for the beta function in terms of the , which is defined as Γ(z)=0tz1etdt\Gamma(z) = \int_0^\infty t^{z-1} e^{-t} \, dt for (z)>0\Re(z) > 0. To derive this identity, consider the product of two gamma functions: Γ(x)Γ(y)=(0tx1etdt)(0sy1esds)=00tx1sy1e(t+s)dsdt.\Gamma(x) \Gamma(y) = \left( \int_0^\infty t^{x-1} e^{-t} \, dt \right) \left( \int_0^\infty s^{y-1} e^{-s} \, ds \right) = \int_0^\infty \int_0^\infty t^{x-1} s^{y-1} e^{-(t+s)} \, ds \, dt. Introduce the t=uvt = u v, s=u(1v)s = u (1 - v), with Jacobian J=u|J| = u, and limits uu from 0 to \infty, vv from 0 to 1. This yields Γ(x)Γ(y)=010(uv)x1[u(1v)]y1euududv=01vx1(1v)y1dv0ux+y1eudu=B(x,y)Γ(x+y).\Gamma(x) \Gamma(y) = \int_0^1 \int_0^\infty (u v)^{x-1} [u (1 - v)]^{y-1} e^{-u} u \, du \, dv = \int_0^1 v^{x-1} (1 - v)^{y-1} \, dv \int_0^\infty u^{x+y-1} e^{-u} \, du = B(x, y) \Gamma(x + y). Thus, B(x,y)=Γ(x)Γ(y)Γ(x+y).B(x, y) = \frac{\Gamma(x) \Gamma(y)}{\Gamma(x + y)}. This relation extends to an of the beta function to the entire except at points where xx or yy is a non-positive , where poles arise due to those of the . The itself is with simple poles at non-positive integers, allowing the ratio to define a for B(x,y)B(x, y) via this expression beyond the original domain of convergence of the integral representation. The connection enables evaluation of the beta function using known properties of the , such as its values at half-integers. For instance, since Γ(12)=π\Gamma\left(\frac{1}{2}\right) = \sqrt{\pi}
Add your contribution
Related Hubs
User Avatar
No comments yet.