Thread: It's a small world, after all.

  1. #46
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Brafil
    That means, the object travels in infinitely fine time/space steps. Or any existing object would travel at the same speed.

    But that's not possible. Then the distance between any two objects must be infinity, or the object wouldn't move according to Newton.
    Sorry, but I do not understand your argument.

    EDIT:
    Quote Originally Posted by Mario F.
    You mean Zeno's Paradoxes of Motion?
    Right, but that is independent of Newton's first law of motion, if I recall both correctly.
    Last edited by laserlight; 08-02-2009 at 10:45 AM.
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  2. #47
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by Brafil View Post
    Or I am wrong in some way.
    Probably Brafil

    There are very fine time/space steps, that is what atomic physics is about -- but they are finite.

    Time is actually a property (or consequence) of atomized matter, which it is possible to conceive of matter which is not atomized, ie. pure substance, which would relate to space but probably not time, so neither Newton's nor Einstein's laws would apply to it (the logical properties of substance vs. atomic matter is an interesting one).

    The concepts of the "event horizon" and black holes play into this. It could be that in extremely dense regions of space, there would be no space left at all -- something denser than a neutron star, something that would have *absolute* density, the same way *absolute* zero is a specific point at which movement ceases completely. The normative laws of physics are considered to break down in proximity to such a potential object, since the laws of physics are about atomized matter and not really about substance itself (which is binary: the two possible states of 3D space are "substance" and "no substance").

    I hope that clears things up a bit.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  3. #48
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by laserlight View Post
    Right, but that is independent of Newton's first law of motion, if I recall both correctly.
    If for no other reason, at least because the paradoxes use the notion of infinity which immediately drags them into the Uncertainty Principle. Or in other words, it's the paradox that suddenly becomes questionable and not the law it tries to question.

    But esssentially the paradox rules out any possibility of motion, so had it not been resolved already, it could be used to question the 3 laws, I guess.

    EDIT: Brafil however introduced the paradox into his argument has if it was some kind of law: "That means, the object travels in infinitely fine time/space steps.". That's just low
    Last edited by Mario F.; 08-02-2009 at 11:10 AM.
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  4. #49
    Making mistakes
    Join Date
    Dec 2008
    Posts
    476
    That's just low
    I said so.

    If space could be divided infinitely, any object would need infinite time to move from one position to the other. The same with time.

    The thing I ask: Are we living in a giant grid of space and time?

  5. #50
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by Mario F. View Post
    it's the paradox that suddenly becomes questionable and not the law it tries to question.
    the Heisenberg uncertainty principle states that certain pairs of physical properties, like position and momentum, cannot both be known to arbitrary precision.
    I have never seen it defined in exactly this way -- so that it applies to objects of any size. Interesting.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  6. #51
    Making mistakes
    Join Date
    Dec 2008
    Posts
    476
    God has made it impossible for us to see what he's doing ;-p

  7. #52
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Quote Originally Posted by Brafil View Post
    God has made it impossible for us to see what he's doing ;-p
    Still believe in fairy tales eh?

    Invisible Pink Unicorn - Wikipedia, the free encyclopedia
    Flying Spaghetti Monster - Wikipedia, the free encyclopedia
    Santa Claus - Wikipedia, the free encyclopedia
    Easter Bunny - Wikipedia, the free encyclopedia
    Bogeyman - Wikipedia, the free encyclopedia

    and other invisible friends in the sky that can read minds and grant wishes.

  8. #53
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    >> If space could be divided infinitely, any object would need infinite time to move from one position to the other. The same with time.

    But the division of space or time (or anything, for that matter) can only be done in finite steps. If one could divide something into an infinite amount of pieces then the very concept of a "piece" becomes meaningless.

    >> the Heisenberg uncertainty principle states that certain pairs of physical properties, like position and momentum, cannot both be known to arbitrary precision.

    Moreover, it asserts that this is not merely due to some limitation in measurement, but that it is in fact an intrinsic quality of nature. I'm sorry, but that's just nonsense. The uncertainty exists simply because we cannot know the complete state of the system* a priori, and NOT because it is governed by probablistic functions and "collapsing wave-functions". I'm not saying that quantum mechanical calculations aren't useful, just that they shouldn't be confused with "the thing itself".

    *Since all matter in the universe exerts a force that propagates everywhere, you would indeed need to factor in all these forces to achieve a "perfect" calculation.
    Last edited by Sebastiani; 08-02-2009 at 03:06 PM.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

  9. #54
    Unregistered User Yarin's Avatar
    Join Date
    Jul 2007
    Posts
    2,158
    I suppose the alternative that you'd provide is globs of chemical goo that got struck by lightning transforming into people?

  10. #55
    (?<!re)tired Mario F.'s Avatar
    Join Date
    May 2006
    Location
    Ireland
    Posts
    8,446
    Quote Originally Posted by Sebastiani View Post
    Moreover, it asserts that this is not merely due to some limitation in measurement, but that it is in fact an intrinsic quality of nature. I'm sorry, but that's just nonsense. The uncertainty exists simply because we cannot know the complete state of the system* a priori, and NOT because it is governed by probablistic functions and "collapsing wave-functions". I'm not saying that quantum mechanical calculations aren't useful, just that they shouldn't be confused with "the thing itself".
    LOL Sebastiani. Sorry, mate but I need to ask:

    And you are...?
    Originally Posted by brewbuck:
    Reimplementing a large system in another language to get a 25% performance boost is nonsense. It would be cheaper to just get a computer which is 25% faster.

  11. #56
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by Brafil View Post
    If space could be divided infinitely, any object would need infinite time to move from one position to the other. The same with time.
    You may be able to divide space infinitely, but you cannot do so with atomic matter, which would be the measure of space WRT objects. And you cannot do it with time at all except in a naive sense. The reason time compression and dilation take place is because "time" is a dimension of atomic reality and subject to laws -- it is not an independent phenomenon, like a objective clock in the background that would grind monotonously on even if nothing existed.

    Quote Originally Posted by Sebastiani View Post
    >> the Heisenberg uncertainty principle states that certain pairs of physical properties, like position and momentum, cannot both be known to arbitrary precision.

    Moreover, it asserts that this is not merely due to some limitation in measurement, but that it is in fact an intrinsic quality of nature.
    Actually, the phrase is "the nature of the system itself" which might have a somewhat different meaning.
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  12. #57
    Making mistakes
    Join Date
    Dec 2008
    Posts
    476
    If you were able to divide space infinitely, any object would have to move inf/inf units from point A to B. I know that time is purely relative, but I think the same applies here.

    I didn't want to say Newton is wrong, it's just a fact that his laws don't apply to the very fundamentals (subatomic pieces).

    And that with God was just a joke. We could also discuss who believes in him.

  13. #58
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    Quote Originally Posted by Sebastiani
    Moreover, it asserts that this is not merely due to some limitation in measurement, but that it is in fact an intrinsic quality of nature. I'm sorry, but that's just nonsense. The uncertainty exists simply because we cannot know the complete state of the system* a priori, and NOT because it is governed by probablistic functions and "collapsing wave-functions". I'm not saying that quantum mechanical calculations aren't useful, just that they shouldn't be confused with "the thing itself".

    *Since all matter in the universe exerts a force that propagates everywhere, you would indeed need to factor in all these forces to achieve a "perfect" calculation.
    Just checking, since I am not well studied on this: are you saying that physicists generally now believe what you have stated, or are you presenting your opinion on an issue that is still widely open to debate as fact?
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  14. #59
    spurious conceit MK27's Avatar
    Join Date
    Jul 2008
    Location
    segmentation fault
    Posts
    8,300
    Quote Originally Posted by Brafil View Post
    If you were able to divide space infinitely, any object would have to move inf/inf units from point A to B.
    You could have a thought experiment like that, but atomic objects do not move that way (they do not coast independently thru space, except in a pragmatic, Newtonian realm).

    The point of Zeno's paradox is that it is a logical aporia; it's about the artificiality of thought and not intended to be taken seriously altho, perhaps, it often has been...
    C programming resources:
    GNU C Function and Macro Index -- glibc reference manual
    The C Book -- nice online learner guide
    Current ISO draft standard
    CCAN -- new CPAN like open source library repository
    3 (different) GNU debugger tutorials: #1 -- #2 -- #3
    cpwiki -- our wiki on sourceforge

  15. #60
    Guest Sebastiani's Avatar
    Join Date
    Aug 2001
    Location
    Waterloo, Texas
    Posts
    5,708
    Quote Originally Posted by laserlight View Post
    Just checking, since I am not well studied on this: are you saying that physicists generally now believe what you have stated, or are you presenting your opinion on an issue that is still widely open to debate as fact?
    The general consensus is probably that the Uncertainty Principle is correct (at least most sources I've read seem to present it as a fact). But I think the matter is certainly debatable. Statistics is indeed a useful tool for analysing systems, but does it really model reality? I think not. It "works" because it simplifies an infinitely complex problem, and as long as we understand it as such then there is no harm done. But what Heisenberg and others have done is to essentially assert that these probablistic terms of the equation are *in fact* undeniable aspects of nature. This is a terrible mistake! Any observation is going to record a measurement that falls within a certain minima/maxima simply because it is impossible to integrate the infinite number of factors that influence the system. The *only* reasonable solution is to use statistical functions to obtain results that agree with the calculations. That is not a rejection of determinism, but an acceptance of the limitations of our knowledge and understanding of the complexity of the system.
    Code:
    #include <cmath>
    #include <complex>
    bool euler_flip(bool value)
    {
        return std::pow
        (
            std::complex<float>(std::exp(1.0)), 
            std::complex<float>(0, 1) 
            * std::complex<float>(std::atan(1.0)
            *(1 << (value + 2)))
        ).real() < 0;
    }

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Small executables in VC++ 8
    By Bleech in forum Windows Programming
    Replies: 3
    Last Post: 06-20-2007, 08:28 AM
  2. Creating small executables
    By cloudy in forum C++ Programming
    Replies: 8
    Last Post: 05-25-2006, 01:17 PM
  3. Replies: 1
    Last Post: 01-19-2006, 02:37 PM
  4. Converting from Screen to World Coordinates
    By DavidP in forum Game Programming
    Replies: 9
    Last Post: 05-11-2004, 12:51 PM
  5. Too much to ask ?
    By deflamol in forum C Programming
    Replies: 2
    Last Post: 05-06-2004, 04:30 PM