Factorial of zero

shahar

Full Member
Joined
Jul 19, 2018
Messages
557
I see a question that ask: "What are the uses of 0!" or "Why are need that !0 = 1 in calculations?
I thought to share the question with you.
Why 0! = 1?
How does it help us in calculations?
 
I see a question that ask: "What are the uses of 0!" or "Why are need that !0 = 1 in calculations?
I thought to share the question with you.
Why 0! = 1?
How does it help us in calculations?

It makes expressions like [imath] e^x=\displaystyle{\sum_{k=0}^\infty \dfrac{x^k}{k!}} [/imath]
a natural notation.

My opinion is that the faculty is a multiplicative operation by definition. Hence, [imath] 0! [/imath] should equal the neutral element of multiplication, which is [imath] 1. [/imath] You can likewise argue that [imath] 0! [/imath] is an empty product, and therefore equals [imath] 1, [/imath] just as empty sums equal [imath] 0. [/imath] This handling of products makes notation and therewith calculations easier.
 
I see a question that ask: "What are the uses of 0!" or "Why are need that !0 = 1 in calculations?
I thought to share the question with you.
Why 0! = 1?
How does it help us in calculations?
We use 0! in permutations and combinations; for example, [imath]_n\text{C}_n=\frac{n!}{n!0!}=1[/imath], which would be wrong if 0! had any other value than 1.

Similarly, [imath]_n\text{P}_n=\frac{n!}{0!}=n![/imath].

So the main value of this definition is that it makes all the formulas that use factorials consistent, without needing special treatment for zero.

Not to mention that it makes sense, as @fresh_42 says. As another example, observe that [imath]n!/n=(n-1)![/imath], and for [imath]n=1[/imath], this implies that [imath]1!/1=(1-1)!=0![/imath], and this has to be 1.
 
Top