I really must know the answer to this important mathematical question

Discussion in 'The Spam Zone' started by What?, Aug 8, 2012.

  1. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    No, I don't think it does, because you have to put x in a finite state to use it in such a way. 10^∞ is the same as ∞ in the same way that 10^0 is 0, but a number that approaches either infinity or zero is impossible to use.

    Your logic relies on semantics. Taking 10^1 and making it 10^2 is an approach to infinity. You have moved closer to infinity. However, those are two different values. If x has values 1 and 2 then x approaches infinity. It doesn't matter how many values x has, or how great those values are. If it has more than one finite value, it "approaches infinity".
     
  2. Nate_River Hollow Bastion Committee

    Joined:
    Jun 28, 2007
    Gender:
    sneakynandossexual
    Location:
    1942
    2,020
    704
    I think it was percent of health remaining X bonus from type of ball (Values 1 through to 4, not counting special balls), over total health, then X any status such as sleep/paralysis = Catch rate/chance
     
  3. Mixt The dude that does the thing

    Joined:
    Oct 18, 2006
    Gender:
    Male
    826
    Squeezing in one last lost before I'm off for good tonight.

    Not all limits are infinity. You just don't seem to like the concept of limits and most people seem to grasp that something drifts off endlessly before coming to grips with the fact that it could be going somewhere. The real limit I'm trying to make from this is that 10^-x approaches 0. We know that converges because the numbers keep decreasing but I know it will never reach -1, so it has to converge to a value greater than that. So where does it end?
     
  4. Guardian Soul hella sad & hella rad

    Joined:
    Jul 26, 2007
    Gender:
    Male
    794
    The mathematician in me cried a little bit. Anything raised by zero is ONE!

    Now I'll resolve this little debate you and Mixt have been having.

    1/3*3 = 3/3 = 1
    1/3 = 0.333...
    0.333 * 3 = 0.999...
    Therefore, 0.999... = 1

    Does this proof satisfy you? The logic is sound. How about this one?

    x = 0.9999999999...
    10 x = 9.999999999...
    So, then 10x - x = 9.999999999... - 0.999999999... = 9
    Which implies 9x = 9
    Which implies x = 1
    Therefore anything that approaches 0.9999999 infinitely is equivalent to 1. So then I can say that 1.999999999 is equivalent to 2 and so on forth.

    Like Mixt said, it's simple limits. It's like the first thing you learn in Calculus.
     
  5. Technic☆Kitty Hmm

    Joined:
    Apr 2, 2010
    Gender:
    Male
    Location:
    Indiana, USA
    1,299

    Clearly you don't know your logic sir, or you would've realized that z = (2) + (2) also is equivalent to z = (Fish)

    As 2+2 clearly equals fish, ergo 1 + 1 = 4 or Fish. It wouldn't have been counted correctly without both answers.
     
  6. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    It doesn't end.

    .111111... > 0
    .111111... < .211111...

    And

    .999999... < 1
    .999999... > .899999...

    That's all. There are an infinite amount of added 1's between .1 and 0 and an infinite number of added 9's between .9 and 1, so they will never, ever, reach their destinations.

    Meaning it is being raised by nothing? Sorry, it was late.

    The logic is not sound because if .999999... ever reaches 1, then it literally is 1, and the notation .999999... is incorrect. The ... directly implies that there is no limit. If you apply a limit, then it is no longer .999999....

    Furthermore, in order to use .999999... in an equation like you did, you have to set it into a finite state. Otherwise each usage of it could be any finite state. You're trying to use a function or an array in place of a concrete variable.

    var num = 0.999999999999999999

    That you can use. You can go:

    x = 0.999999999999999999

    And that will be usable in an equation because it is a single, finite number.

    What you are using is something like this:

    function infNum() {
    for (x = 0; x < 1; x + 0.000000000000000000000000000000000000000000000000000000000000000001) {
    document.write(x);
    };
    };

    So you are doing:

    x = infNum();

    Or:

    x = [ 0.000000000000000000000000000000000000000000000000000000000000000001, 0.000000000000000000000000000000000000000000000000000000000000000002, 0.000000000000000000000000000000000000000000000000000000000000000003, 0.000000000000000000000000000000000000000000000000000000000000000004,
    0.000000000000000000000000000000000000000000000000000000000000000005, ... ];

    That doesn't work in equivalent exchanges. Let me show you why:

    x = [ 0.000000000000000000000000000000000000000000000000000000000000000001, 0.000000000000000000000000000000000000000000000000000000000000000002, 0.000000000000000000000000000000000000000000000000000000000000000003, 0.000000000000000000000000000000000000000000000000000000000000000004,
    0.000000000000000000000000000000000000000000000000000000000000000005, ... ]

    10x = Which of [ 0.000000000000000000000000000000000000000000000000000000000000000001, 0.000000000000000000000000000000000000000000000000000000000000000002, 0.000000000000000000000000000000000000000000000000000000000000000003, 0.000000000000000000000000000000000000000000000000000000000000000004,
    0.000000000000000000000000000000000000000000000000000000000000000005, ... ]
    ? * 10

    Nope, I'm afraid I don't remember learning this in Calculus.
     
  7. Kubo Kingdom Keeper

    Joined:
    Feb 6, 2010
    Gender:
    Male
    Location:
    Penalty area, ready to shoot
    108
    983
  8. What? 『 music is freedom 』

    Joined:
    Jul 4, 2008
    Location:
    Surfing de Broglie waves
    2,756
    Going from the simplest mathematical question to an interesting debate in regards to the equivalence of a value using a large number of mathematical proofs.

    This thread is why I love the Spam Zone.
     
  9. Clawtooth Keelah se'lai!

    Joined:
    Mar 14, 2007
    Gender:
    Male
    Location:
    Rannoch
    154
    Did this seriously become a heated debate about asymptotes and infinity ...

    wow KHV ...

    wow ...
     
  10. Ienzo ((̲̅ ̲̅(̲̅C̲̅r̲̅a̲̅y̲̅o̲̅l̲̲̅̅a̲̅( ̲̅̅((>

    Joined:
    Mar 25, 2007
    Gender:
    Female
    Location:
    In your breadbin
    2,762
    I miss chunking <3
     
  11. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    I am aware of the first bit. However you simply cannot express infinite digits in programming (as far as I know) because they are impossible numbers. That is what I was trying to convey. If I were able to use an infinite number to express an infinite number, then the expression would not have been necessary.

    The problem with the logic is right there in the equation. Tell me if I'm wrong about this, but you are using a value that references and edits itself.

    .9999... = .9999... with an added 9

    Isn't that correct?
     
  12. Kubo Kingdom Keeper

    Joined:
    Feb 6, 2010
    Gender:
    Male
    Location:
    Penalty area, ready to shoot
    108
    983
    No, you have to distinguish infinity from numbers. Infinity is not a number, you can't add one more 9 in a number with infinite digits and make it bigger than before. 0,999... is a series as I said earlier and this is the only way it can be accurately expressed. The other proofs you mentioned earlier that it equals 1 are not exactly valid.
     
  13. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Okay, then I don't understand how you can use a series in an equation. If no number in the series .99999... is equal to 1, then the series itself cannot be.

    Am I missing something?
     
  14. Kubo Kingdom Keeper

    Joined:
    Feb 6, 2010
    Gender:
    Male
    Location:
    Penalty area, ready to shoot
    108
    983
    One word: convergence.
     
  15. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Explain in great detail. I do not understand why I should accept that .99999... has a limit at all when it will logically never reach said limit.
     
  16. Kubo Kingdom Keeper

    Joined:
    Feb 6, 2010
    Gender:
    Male
    Location:
    Penalty area, ready to shoot
    108
    983
    I took 3 times differential calculus 1 before I passed it, if I am to explain it "in great detail" I might as well write a book about it and publish it now.
    You lack basic knowledge in maths (limits and their properties- infinity, convergence/divergence) and I am not the one to teach you them.
     
  17. Arch Mana Knight

    Joined:
    Oct 5, 2007
    Gender:
    Male
    Location:
    Anywhere
    2,430
    And I took twice as many math classes than anyone posting here. Not to brag but...

    Yeah. Just posting to brag. I don't really care about the argument at hand here. Arguing about math is silly. Physics is more fun anyways.
     
  18. Kubo Kingdom Keeper

    Joined:
    Feb 6, 2010
    Gender:
    Male
    Location:
    Penalty area, ready to shoot
    108
    983
    Psst chill dude, don't be so sure about that.
     
  19. Makaze Some kind of mercenary

    Joined:
    Jan 22, 2011
    Location:
    The Matinée
    1,207
    Then I am afraid that I cannot take your word for it. I will not listen to an appeal to authority because that is fallacious. I would rather have it reasoned out and explained because that is what you do with logical concepts. You do not simply take someone's word for it what the answer is.

    If you are not willing to explain further when asked, then please do not attempt to in the first place.

    An argument left uncountered, or countered badly, wins by default.
     
  20. Clawtooth Keelah se'lai!

    Joined:
    Mar 14, 2007
    Gender:
    Male
    Location:
    Rannoch
    154
    Interestingly enough though, if I recall correctly, 2^infinity > infinity in one notation of infinity but 2^infinity = infinity other times ... which is werid but also interesting I guess? *shrug*.