Why Can't You Divide by Zero?
The answer is not infinity, and it is not a rule someone invented. No number can possibly work — and you can prove it in one line.
The short answer
Division is defined as the inverse of multiplication: a divided by b is the number that, multiplied by b, gives back a. Ask for 6 divided by 0 and you need a number that times 0 gives 6, but anything times 0 is 0, so no such number exists. Ask for 0 divided by 0 and every number works, so there is no single answer. Division by zero is therefore undefined — not infinity.
Transcript
Why cant you divide by zero? The usual answer is that you get infinity. That is wrong, and it will cost you marks.
Start with what division actually means. Six divided by two is asking a multiplication question in disguise: what number times two gives six? Three. Division is defined as the inverse of multiplication. That is the whole definition.
Now try six divided by zero. You are asking: what number times zero gives six? But anything times zero is zero. Never six. So there is no answer. Not a big answer, not infinity — nothing satisfies it.
Now try the sneaky one, zero divided by zero. What times zero gives zero? One works. Seven works. A million works. Every number works, so there is no single answer.
So one case has no solution and the other has infinitely many, and neither gives you the one definite value a function needs. That is why we call it undefined rather than infinite.
And if you ever force it, you can prove one equals two. Which is exactly why the rule exists.
Test yourself on Algebra
5 questions, easy to hard. No account needed to try it.
Division is defined as the inverse of which operation?
What is the correct description of the result of 6 divided by 0?
Why is 0 divided by 0 undefined, given that it is a different case from 6 divided by 0?
As x gets smaller and smaller but stays positive, what happens to 1 divided by x?
Starting from a equals b, a standard fake proof concludes that 1 equals 2. Which step is invalid?
The longer answer
Division by zero is the rare piece of school mathematics where the rule is not a convention at all. It is forced. Once you accept what division means, the impossibility follows in a single line, and nothing about it can be negotiated or extended later.
Start from the definition. Division is the inverse of multiplication: the expression a divided by b names the unique number c such that c times b equals a. Six divided by two equals three because three times two equals six, and because no other number does. That uniqueness clause is not decoration; it is what lets division be a function, and a function must return exactly one output for each input.
Now feed zero into the denominator and watch both halves of the definition break, in two different ways.
Take six divided by zero. You need a number c with c times zero equals six. But zero times anything is zero — that is a theorem, not a preference — so the left side is zero for every candidate c, and zero is never six. The equation has no solutions at all. There is nothing to name.
Take zero divided by zero. You need a number c with c times zero equals zero. Now every number works: one, seven, negative four hundred, all of them. The equation has infinitely many solutions, so there is no unique value to name. Mathematicians call this second case indeterminate to distinguish it from the first, and the distinction matters in calculus, where the form zero over zero signals that a limit needs more work rather than that it fails to exist.
So one case starves and the other floods, and neither produces the single definite value a function requires. Undefined is the honest label for both.
This is where the infinity answer needs to be handled carefully, because it is not simply stupid — it is an accurate description of a different question. Watch what happens to one divided by x as x shrinks toward zero from the positive side: one divided by 0.1 is 10, one divided by 0.01 is 100, one divided by 0.000001 is a million. The quotient grows without bound, and in the language of limits we write that the limit is infinity. That statement is about the behaviour of the function near zero. It is not a statement about the value at zero, and the two are genuinely different claims.
The clinching argument is what happens if you approach from the other side. One divided by negative 0.1 is negative 10; one divided by negative 0.000001 is negative one million. From the left the function dives toward negative infinity. So even the limit fails to exist at zero — the two sides disagree completely. If you wanted to patch the system by declaring one divided by zero to be infinity, you would immediately have to explain why it is not equally negative infinity, and there is no principled way to choose.
There is also a structural cost, and it is severe. The real numbers form what algebraists call a field, and the field axioms include that every nonzero element has a multiplicative inverse. Note the word nonzero — it is written into the axiom because admitting an inverse for zero collapses the structure. Here is the collapse in three steps. Suppose zero had an inverse and call it k, so zero times k equals one. But zero times anything equals zero. Therefore zero equals one. And once zero equals one, multiply both sides by any number a and you get that every number equals zero. The entire number system flattens to a single point.
The same collapse is what powers the classic fake proof that one equals two. Let a equal b. Multiply both sides by a to get a squared equals ab. Subtract b squared to get a squared minus b squared equals ab minus b squared. Factor each side: the left is the difference of two squares, so it becomes a plus b times a minus b, and the right becomes b times a minus b. Cancel the common factor of a minus b and conclude that a plus b equals b, and since a equals b that means 2b equals b, so 2 equals 1. Every step is legal except the cancellation — and since a equals b, the factor a minus b is exactly zero. The proof does not reveal a flaw in arithmetic. It reveals that if you allow one division by zero, you can derive anything you like, which is precisely what a contradiction means.
Two footnotes are worth knowing, because clever students raise them. Some extended number systems, such as the Riemann sphere in complex analysis, do adjoin a single point at infinity and define division by zero for nonzero numerators. They pay for it: the result is no longer a field, subtraction and ordering lose their usual behaviour, and zero over zero remains undefined even there. And in programming, floating-point arithmetic follows the IEEE 754 standard, which returns positive or negative infinity for a nonzero numerator and a special NaN value for zero over zero. That is an engineering convention designed to keep a program from crashing mid-calculation, not a mathematical result — and notice that even IEEE refuses to give zero over zero a number.