Why is division by zero undefined?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 3K views
Beer w/Straw
Messages
49
Reaction score
0
This question seems to befall everyone at one point or another. So much so I begin to get deliberately silly when it is asked http://www.wolframalpha.com/input/?i=Abs[1/0]

Anyway, I'm wondering if there is a sticky present on these forums that addresses it specifically. Something besides mathworld or wiki.

Thanks.
 
Mathematics news on Phys.org
Here's a quick rundown: You can't divide by zero because if you re-arrange the following:
[tex] \frac{x}{y} = w[/tex]
Multiplying each side of the equation by y:
[tex] y\cdot w = x[/tex]

And we are looking at the case where y=0 and x=anything, then:

[tex] \frac{3}{0} = w[/tex]
Which we put as:
[tex] 0\cdot w = 3 [/tex]

So here we are asking, "what number, w, times 0 (zero), will give 3?" (or anything non-zero)

But, any number times 0 must be zero (by definition). So it doesn't make sense to divide by zero. Moreover, this is called a one-to-many operation, because instead of 3 we could have chose any other number, and we would still be in the same boat. So it's not hard to see why we leave division by zero undefined, most of the time it simply does not make much sense.

Here's another explanation by one of our mentors:
https://www.physicsforums.com/showthread.php?t=530207
 
Last edited by a moderator:
Thanks, I just found that sticky.

My bad for not doing a little searching first.
 
Beer w/Straw said:
This question seems to befall everyone at one point or another. So much so I begin to get deliberately silly when it is asked http://www.wolframalpha.com/input/?i=Abs[1/0]
There is not a simple question of 1/0 being undefined. There is no ambiguity to abs(1/0).

The reason 1/0 is undefined is because [itex]\lim_{x\to0} \frac 1 x[/itex] does not exist. It's either +∞ or -∞, depending on the direction from which x approaches zero. Extending to the complex domain, [itex]\lim_{z\to0} \frac 1 z[/itex], doesn't help. Now you get a number with infinite magnitude but unknown direction.

On the other hand, [itex]\lim_{z\to 0} \left|\frac 1 z\right|[/itex] does exist. It is +∞, and this is exactly what Mathematica reports.