Results 1 to 7 of 7

Thread: Dividing by zero!!

  1. #1

    Thread Starter
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Dividing by zero!!

    Continued from here:

    Quote Originally Posted by Dave Sell
    1) Dividing ANY number by zero is, and always will be, undefined.
    2) Dividing ANY object by infinitely many small pieces will never amount to more than the original object

    There will always just be the 1 pizza.
    Where is the proof? I have always been taught in methmatics that dividing by zero is infinity. Even if you draw the graph of 1/x, you can see it shoot off to infinity and back again as it passes zero. Isn't that proof enough?
    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  2. #2
    Addicted Member TheAlchemist's Avatar
    Join Date
    Jan 2003
    Location
    Dar-esSalaam,Tanzania
    Posts
    139

    Re: Dividing by zero!!

    What you're saying is incorrect. We take it to be infinity but it really is not. It is the limit of the function as x approaches zero. Since there is an infinity of values before x actually is equal to 0 the function can never actually equal infinity.

    Limits are an interesting part of mathematics that presribe end values to functions that are undefined at these areas.
    One thing that sustains me through life is the conciousness of the immense inferiority of everyone else
    --Oscar Wilde

  3. #3
    Hyperactive Member Q_Me's Avatar
    Join Date
    Dec 2001
    Posts
    327

    Re: Dividing by zero!!

    f(x) = 1/x
    Domain of f(x) = Any number, real or otherwise.

    f(3) = 0.333...
    f(2) = 0.5
    f(1) = 1
    f(0.5) = 2
    f(0.1) = 10
    f(0) = Infinity

    ByDef: Inf. is an unspecific or undefined value which cannot be measured because it By-Def's itself to be both a negative and postive value, for which the mid-point of itself is always... 0. Zero is part of the infinitive range because it is the most absolute value for the absolute infinitive small number which is closest to the midpoint of the absolute larger number which is too... infinity.

    0.000000000000000000000000000000000000000000000000000000001
    -Will get close to absolute zero, it may or may not reach it but it is an infinitive small number, and the absolute infinitive small number will always be 0. And the median between small-infinity will always be +/- 0.5, and it's inverse will always be +/- 1.

    It can be the infinitive outside or inside the box, it's still infinity.

    i = sqr(-1) = Inf
    i^2 = sqr(-1) * sqr(-1)
    i^2 = -1
    i^4 = sqr(-1) * sqr(-1) * sqr(-1) * sqr(-1)
    i^4 = -1 * -1
    i^4 = 1
    sqr(i^4) = (+/-) * -1
    sqr(+/- -1)
    =sqr(+-1)==i
    =sqr(--1)==1
    i = Inf OR 1

    By prossessing i^3 in a similar way will have...
    i = Inf OR -1
    And because Inf works both ways...
    i = (Inf OR 1) OR (Inf OR -1)
    which of course, cancels out eveything and leaves...
    0

    So really, 0 and Inf are hand-in-hand with each other, they just don't like to spend time with each other that often. Since long-distance phone calls OR having Inf clinching to the legs of 0 doesn't work out so well.
    53323737 15 743 313402 05 740313063. 17 15 4150 743 313402 05 140393403437 5203 743 30210.


  4. #4

    Thread Starter
    VBA Nutter visualAd's Avatar
    Join Date
    Apr 2002
    Location
    Ickenham, UK
    Posts
    4,906

    Re: Dividing by zero!!

    *** math noob ***

    So what is x/0????

    PHP || MySql || Apache || Get Firefox || OpenOffice.org || Click || Slap ILMV || 1337 c0d || GotoMyPc For FREE! Part 1, Part 2

    | PHP Session --> Database Handler * Custom Error Handler * Installing PHP * HTML Form Handler * PHP 5 OOP * Using XML * Ajax * Xslt | VB6 Winsock - HTTP POST / GET * Winsock - HTTP File Upload

    Latest quote: crptcblade - VB6 executables can't be decompiled, only disassembled. And the disassembled code is even less useful than I am.

    Random VisualAd: Blog - Latest Post: When the Internet becomes Electricity!!


    Spread happiness and joy. Rate good posts.

  5. #5
    Hyperactive Member Q_Me's Avatar
    Join Date
    Dec 2001
    Posts
    327

    Re: Dividing by zero!!

    x / 0 is either Inf or 0 as long as x <> 0
    = INV (x / 0) = 0
    =(x / 0) == (0(x) = 1) == Inf

    0 / 0 is Inf, 1, or 0
    = (x / x) == 1
    = (0 / x) == 0
    = (x / 0) == Inf

    0 / x is always 0 as long as x <> 0.
    53323737 15 743 313402 05 740313063. 17 15 4150 743 313402 05 140393403437 5203 743 30210.


  6. #6
    PowerPoster Dave Sell's Avatar
    Join Date
    Mar 2004
    Location
    /dev/null
    Posts
    2,961

    Re: Dividing by zero!!

    Quote Originally Posted by visualAd
    Continued from here:
    Where is the proof? I have always been taught in methmatics that dividing by zero is infinity. Even if you draw the graph of 1/x, you can see it shoot off to infinity and back again as it passes zero. Isn't that proof enough?
    Check out what Dr. Math has to say about it.
    http://mathforum.org/library/drmath/view/53336.html

  7. #7
    Still learning kebo's Avatar
    Join Date
    Apr 2004
    Location
    Gardnerville,nv
    Posts
    3,762

    Re: Dividing by zero!!

    0/0 = 1
    Proof:

    Using L'Hospital's Rule
    limit as x==>0 (x/x) =
    limit as x==>0 [(d/dx)*x]/[(d/dx)*x] =
    limit as x ==>0 1/1 = 1
    kevin
    Process control doesn't give you good quality, it gives you consistent quality.
    Good quality comes from consistently doing the right things.

    Vague general questions have vague general answers.
    A $100 donation is required for me to help you if you PM me asking for help. Instructions for donating to one of our local charities will be provided.

    ______________________________
    Last edited by kebo : Now. Reason: superfluous typo's

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width