Slashdot Mirror


Professor Comes Up With a Way to Divide by Zero

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."

8 of 1,090 comments (clear)

  1. Re:Imaginary Numbers by Alchemist253 · · Score: 5, Informative

    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."

  2. Re:Well, thats just nullty. by Calinous · · Score: 4, Informative

    At first, numbers were integers - what you could count on your fingers. (N) Later on, numbers were fractional - in order to express the sharing of things. (Q) Later on, numbers were negative - in order to express debt. (Z) Even later on, some numbers were found not to be fractionar (the first proved was square root of 2). Enter R However, not every polinomial equation has its solutions as real numbers (see x^2+1=0). The solution to this equation was named i, with the property that i squared is -1. It was called imaginary because no real number had such property, and it is as real as a figment of your imagination ;) While other real numbers can be aproximated by integers, negative integers and fractional numbers (with better and better accuracy), i has no aproximation in any of the previous pools of numbers. In engineering, a useful aproximation for pi is 3. There is no aproximation of i as an integer.

  3. Re: Limits Anyone? by poopdeville · · Score: 4, Informative

    Infinity isn't a real number. Ergo, it cannot be the limit of a sequence, as the definition of a limit include the priviso that it is a real number.

    You can only perform the substitution lim x->a f(x) = f(a) when f is continuous at a. f(x) = 1/x is (very trivially) not continous at a = 0.

    Damnit, why is this sort of thing spilling over from sci.math now?

    --
    After all, I am strangely colored.
  4. Dr. James Anderson's actual papers by Bananatree3 · · Score: 5, Informative
    Here's the dear professor's blog entry on this very topic, which links to two papers (ONLY for the mathematically inclined):

    The first paper 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 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.

    1. Re:Dr. James Anderson's actual papers by gomerbud · · Score: 4, Informative

      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?

      --
      Kan jeg få en pils, vær så snill?
  5. Re:Basic math by Chowderbags · · Score: 4, Informative

    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

  6. Re:Argh!!! by 3rd_Floo · · Score: 5, Informative
    Computers can't deal with imaginary numbers natively...
    Uhh, they sure can. GNU C, for instance, has a complex qualifier.

    I think the GP was refering to the hardware level, not an abstract software layer. Where traditonal computers, even those with modern math extensions dont know what an imaginary or complex number is. Normally, two floating point values are used to represent complex arithmetic, however its not a native operation, and still requires some software logic to be accomplished.
  7. Re:Argh!!! by liquidsin · · Score: 4, Informative

    if a=b, then (a-b) = 0. going from the fifth line to the sixth line, when you divided out (a-b) from both sides, you were, in fact, introducing a nullity.

    --
    do not read this line twice.