Here's another cool identity from Euler. You can start by defining the factorial of a number, denoted n!, as that number multiplied by all the numbers below it. Mathematically, this means n!=n⋅(n−1)⋅(n−2)⋯1. We can also write this recursively, as
n!=n⋅(n−1)!0!=1
Taking n∈N, the first few values indexed by n are {1,2,6,24,125,750,5250,…}. Taking the factorial as a function, it seems that it can grow far more quickly than any exponential function. This can be easily checked by using the taylor series of f(x)=ex:
en=k=0∑∞k!nk
en>n!nn→n!>ennn=enln(n)−n
This sets a lower bound on the growth of n!. An obvious upper bound is n!<nn, so we can roughly say that the factorial grows like nn as n approaches ∞. However, nn doesn't fully satisfy the functional equation n!=n(n−1)!, so there must be lower-order terms. These can be found with Stirling's approximation.
Here's a challenge: can we define the factorial for all real numbers? How about complex ones as well? It turns out we can, and this is where the gamma function can be introduced:
Γ(x)=∫0∞tx−1e−tdt
This seemingly comes out of nowhere, but it relies on a following neat observation:
∫0∞tne−tdt=∫0∞ntn−1e−tdt
Thus it satisfies the same functional formula, Γ(x)=xΓ(x−1). Evaluating the full integral gives Γ(x)=(n−1)! whenever x is an integer. We now have a factorial function, the Gamma function, which is continuously defined.
Due to the functional equation, this function blows up at all negative values. However, it stays finite for non-integer negative values. Thanks to the Weierstrass factorization theorem, we can factorize this function (or it's reciprocal) as a product of its poles (or zeroes) as:
Γ(x)1=xeγxn=1∏∞(1+x/n)e−x/n
Where γ=limk→∞∑n=1k1/n−lnk≈0.57722. This will take a bit of work to justify. We can start with the peculiar identity
Γ(x)=p→∞lim(x+p)!p!px(x−1)!
Proof:
To prove this, we can expand (p+x)! as (x−1)!(x)(x+1)⋯(x+p) and introduce a strange factor pxp! to get
(x−1)!=x(x+1)⋯(x+p)(p+x)!=pxp!(p+x)!x(x+1)⋯(x+p)pxp!
The leftmost fraction expands to
pxp!(p+x)!=p!p!px(p+1)(p+2)⋯(p+x)=(1+1/p)(1+2/p)⋯(1+x/p)
Which approaches 1 as p→∞. This must mean that
(x−1)!=pxp!(p+x)!x(x+1)⋯(x+n)pxp!=p→∞limx(x+1)⋯(x+p)pxp!
Or
Γ(x)=p→∞lim(x+p)!p!px(x−1)!
It takes some more work to prove that this works with any argument (it's definitely a challenging exercise). I'll skip the details here though. From here we can find the Weierstrass factorization
Γ(x)=p→∞limx(1+x)(1+x/2)⋯(1+x/p)exlnp
=p→∞limxex(lnp−1−1/2−1/3−⋯−1/p)n=1∏p1+x/n1ex/n
Γ(x)=xe−γxn=1∏∞1+x/n1ex/n
This leads to a really interesting functional equation for the gamma function, known as Euler's reflection formula. The Weierstrass factorization of sin(πx) is given by:
sin(πx)=πxn∈Z∏(1−x/n)=πx(n=1∏∞(1−x/n))(n=1∏∞(1+x/n))
The big terms suggest that we can relate this with Γ(x) in some way. We can derive:
n=1∏∞(1+x/n)=xeγxΓ(x)ϵ(x)
n=1∏∞(1−x/n)=xϵ(x)Γ(−x)−eγx
Where ϵ(x)=n=1∏∞e−x/n. Replacing the separated terms in the Weierstrass factorization of sin(πx) yields:
sin(πx)=πx(xeγxΓ(x)ϵ(x))(xϵ(x)Γ(−x)−eγx)=xΓ(x)Γ(−x)−π
Appealing to the functional equation Γ(x+1)=xΓ(x) leads us to simplify xΓ(−x) as −Γ(1−x), giving us the full reflection identity:
sin(πx)=Γ(x)Γ(1−x)π
#Calculus
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
There are no comments in this discussion.