Project D05 - The Gamma Function
Project D05 - The Gamma Function
You may have already encountered the factorial function in your study of
mathematics. It is defined for all nonnegative integers according to the
following scheme:
n! =
ì í
î
1, if n = 0 or 1
1 ·2 ·3 ·4¼(n-1) ·n, if n ³ 2
In this project, you will study a special function that continuously
extends the factorial function to all nonnegative real numbers.
First, we'll start with an easy example. Consider the function defined
according to the following expression:
f(p) =
ó õ
¥
1
1
xp
dx.
Be careful! The variable is p.
Find the domain of f. You'll have to look at three
cases separately: p < 1, p = 1, and p > 1.
Sketch the graph of f.
Find the point c such that f(c) = c. This point is called a
fixed point. Do you understand why?
Show that
f¢(p) = -
ó õ
¥
1
lnx
xp
dx.
(Hint: Since the integration is with respect to x, you may differentiate
with respect to p through the integral.)
Evaluate ò0¥ xp-1 e-x dx for p = 1,2,3,4,5,6. (Hint: If you do
this by hand, look for a pattern.)
Make a conjecture regarding the value of ò0¥ xp-1e-x dx for any integer p > 0.
The function you began studying in Problem 2 is called
the gamma function:
G(p) =
ó õ
¥
0
xp-1 e-x dx, p > 0.
Use integration-by-parts to show that G(p+1) = p G(p).
It can be shown that G(1/2) = (p)1/2. Use this fact
and the recurrence relation above to compute G(1.5), G(2.5), and
G(3.5).
The gamma function arises in many applications, but it is not always
apparent. Express the following
integrals in terms of the gamma function.
ò0¥ x2 e-x2 dx, Hint: Let u = x2
ò01 x2 ( ln1/x )3 dx, Hint: Let x = e-u
Write a paragraph describing the history of the gamma function.
File translated from TEX by TTH, version 1.98. On 25 May 2000, 09:01.