This exercise set contains some solved exercises on the Beta function. The theory needed to solve these exercises is introduced in the lecture entitled Beta function.
Compute the following
product:
where
is the Gamma function and
is the Beta function.
We need to write the Beta function in
terms of Gamma
functions:
where
we have used several elementary facts about the Gamma function, that are
explained in the lecture entitled Gamma
function.
Compute the following
ratio
where
is the Beta function.
This is achieved by rewriting the
numerator of the ratio in terms of Gamma functions and using the recursive
formula for the Gamma
function:
Compute the following
integral:
We need to use the integral
representation of the Beta
function:
Now,
write the Beta function in terms of Gamma
functions:
Substituting
this number into the previous expression for the integral, we
obtain:
If
you wish, you can check the above result using the following MATLAB commands:
syms x
f=(x^(3/2))*((1+2*x)^-5)
int(f,0,Inf)