Stories
Slash Boxes
Comments

News for nerds, stuff that matters

Slashdot Log In

Log In

Create Account  |  Retrieve Password

Professor Comes Up With a Way to Divide by Zero

Posted by samzenpus on Thu Dec 07, 2006 02:01 AM
from the it-seems-so-obvious-now dept.
54mc writes "The BBC reports that Dr. James Anderson, of the University of Reading, has finally conquered the problem of dividing by zero. His new number, which he calls "nullity" solves the 1200 year old problem that niether Newton nor Pythagoras could solve, the problem of zero to the zero power. Story features video (Real Player only) of Dr. Anderson explaining the "simple" concept."
+ -
story
This discussion has been archived. No new comments can be posted.
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
 Full
 Abbreviated
 Hidden
More
Loading... please wait.
  • Argh!!! (Score:5, Funny)

    by Travoltus (110240) on Thursday December 07 2006, @02:02AM (#17142572) Journal
    So much for my $200 calculator.
    • Re:Argh!!! (Score:5, Funny)

      by MountainMan101 (714389) on Thursday December 07 2006, @02:09AM (#17142632)
      My £100 (equivalent $200) will happily divide by Zero. It displays and "E" on the screen which I take to mean 14 in hex. So anything divided by Zero is 14. Apart from Zero divided by Zero which amusingly it consider to be Zero.

      In fact, using proof-by-blatant-assertion,

      if 0/0=14
      then 0*14 must = 0
      which it does
      therefore 0/0=14
      so there !
      • Re:Argh!!! (Score:5, Funny)

        by buswolley (591500) on Thursday December 07 2006, @02:53AM (#17142912) Journal
        Great, a whole new class of errors just got introduced into my code.

        Why is the algorithm producing that? Oh I introduced a nullity.

        Furthermore, they shouldn't have called it a nullity. They should have called it a Bush.

          • Re:Argh!!! (Score:5, Interesting)

            by sg_oneill (159032) on Thursday December 07 2006, @05:03AM (#17143560)
            Actually Im going to retract unreservedly the crank comment right now...

            Reading his stuff, he's proposing an abstract machine as an alternative to the universal turing machine (also an abstract machine) that solves the problem of exceptions in algebra. He's suggesting it has alot of philisophical implications somewhat aligned with the way conventional algebra does. I havent quite grokked the central thesis of it, as my maths is way rusty, but its actually quite interesting.

            The 0/0 = nullity stuff is a tragic little misstatement of what he's getting at.
            • Re:Argh!!! (Score:5, Funny)

              by RDW (41497) on Thursday December 07 2006, @07:17AM (#17144180)
              He doesn't stop there, either:

              http://archives.nesc.ac.uk/gcproposal-5/0080.html [nesc.ac.uk]

              "It is simply a technical matter to extend this compiler to deal with the
              whole of C. I could then cross-compile from Pop11, Lisp, or any other
              language for which there is a C source version. At that point I would be
              able to produce massive neural nets that implement operating systems, word
              processors, compilers and the like. It would be relatively straight forward
              to compile Linux into a neural net. This opens up the possibility of doing
              research on massively large neural networks. We could then move away from
              our toy implementations and start examining useful systems. "

              Imagine a Beow...[Error in universe.pl line 15x10^9: Division by zero]

        • Re:Basic math (Score:5, Informative)

          by Chowderbags (847952) on Thursday December 07 2006, @05:26AM (#17143676)
          The limit of a constant over x as x approaches zero would depend on which direction you're approaching x from. For 23/x, if you approach 0 from the left, you get -inf, and if you approach it from the right you get a positive inf. Really, though, the behavior is better defined as an unbounded number approaching positive or negative infinity.

          lim x->0+ (1/x) = inf
          lim x->0- (1/x) = -inf

    • Re:Argh!!! (Score:5, Funny)

      by fintler (140604) <fintler@gm[ ].com ['ail' in gap]> on Thursday December 07 2006, @07:31AM (#17144226) Homepage
      So much for my $200 calculator.

      wait, you paid $200 for a calculator?

      b = $100
      a = b
      a^2 = ab
      a^2-b^2 = ab-b^2
      (a+b)(a-b) = b(a-b)
      a+b = b
      since a = b
      b+b = b
      2b = b
      $200 = $100

      They ripped you off. $200 is really only worth $100
  • by BWJones (18351) * on Thursday December 07 2006, @02:02AM (#17142574) Homepage Journal
    His new number, which he calls "nullity"

    Well, thats just nullty. :-)

    Seriously though, as I understand it, this is simply another mathematical structure that allows a different scalar much like a real projective line, right? If that is the case, then there is nothing really new here and there can be no application or definition with real numbers or integers. Alternatively by interpreting this as a commutative ring, one might be able to extend this to where division by zero does not always get you in trouble, but the precise interpretation of "division" is fundamentally altered. This too is not a new concept.

    However, all of that said, I am a bioscientist and my math skills are not as strong as a formally trained mathematician, so I will defer to those here who are stronger mathematicians than I if this interpretation is incorrect.

    • by RodgerDodger (575834) on Thursday December 07 2006, @02:14AM (#17142660)
      Perhaps. OTH, complex numbers are an incredibly useful tool in electrical engineering, yet were deemed so useless when first conceived that they were called imaginary numbers.
        • by buswolley (591500) on Thursday December 07 2006, @02:59AM (#17142954) Journal
          I say this report is Bullshit. What professor, after making a huge discovery, proceeds to teach it to children before presenting it at a seminar of his peers? If these children are his peers, then I suggest he merely drew a symbol and named it 0/0.
        • by Anonymous Coward on Thursday December 07 2006, @03:11AM (#17143020)
          0/0 should be a special case where dividing by zero actually yields a valid real number, and all other divisions by 0 are undefined.

          Wrong.

          0/x gives 0. Always. And x/x gives 1. Always. Now, try for x=0... That gives 0/0 = 0 and 1 at the same time. That's why it's undefined, usually called NaN (Not a Number).

          Anything else divided by zero can be defined as giving infinity or -infinity, which can be used in further calculations just fine, even coming to the correct result.
          Example: The angle of the vector (1,0): arctan(1/0)*180/pi = 90 degrees. Works just fine. Not so for NaN, any calculation involving NaN will continue giving NaN.
    • by itwerx (165526) <itwerx@gmail.com> on Thursday December 07 2006, @02:49AM (#17142900) Homepage
      Seriously though...if this interpretation is incorrect.

      Your interpretation is correct but for proper mathematical representation it should be reduced to its simplest form.
            While simpler reductions may be possible I believe the following best conveys the essence of the equation:
            "Dr. Anderson is a pompous idiot."
      • by mike260 (224212) on Thursday December 07 2006, @04:41AM (#17143458)
        Also, if any plane ever falls out of the sky because its software was dividing by zero, the engineers should be promptly be drug out into the street and shot.

        In any case, I'm not sure I see how nullity rectifies the problem.

        "Good morning ladies and gentlemen, this is your captain speaking. We're nullity minutes into this flight, and we're cruising at nullity knots, at an altitude of nullity feet below sea level. We've got a nice tailwind blowing along an axis perpendicular to spacetime, so we hope to arrive at our destination (7i-4) minutes early."
      • by kongit (758125) on Thursday December 07 2006, @04:47AM (#17143488)
        If you wouldn't mind emailing me your name, address, and credit card number (used only for verification and other stuff) I will send you 1 (one) Nobel prize in the field of mathematics for a limited time offer not exceed 5 days. By accepting this offer you are agreeing that I, the arbitrary nullity, will thus forth be bequeathed of all known possessions you, the numbskull who happens to be still reading this. Furthermore, without further ado, we bring you something completely differential.
      • by salec (791463) on Thursday December 07 2006, @06:57AM (#17144094)
        The problem with trying to abstract is that 0 holds no sign. It poses no problem when you multiply with 0, because you don't need to ask about the sign of resulting 0. However, when dividing finite with 0, you know that you have two possible and distant infinite outcomes.

        Therefore, if there was 0 and -0, you could claim x/0 = (SIGN(x))*infinity and x/(-0) = -(SIGN(x))*infinity.

        Perhaps nullity is used to address exactly this problem of zero's "third sign". There is also similar concept, "infinite complex number", where complex plane is mapped on Riemann's sphere, where south pole is mapped to zero, while north pole is considered "complex infinity". The nullity is "real numbers' only" version of that.
  • by BadAnalogyGuy (945258) <BadAnalogyGuy@gmail.com> on Thursday December 07 2006, @02:04AM (#17142590)
    The professors at 'Rithmetic State were non-plussed upon hearing the news.
  • Umm... NaN? (Score:5, Funny)

    by The boojum (70419) on Thursday December 07 2006, @02:04AM (#17142596)
    Is it just me or does it sound like he thinks he's invented the NaN?
  • Hmm (Score:5, Funny)

    by mdemonic (988470) on Thursday December 07 2006, @02:05AM (#17142600)
    There's zero comments yet. Wonder how many comments that is per poster
  • by NETHED (258016) on Thursday December 07 2006, @02:07AM (#17142618) Homepage
    I can make up numbers too...

    What he did was assign the previously "undefined" integer with a defined symbol that means the same thing. Infinity in both directions.

    While interesting, the concept has little use.

    From the article "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.".
    Now, instead of getting an error message, the computer give a 0 with a line through it, and THEN an error message.
  • by b1ufox (987621) on Thursday December 07 2006, @02:09AM (#17142638) Homepage Journal
    mod original post up by 0/0 points :)
  • by bananaendian (928499) on Thursday December 07 2006, @02:18AM (#17142686) Homepage Journal
    "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."

    This is computer programming ABC: you DONT allow undefined behavious to occur in your program! (especially if your doing MIL-STD Ada for avionics etc.) This guys 'method' is just a form of exception handling that any programmer with half-a-brain could implement.

  • Sad, really... (Score:5, Interesting)

    by lexDysic (542023) on Thursday December 07 2006, @02:22AM (#17142708)
    It's sad that he teaches math and thinks this is a worthwhile concept.

    For just one example of why it sucks, he BEGINS by defining: (infinity) = 1/0 and (-infinity) = -1/0.
    My conclusion: (0)*(infinity)=1
    So 2*0*infinity = 2*1
    So 2 = 2*0*infinity = (2*0)*infinity = 0*infinity = 1
    And once you know that 2 != 1 and 2 =1, it turns out you can prove quite a bit...

    Total nonsense, and the BBC is encouraging it. *shakes head* Although, I've got to say, it's nice, for once in my life, to deservedly be a smug American.
  • by Lord Aurora (969557) on Thursday December 07 2006, @02:26AM (#17142740)
    ...move along.

    Helpful little hint from the end of the video:

    You've just solved a problem we haven't been able to solve for twelve hundred years. And it's that simple.

    Yeah. It was that simple.

    I'm just reminded of that proof from way-back-when that 2 = 1:

    a = b

    a^2 = ab

    a^2 + a^2 - 2ab = ab + a^2 - 2ab

    2(a^2 - ab) = 1(a^2 - ab)

    2 = 1

    All this guy has done is provide another little fun "proof" that you can use to win bar bets. "Betcha I can divide by zero..."

  • Don't sneeze at it (Score:5, Interesting)

    by mattr (78516) <mattr@telebo d y .com> on Thursday December 07 2006, @03:02AM (#17142984) Homepage Journal
    How does James Anderson's "nullity" differ from Douglas Adams' "a suffusion of yellow"?

    Seriously though this is the sort of thing that you don't want to sneeze at, it can sound both inane and brilliant. Anderson is not such a crackpot, I found a presentation [bookofparagon.com] of his on optical computing and an introduction to its underlying theory called perspex algebra ( "Representing geometrical knowledge." [nih.gov]). He seems to be a geometer stating his perspective in the first line of that presentation: "Aims: To unify projective geometry and the Turing machine".

    He's a geek hero! Who knows if his nullity will end up just NaN with a British twang or the next best thing to sliced bread and i?

    I was unable to hear the realaudio casts but from Book of Paragon, The Perspex Machine [bookofparagon.com] (Anderson mentions transreal arithmetic) and Exact Numerical Computation of the Rational General Linear Transformations [bookofparagon.com] (a mathematical treatise with applications to computer vision and robotics) just glancing I'd have to say the guy seems to be a real mathematician, geek and philosopher-king. I don't know if he's up there with Newton but he at least deserves an honorable mention for his wonderfully witty (and to me as yet inscrutable) naming of the Walnut Cake Theorem (see page 10 of Perspex.pdf). It seems that he was motivated to create nullity in order to make reliable advanced computers that would not barf when asked questions about the universe, and to him "Not-a-Number" is vomit. I'd say read some of his stuff before assigning him to the 9th Hell. Would like to hear what any mathematicians or other people with brain cells over the age of 12 have to think about it. It's okay if he reinvented something but it appears he is trying to make a machine that can handle infinities and other tough numerical concepts with ease, and that's worth something. Oh, that and his quantum computer looks neat.

  • by saforrest (184929) on Thursday December 07 2006, @03:36AM (#17143140) Homepage Journal
    Wow. Looking over the guy's axioms [bookofparagon.com], as soon as you introduce "nullity" the result of all of your computations is nullity:

    - the sum of anything and nullity is nullity (his axiom A4)
    - the product of nullity and anything is nullity (his axiom A15)
    - the reprical of nullity is nullity (his axiom A22)

    So, his arithmetic is normal arithmetic, but as soon as you hit nullity anywhere, it's a black hole you can never get out of. All he's essentially done is take the "error state" and add it into the system as an object. You still can't compute anything you couldn't compute before. So yes, he has truly discovered NaN.
  • by feepness (543479) on Thursday December 07 2006, @04:27AM (#17143378) Homepage
    I will never forget when I was about 8 years old going up to the adding machine in my grandfather's home office. It was about twice the size of a toaster and made of that old typewriter metal. It looked like it weighed as much as a car and had probably cost as much new. Just to see what would happen I entered '0', '/' and '0'. Without hesitation it began producing line after line of '0', '0', '0' on the paper tape accompanied by a cacaphony of mechanical gears. It became apparent to me in a split second that it had no intention of stopping. Ever. It had come alive and was angry.

    I yanked the plug from the wall socket and ran from the room in terror.
  • new things (Score:5, Funny)

    by yakumo.unr (833476) on Thursday December 07 2006, @05:11AM (#17143612) Homepage
    If he can make up numbers, then I cam make up words,

    this whole thing is utterly stuipfluous.
    • Re:Imaginary Numbers (Score:5, Informative)

      by Alchemist253 (992849) on Thursday December 07 2006, @02:24AM (#17142722)
      Uh... are you joking?

      Imaginary numbers (specifically, complex numbers, which consist of a sum of a real and an imaginary number, and which comprise the "complex plane") are INCREDIBLY important in the "real world."

      I'm just a chemist, not a mathematician, but I am well aware that imaginary numbers are critical in the Fourier transforms used every time I take an IR or NMR spectrum.

      Ever do electrical engineering? Circuit analysis is made a great deal easier when you can treat circuit elements in terms of complex numbers. All that "impedance" stuff you hear about capacitors and the like that makes it possible to apply Ohm's Law to LRC circuits.

      These also are not merely made up properties, they are fundamental to mathematics and thus (if one believes that math is the language of the universe) physics. For example, certain integrals necessarily yield imaginary results. These integrals are not of some ethereal interest, but appear throughout quantum mechanics. This is why the amplitude of a wavefunction (used, for example, in molecular modeling that allows for practical achievements like better medicines) is not the square of the wave function (or, for that matter, its absolute value) but the product of the wavefunction and ITS COMPLEX CONJUGATE.

      If you'd like more examples of the utility of complex numbers and other "random rules," check out Boas' "Mathematical Methods In The Physical Sciences."
    • by RodgerDodger (575834) on Thursday December 07 2006, @02:33AM (#17142786)
      Because mathematics doesn't deal with the real world. Physics does.

      People take mathematical tools and models and apply them to the real world because they are useful. However, that usefulness is a lucky accident.
    • Re:Imaginary Numbers (Score:5, Interesting)

      by lexDysic (542023) on Thursday December 07 2006, @02:42AM (#17142842)
      Note: IAAM(athematician). You pose a good question. The game in mathematics, though, is not to "make up random rules so that something that occurs to them suddenly works". It's (broadly speaking) to make up new rules which are completely consistent with all the old rules which allow us to understand a previously mysterious example. This is where "imaginary" numbers succeed tremendously, and "nullity" fails miserably. See my post downthread for why nullity sucks.

      "Imaginary" numbers are just the "thingys" which are solutions to polynomials. I.e., mathematicians find it useful to have an answer to the question "for what values of x does x^2 + 1 = 0?" The answers are useful, even though they aren't good at measuring length or breadth or depth or other one-dimensional concepts. They're useful because they allow mathematicians to develop a theory which has answered questions which couldn't be answered before. This is true even though both the question and the answer both lie in the realm of real numbers. Should there be an answer to every question of this type that doesn't use complex numbers? Perhaps, but it certainly doesn't have to be pretty, or easy to discover. Often the shortest path to a "real" truth lies on an "imaginary" line.
    • by Mark_MF-WN (678030) on Thursday December 07 2006, @02:57AM (#17142940)
      Are you really that clueless? Complex numbers (the sum of an imaginary number and a real number) have been used in electronics engineering for a yonk's age now. Using infinity (just a symbol that doesn't correspond to any actual number) in equations is a staple of physics, and has been for centuries. Computer scientists perform very relevant proofs about how algorithms will run on very real computers using completely imaginary "Turing Machines" as a proof tool.

      ALL Mathematics is COMPLETELY synthetic. That's the whole point -- that's the power of mathematics. You can define any set of rules, any set of axioms, any set of symbols, and start deducing. If the tools you need don't exist, you make them up. Nothing is more valuable in mathematics than a nice, clean, clear definition that increases the expressivity of math. Since math has no independent existence anyway, you can get away with pretty much anything so long as your new system has useful properties. Mathematicians with the guts to make things up as they go along end up with their names in textbooks and attached to great theorems, assuming what they made is conceptually useful (whether nullity is conceptually useful remains to be seen; a written description of the definitions would be nice).

      Mathematicians that only do calculations that we already know about and are comfortable with? They're called accountants, and they have no friends. Seriously though -- since when did making up new ideas become a bad thing? I was under the (apparently mistaken) view that creativity was a praiseworthy trait.

    • by Bananatree3 (872975) on Thursday December 07 2006, @02:50AM (#17142902)
      Here's the dear professor's blog entry on this very topic [bookofparagon.com], which links to two papers (ONLY for the mathematically inclined):

      The first paper [bookofparagon.com] he describes as:

      describes how to divide by zero consistently in a non-trivial way. This shows that division by zero is no longer an error. Amongst other things, the paper explains why the standard model of arithmetic is not valid.


      The second paper [bookofparagon.com] he says:


      explains how to extend calculus so that it works with transreal numbers. This paper disposes of various counter "proofs" that attempt to show that division by zero is impossible. The paper ends with a very simple equation demonstrating the possibility of division by zero and challenges the reader to accept it.

      • by gomerbud (117904) on Thursday December 07 2006, @05:06AM (#17143570) Homepage
        Just read his `papers'. While this sounds like it may be an interesting exercise in abstract algebra, I'm very concerned with the effect of this on people who haven't had upper division math.

        Axioms of Transreal Arithmetic:
                - The majority of his proofs are done `mechanically' and not provided.
                - He makes a big fuss about the validity of real arithmetic in the `Discussion'. Not a word about validity elsewhere.
                - He seems to equate IEEE floating-point arithmetic with real arithmetic.

        Transreal Analysis:
                - This is an _Analysis_ paper with no mention of continuity or epsilon neighborhoods.
                - Doesn't the isolated nullity value cause hell when doing analysis proofs with epsilon neighborhoods?
                - How exactly does one define an epsilon neighborhood around nullity?
                - A picture of the transreal `number line' does not constitute proof.
                - Attempting to disprove other people's counter proofs is not proof in itself.
                - Why not attempt all of the fun proofs and lemmas in an upper division real analysis course regarding continuity, differentiation and integration?
    • by Christianson (1036710) on Thursday December 07 2006, @04:06AM (#17143272)
      A fundamental part of his explanation pivots on the following being true: 1/0 = infinity -1/0 = -infinity

      And for him it is true; he's defined infinity to have these values. He very specifically wants a fixed value for infinity.

      So, according to that, the following would hold: if 1/0 = infinity then infinity * 0 = 1 which does not work, for obvious reasons. This I told my teacher in 6th grade.

      Nor does this work. Division, in his system, is not the multiplicative inverse, but the reciprocal. So, for him: 1/0 = infinity implies 0/1 = 1/infinity, which does in fact meet our expectations.

      Basically, what he's done with his system is come up with a (completely consistent, as far as I can tell from scanning from his website) framework where singularities now have a defined value, which means that all functions are defined everywhere on the real line (or the transreal line, which is what he calls his infinity-and-nullity supplemented system). Which is great, as far as it goes. But there's a big trade-off for this: there is now no longer a guarantee that if both f(x) and the limit at x of f both exist, that they will have the same value. The example he himself gives is the hypebolic tangent at infinity; the limit is 1, but by direct evaluation, it ends up being nullity. To get around this, he proposes a hierarchy of value determinations; a function is defined at a point by its transreal arithmetic value only if a different value isn't suggested by analysis. So tanh(infinity) would be treated as 1, even though working through the definition of tanh requires the value to be nullity in his system.

      So in summary, he's defined terms so that division by zero is consistent and workable, but the price is that even relatively simple calculus becomes a lot more complicated. Nor is it all clear that transreal arithmetic will hold up with higher mathematics at all (when infinity is valued rather than defined by limits, how does cardinality work?). So I think he's got to a better job selling it than "it's better than NaN or having values undefined," because I can't see how it is.

    • It's Not Rubbish (Score:5, Insightful)

      by nathanh (1214) on Thursday December 07 2006, @05:20AM (#17143656) Homepage
      You cannot divide by zero [wikipedia.org] by definition. It's the property.

      That's why he's defined a new arithmetic - he calls it transreal - where division by zero is defined. The PDFs on his website clearly explain what he's done.

      It isn't rubbish. In second year high school mathematics they had us "invent" our own arithmetic. We could define whatever operations we like (eg, a funny symbol that would multiple the left hand value by 2 and add it to the inverse of the right hand value) and then we had to prove whether the operation was commutative, distributive, etc. This guy has done the same thing but with a new "number" he calls nullity. He has defined what happens when you add a real to nullity, when you multiply a real by nullity, when you divide nullity by nullity, etc. It's an internally consistent number system.

      It's interesting for grade schoolers because it gets them thinking about number theory. Instead of thinking "you can't divide by zero" they instead think "oh, well that's just a law for the real numbers, but I'm not constrained by real numbers, I can invent a number system where division by zero is allowed". That is far more insightful and creative than "you can't divide by zero". A child who grasps that concept has the potential to become a great mathematician. A child who merely parrots "you can't divide by zero" will become a bus driver or a computer programmer :-P

      It's hard to explain abstract concepts such as number theory. Congratulations to him for making it look like fun.