The version almost everyone reaches for: 1 divided by a very small number gives a very large number, so 1 divided by zero "should be" infinity. It's a reasonable extrapolation — and it's wrong. Division by zero is not infinity. It is not any number. It is undefined, and keeping it that way is not a convention or a dodge; it's required for arithmetic to remain consistent.

Why the "infinity" answer feels obvious

When you compute 1/x for shrinking positive values of x, the result grows without bound:

  • 1/1 = 1
  • 1/0.1 = 10
  • 1/0.01 = 100
  • 1/0.001 = 1000

The pattern seems to point somewhere. Your intuition says: keep going, and the answer "reaches" infinity at x = 0.

This is a limit argument, and the limit is real. As x approaches 0 from the positive side, 1/x does increase without bound. In standard notation: lim(x→0⁺) 1/x = +∞.

The trap is treating that limit statement as a value of 1/0. It isn't.

The actual mechanism: the left and right limits disagree

A limit approaching from the positive side is only half the story. What happens when x approaches 0 from the negative side?

  • 1/(-0.001) = -1000
  • 1/(-0.01) = -100
  • 1/(-0.1) = -10

As x approaches 0 from the left, 1/x heads toward negative infinity. In notation: lim(x→0⁻) 1/x = -∞.

For a limit at a point to exist, the left-hand and right-hand limits must agree. Here they don't: one says +∞, the other says -∞. The two-sided limit lim(x→0) 1/x does not exist at all — not even as infinity. "1/0 = ∞" is therefore not just imprecise; it ignores half the number line.

The second reason: it breaks field arithmetic

Even setting aside limits, assigning any value to 1/0 — infinity or otherwise — makes ordinary algebra collapse.

Division is defined as the inverse of multiplication: a/b = c means c × b = a. So if 1/0 = c for some value c, then c × 0 = 1. But any number times zero is zero, not one. There is no value of c that satisfies this. The equation has no solution, so the quotient 1/0 has no definition.

The same collapse happens if you try to smuggle in a signed infinity. If you declare 1/0 = +∞ and then try to treat +∞ as an element of the real numbers, you immediately get contradictions: 2/0 = +∞ = 1/0, which implies 2 = 1. Arithmetic breaks down. The only consistent choice is to leave the expression undefined.

Worked example: why the algebra requires it

Suppose someone claims 1/0 = ∞ and proceeds to use it in algebra:

Let 1/0 = ∞
Then 2 × (1/0) = 2∞             (multiply both sides by 2)
But 2 × (1/0) = 2/0 = ∞         (the original rule applied to 2/0)
So 2∞ = ∞
Subtract ∞:  ∞ = 0              ← contradiction

This sequence exposes itself: the step "subtract ∞" is only possible if ∞ behaves like a number, and as soon as you grant it that status, the contradiction follows immediately. The real floor beneath the argument is the multiplicative-inverse equation: c × 0 = 1 has no solution, so no value of c — finite or infinite — can serve as 1/0. Every path leads to the same dead end.

Where limits do assign ∞ — and why that's different

In calculus and analysis, mathematicians do write lim(x→0⁺) 1/x = +∞. This is a precise, legitimate statement — but it means something specific: for any number M, no matter how large, you can find a δ such that 1/x > M whenever 0 < x < δ. The ∞ symbol here describes the behavior of the function as x gets close to 0; it is not a value that 1/x takes at x = 0.

The function 1/x is simply not defined at x = 0. The limit statement describes what happens in the neighborhood of that hole, not at the hole itself.

Understanding this gap — between a limit as x approaches a point and the function's value at that point — is the same conceptual shift that makes logarithmic scales feel wrong at first: what you read off a continuous curve near a point is not the same as what the function does at that exact point.

How to internalize it

  • Ask the two-sided question every time. Before claiming "1/x → ∞ as x → 0", add "from which side?" The answer changes sign depending on direction. Any expression that gives +∞ from one side and -∞ from the other has no limit, not an infinite one.
  • Translate division into multiplication. If a/b = c, then c × b = a must hold. Checking this equation for b = 0 immediately shows there is no valid c — not ∞, not any number.
  • Keep "limit equals ∞" and "value equals ∞" as separate sentences. Limits describe approach behavior. Function values require the function to actually be defined at the point. These are different things.

Check yourself

Which of the following correctly explains why 1/0 is undefined?

A. Because infinity is not a real number, and division must produce a real number.

B. Because the left-hand limit (x → 0⁻) and right-hand limit (x → 0⁺) of 1/x are unequal, and because no number c satisfies c × 0 = 1.

C. Because 1/x decreases toward zero as x grows large, so at x = 0 the function must also equal zero.

D. Because dividing by zero would require a calculator to overflow, which hardware cannot handle.


Correct answer: B. Both conditions independently rule out any value for 1/0. The disagreeing one-sided limits show the two-sided limit doesn't exist even as ±∞; the multiplicative-inverse check shows no finite or infinite value can satisfy the definition of division.

Close the gap

The "it should be infinity" instinct is genuinely reasonable — it comes from correctly observing a limit. The gap is between limit behavior and function value, and between one-sided and two-sided limits. That gap almost never comes up in arithmetic class, so it stays invisible until it causes a real problem.

A tutor working through a problem with you can catch the exact moment you conflate a limit with a value — and redirect before that confusion compounds into the next step. That's the kind of in-the-moment correction that unsticks things faster than rereading.

Try Gradual Learning free →