Product representations of the factorial function?

310 Views Asked by At

Is this the only product representation of the factorial function?

$$ {n!} =\prod_{k=1}^{n} k $$

3

There are 3 best solutions below

0
On BEST ANSWER

There is the Weierstrass infinite product definition of Gamma function

$$\Gamma(z) = \frac{e^{-\gamma z}}{z}\prod_{k=1}^{\infty}\left(1+\frac{z}{k}\right)^{-1} e^{\frac{z}{k}}$$

which leads to $$n! = \Gamma(n+1) = \frac{e^{-\gamma (n+1)}}{n+1}\prod_{k=1}^{\infty}\frac{k}{k+n+1}e^{\frac{n+1}{k}}$$

2
On

This is another one, for $n>2$

$${n!} =\prod_{k=2}^{n} k$$

And another one not so stupid:

$$n!= \int_0^\infty x^ne^{-x}dx\qquad n\in\mathbb{N}$$

That's the gamma function, that generalizes the factorial to complex numbers, when $n$ is allowed to be complex. I don't know more. But basically that's the definition for factorial... so every manipulation that you can think about and it's acceptable will be a different representation.

2
On

Euler probably did something like the following to extend the factorial function to values other than the positive integers.

Let $x$ be a positive integer.

Then $ \displaystyle x! = \frac{(x+n)!}{(x+1)(x+2) \cdots (x+n)} = \frac{(x+n)(x+n-1) \cdots (n+1) n!}{(x+1)(x+2) \cdots (x+n)}$

$ \displaystyle= \frac{(n+1)(n+2) \ldots (n+x)}{n^{x}}\frac{n! \ n^{x}}{(x+1)(x+2) \cdots (x+n)}$

And $ \displaystyle \lim_{n \to \infty} x! = x! = \lim_{n \to \infty} \frac{(n+1)(n+2) \ldots (n+x)}{n^{x}} \cdot \lim_{n \to \infty}\frac{n! \ n^{x}}{(x+1)(x+2) \cdots (x+n)}$

$ \displaystyle =\lim_{n \to \infty} \frac{n! \ n^{x}}{(x+1)(x+2) \cdots (x+n)} = \lim_{n \to \infty} \frac{n^{x}}{\left( 1 + x \right) \left( 1+ \frac{x}{2} \right) \cdots \left( 1 + \frac{x}{n} \right)}$

$ \displaystyle = \lim_{n \to \infty} \frac{\prod_{k=1}^{n-1} (1 + \frac{1}{k} )^{x}}{\left( 1 + x \right) \left( 1+ \frac{x}{2} \right) \cdots \left( 1 + \frac{x}{n} \right)} =\prod_{k=1}^{\infty} \frac{(1+\frac{1}{k})^{x}}{1+ \frac{x}{k}}$

Now let $\Gamma(x) = (x-1)!$ (which for some reason is how the gamma function is defined for positive integers).

Then $\Gamma(x+1) = x \Gamma(x)$ and $ \displaystyle \Gamma(x) = \frac{1}{x} \prod_{k=1}^{\infty} \frac{(1+\frac{1}{k})^{x}}{1+ \frac{x}{k}}$

But that infinite product converges not only when $x$ is a positive integer, but also when $x$ is any complex number excluding zero and the negative integers.