Is There a Simple Explanation for Why Division by Zero is Undefined?

  • Context: High School 
  • Thread starter Thread starter Hippasos
  • Start date Start date
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 3K views
Hippasos
Messages
75
Reaction score
0
let u = undefined

Let n be any integer

n / 0 = u

n = 0 / u

n = 0

Can we really do arithmetic operations with undefined? I assume the operation is however made when we declare: n / 0 = undefined.

is there any simple explanation for the fact that other operations with zero are defined except division by it?
 
Mathematics news on Phys.org
Hippasos said:
Can we really do arithmetic operations with undefined?

Of course we can't do arithmetic operations with undefined values! When we say that some quantity is undefined, we mean to say that there is no real number with that property.

is there any simple explanation for the fact that other operations with zero are defined except division by it?

Yes! If you accept the other properties of real numbers involving zero, you are forced to accept that [itex]\alpha/0[/itex] is undefined for all real [itex]\alpha[/itex].
 
If we were to "define" a/0= x for some x, that would be equivalent to saying that a= (0)x. But (0)x= 0 for any number x so, as long as [itex]a\ne 0[/itex], that makes no sense. On the other hand, if a= 0, then (0)x= a= 0 for any x so a/0 still cannot be any specific number.