It is common knowledge that zero factorial is equal to one. Everyone learns this in math class in middle school. However, when we delve into it further, most of us might realise that our understanding of this concept is rather shaky.
The general challenge we have with mathematics is that we take things for granted. We often donât wish to come across as stupid for asking âdumbâ-sounding questions. If the teacher says 0! = 1, it is probably wise to just accept it and move on. Why question authority that has never been wrong before?
Well, why not? Why not ask WHY?! It doesnât really have much to do with the teacher, but more to do with us. If we do not understand something fundamentally, we should not be fear asking why, even if the question sounds stupid. In any case, this is no classroom, and I am no teacher.
But I fully intend to delve deeper into this concept to explain why exactly is 0! = 1. I will be explaining why this is the case by solving easy, incremental puzzles that anyone can understand. If you read my article on why any number raised to the power zero = 1, then you should know that we are going to use a very similar approach here.
This essay is supported by Generatebg
What is a Factorial?
A factorial is a function in mathematics that is applied to non-negative integers. When this function is applied to an integer n, it results in a multiplicative series of all positive integers less than or equal to n. It is probably easier to look at a couple of examples:
The key point to note here is that the number is multiplied with integers in decreasing order until 1 is reached. So far, regardless of which positive integer we start from, the multiplicative series has ended with 1. However, zero is a non-negative integer as well.
What happens when we need to compute the factorial function for zero? It isnât quite obvious. But at the same time, I assure you that itâs not as complex as it appears. Weâll start by moving the factorial function up and down the integers â this will make it straightforward for us to understand what is going on here.
Factorials in Ascending Order
Let us consider the factorial function for 1. 1! = 1 (it is 1 because there is no positive integer that is lesser than 1). Let us say that I wish to transform this into 2! How can I do it?
Since we are moving up an integer, we just need to multiply by 2. That is: 2! = 2*1. Similarly, if we wish to transform this to 3!, all we need to do is multiply the existing series with a 3. Below, you can see a few examples worked out for clarity:
Furthermore, what we see from the examples is that the factorial of any integer is just the integer multiplied by the factorial of the integer minus one. For example, 4! = 4*3! And 5! = 5*4! This observation will come in handy for us in the next step.
Factorials in Descending Order
Let us now do the exact opposite of what we did before. What if we start with 5! and work our way down? Letâs do just that. What do I need to do to 5! to get to 4!? Since we are moving down by one integer, we need to do the opposite of what we did last time; we just divide by 5. Similarly, if we wish to transform 4! to 3!, all we need to do is divide by 4. Here are the corresponding examples worked out:
The key point to note here is that in order to lower the factorial function from n! to (n-1)!, we have to divide n! by n, i.e., n!/n.
Getting to Zero Factorial
Now that we have solved the puzzle up to the point of moving down integers using the factorial function, let us just keep going. What happens if we wish to transform 2! to 1!, and so on? Letâs find out.
So, as we keep going down to zero, we realise why 0! equals 1. What 0! actually means is that 1! is being divided by 1 (1!/1). This makes logical sense under the definition of the factorial function. And we no longer have to take anything for granted.
I hope you found this article interesting and useful. If youâd like to get notified when interesting content gets published here, consider subscribing.
Further reading that might interest you: Does Division By Zero Really Lead To Infinity? and How To Use Mathematics To Choose A Life Partner?
Comments