Posted on 12/08/2006 12:20:06 PM PST by LibWhacker
Schoolchildren from Caversham have become the first to learn a brand new theory that dividing by zero is possible using a new number - 'nullity'. But the suggestion has left many mathematicians cold.
Dr James Anderson, from the University of Reading's computer science department, says his new theorem solves an extremely important problem - the problem of nothing.
"Imagine you're landing on an aeroplane and the automatic pilot's working," he suggests. "If it divides by zero and the computer stops working - you're in big trouble. If your heart pacemaker divides by zero, you're dead."
Computers simply cannot divide by zero. Try it on your calculator and you'll get an error message.
But Dr Anderson has come up with a theory that proposes a new number - 'nullity' - which sits outside the conventional number line (stretching from negative infinity, through zero, to positive infinity).
'Quite cool'
The theory of nullity is set to make all kinds of sums possible that, previously, scientists and computers couldn't work around.
"We've just solved a problem that hasn't been solved for twelve hundred years - and it's that easy," proclaims Dr Anderson having demonstrated his solution on a whiteboard at Highdown School, in Emmer Green.
"It was confusing at first, but I think I've got it. Just about," said one pupil.
"We're the first schoolkids to be able to do it - that's quite cool," added another.
Despite being a problem tackled by the famous mathematicians Newton and Pythagoras without success, it seems the Year 10 children at Highdown now know their nullity.
Loved those TRS-80's. Give me!
Yes
Example.
Divide 1 by 1 and the answer is 1
Divide 1 by 1/10 and the answer is 10
Divide 1 by 1/100 and the answer is 100
Divide 1 by 1/1,000 and the answer is 1,000
Divide 1 by 1/10,000 and the answer is 10,000
Divide 1 by 1/100,000 and the answer is 100,000
Divide 1 by 1/1,000,000 and the answer is 1,000,000
This illustrates that as the absolute value of the denominator approaches zero the answer approaches infinity. 1/infinity is almost as close to zero as one can get. Therefore, dividing 1 by 1/infinity is infinity. I trust I wont have to explain why I said almost as close.
I would like to know who the first person was who died from his pacemaker dividing by zero.
Typical BBC empty filler.
This problem has been solved, and you are using the result right now.
http://www.gnu.org/software/libc/manual/html_node/Infinity-and-NaN.html
Why is that?
Even so.
What does that have to do with the value of nullity?
Either that, or we determine that the lowest value for a given variable or its highest possible value (either 2,147,483,648 or 2,147,483,647 since we're using 32 bit signed integers) to be a divide by zero condition.
By "divide by zero condition" do you mean "nullity"? If that's the case, we have to do that for all types (signed and unsigned 8-bit, 16-bit, 32-bit, 64-bit integer values, floats, doubles, etc.). Now all of a sudden "nullity" is represented by many different values depending on the data type. That just doesn't make sense!
It doesn't fall on the number line, so it is impossible to represent using binary unless you special case the value, which is what you're doing in your code now to avoid divide by zero errors. So defining "nullity" doesn't help you at all in your programs. You're better off doing precondition checking to insure you don't divide by zero, or handling it after the fact by catching the exception.
Dividing by zero makes any number equal to any other number. It renders the number system meaningless.
Suppose a=b:
a^2-b^2 = a^2-ab = a(a-b),
but
a^2-b^2 = (a+b)(a-b);
therefore,
a(a-b) = (a+b)(a-b)
and dividing by a-b we have
a = a+b.
Let a = 1. Then 1 = 1+1 = 2.
Isn't that special?
*sniff* I miss my TI-99/4a!
I prefer PV=nrT
Yes, this guy is to mathematics as Rodney's Dr. Vinnie Goombatz is to medicine.
Al Gore used it to predict the end of the world! See, it works!
And what is infinity/pi^2? :)
"In the LIMIT!"
A jillion. Plus fifty cents.
2+2=6 as 2 approaches 3.
I think you forgot to carry the pineapple-upside-down-beans.
Disclaimer: Opinions posted on Free Republic are those of the individual posters and do not necessarily represent the opinion of Free Republic or its management. All materials posted herein are protected by copyright law and the exemption for fair use of copyrighted works.