Slashdot Mirror


Neutrino Data Could Spell Trouble For Relativity

Science News has an exploration of the deeper implications of neutrino oscillation, one experimental confirmation of which we discussed last month. "The new findings could even signal a tiny breakdown of Einstein's theory of special relativity. ... MINOS [for Main Injector Neutrino Oscillation Search] found that during a 735-kilometer journey from Fermilab to the Soudan Underground Laboratory in Minnesota, about 37 percent of muon antineutrinos disappeared — presumably morphing into one of the other neutrino types — compared with just 19 percent of muon neutrinos. ... That difference in transformation rates suggests a difference in mass between antineutrinos and neutrinos. ... With the amount of data collected so far, there's just a 5% probability that the two types of particles weigh the same."

279 comments

  1. Not trouble... by phantomfive · · Score: 5, Insightful

    This isn't trouble, we already know there are problems with the theory, we just don't have any measurements that give us an idea of how to fix it (of course the theory works well enough in most cases). Any measurements like this that give us something unexpected are great things, they can give us a more accurate picture of how the world is, help the theory become more accurate. Always look for the flaws in your theory, for that is where the greatest discoveries are hidden.

    --
    Qxe4
    1. Re:Not trouble... by jd · · Score: 4, Insightful

      Since every theory is a simplified model, every theory has problems. Sometimes the model works just fine at the resolution and scope for which it is intended (eg: Hooke's Law). It's the cases where you know it's broken within the bounds it should be working for, but you don't know where or why, that are the exciting ones. In the case of relativity, we know it's incompatible with QM at some level that includes gravity but may extend beyond that. We now know that it also has problems with neutrino mass. It may be that relativity can be fixed - at least for neutrinos - but either relativity or QM (or maybe both) =must= break down entirely within their intended scope in a way that is irretrievable. But nobody knows which, when, why or how.

      But this is the fun of science! Science would have no purpose if it weren't for the ferreting out of the glitches and flaws in theories, fixing them and testing them to destruction all over again. We learn so little by being right in comparison to what we learn when we're wrong.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    2. Re:Not trouble... by Zixaphir · · Score: 5, Insightful

      But this is the fun of science! Science would have no purpose if it weren't for the ferreting out of the glitches and flaws in theories, fixing them and testing them to destruction all over again. We learn so little by being right in comparison to what we learn when we're wrong.

      Wow, if only this applied to programming.

      --
      "Now I am become Death, the destroyer of worlds"
    3. Re:Not trouble... by AmigaMMC · · Score: 1

      If we take into account annihilation I'd be surprised of opposite results.

    4. Re:Not trouble... by Anonymous Coward · · Score: 0

      What if the current law always is bound to be broken by some example/case at one point?

      Like Newtonian Physics, maybe Eisteinian is going to be replaced by a new one, which in due time will then be replaced by another... this reminds me of a fractal pattern; this replacement may continue ad aeternum...

      "The more I know, the more I know that I don't know".

    5. Re:Not trouble... by Anonymous Coward · · Score: 0

      But this is the fun of science! Science would have no purpose if it weren't for the ferreting out of the glitches and flaws in theories, fixing them and testing them to destruction all over again. We learn so little by being right in comparison to what we learn when we're wrong.

      Wow, if only this applied to programming.

      It does - you learn more by fixing a broken program than by "fixing" a working one :)

    6. Re:Not trouble... by raving+griff · · Score: 3, Insightful

      Well, just as we cannot say with certainty that a law that has not yet been unproven is correct, we also cannot say with certainty that a law that has not yet been unproven is incorrect. Assuming the universe operates on some form of natural law (that is, assuming that all events are not entirely random and arbitrary), then the laws of the universe are finite and therefore describable.

      The issue is not that we cannot be right, because it is possible that we can find one that is right; the issue, rather, is that we have no way of irrevocably confirming a law. We may only watch the evidence increase while waiting on the possibility of an event that disproves it.

    7. Re:Not trouble... by Zixaphir · · Score: 1, Insightful

      Yes, but the main problem with programming, especially FLOSS programming, is everyone wants to amp up the program with features while minimal time is spent bug testing and correcting flaws, as developers finish one feature and move onto the next. Obviously, where there's a budget for it, this gets done, but bugs tend to... go over looked, especially in projects that are hobby-based in nature, like many FLOSS programs.

      --
      "Now I am become Death, the destroyer of worlds"
    8. Re:Not trouble... by Avtuunaaja · · Score: 2, Interesting

      Neutrinos are not particularly more common than antineutrinos. Both should annihilate in pretty much identical amounts.

    9. Re:Not trouble... by Anonymous Coward · · Score: 0

      It does. The difference is that he ment "we're wrong" in the sense of someone else and you ment "we're wrong" in the sense of yourself.
      Now, imagine programming where you get to point out why everyone else is wrong.

    10. Re:Not trouble... by Anonymous Coward · · Score: 0

      We have known there are problems with the GENERAL theory of relativity, but I think CPT violation and now evidence this entails violation of Lorenz covariance is really first hint there is something wrong with special relativity. I'm astonished frankly. Unlike general relativity which has problems with quantum mechanics, relativistic quantum field theory, as name implies, work well with special relativity.

    11. Re:Not trouble... by BlindRobin · · Score: 2, Interesting

      It did for me. I spent the bulk of my career happily re-working, undoing, enhancing, fixing, and generally making existing systems better and actually enjoyed it more than the new development. I propbably would have made a good archaeologist.

    12. Re:Not trouble... by Jurily · · Score: 2, Funny

      Wow, if only this applied to programming.

      It works in science because everyone wants to fix existing theories, not spew out new crap as fast as they can. Except string theorists.

    13. Re:Not trouble... by mangu · · Score: 5, Insightful

      bugs tend to... go over looked, especially in projects that are hobby-based in nature, like many FLOSS programs.

      This happens in commercial software as well. When you buy the next "improved" version they get paid, fixing the current version gives them costs without revenue.

    14. Re:Not trouble... by Anonymous Coward · · Score: 0

      But this is the fun of science! Science would have no purpose if it weren't for the ferreting out of the glitches and flaws in theories, fixing them and testing them to destruction all over again. We learn so little by being right in comparison to what we learn when we're wrong.

      Wow, if only this applied to programming.

      That's how I learned to program, not by following textbook examples.

      Given your insightful rating, I figure I'm in the minority here?

    15. Re:Not trouble... by TheDarkMaster · · Score: 1

      On this book, the difference between the destruction of mankind and the conquest of space was a simple minus sign in a mathematical equation. Clarke is smiling above us

      --
      Religion: The greatest weapon of mass destruction of all time
    16. Re:Not trouble... by Anonymous Coward · · Score: 0

      Testing?

    17. Re:Not trouble... by Anonymous Coward · · Score: 0

      It does apply to programming. At least in test driven design the process is very similar. The problem is that most commercial software would rather be bug free sooner rather than later, and thus any kind of bugs are seen as being more negative than they should be.

    18. Re:Not trouble... by jbezorg · · Score: 1

      Voice over provided by: Professor John I.Q. Nerdelbaum Frink, Jr.

      --
      I've lost all my marbles except one & It's fun to test angular & centripetal acceleration in my skull
    19. Re:Not trouble... by NewbieProgrammerMan · · Score: 1

      I've worked at a few places where the company had negotiated a separate budget for fixing bugs in the current version (this was for expensive custom software packages, though). If you missed a bug before release, no worries--you (as a programmer or tester) would just get paid to fix it later anyway, and probably get paid more for doing it late, since it would be an emergency and therefore done on overtime. So, in a way, leaving non-serious bugs was like almost like guaranteeing a bonus.

      Consequently, testing was fairly haphazard. It was certainly of far lower quality, quantity and depth than the 3 or 4 "hobbyist" open source projects I've worked on. Maybe I've just been lucky though.

      --
      [b.belong('us') for b in bases if b.owner() == 'you']
    20. Re:Not trouble... by jd · · Score: 1

      It has happened in computing. The advent of multi-tasking on single-processor machines, the advent of machine-independent source code, etc - these all showed how to overcome the limitations of the models of computing, the paradigms if you will, of the past. Plan9, BeOS, Java, Erlang, Occam - these all made exceptionally good attempts at producing comparable revolutions in the industry. In practice, in the niches they are ideally suited to they have become the preferred model, but not so much outside of those constraints. They are the Ideal Gas Laws or the Newtonian Mechanics of computing. Correct, within constraints.

      (This tells me that there is no all-encompassing model that is "correct", that the more generic practices have enough exceptions for these niches to develop.)

      Specific programs are like specific cases in physics. A program that appears 100% sound but is verifiably flawed is comparable to watching liquid helium appear to defy the laws of gravity by climbing up over surfaces. It may help you discover how/why/where the model you are working on is flawed, but it is not the model itself.

      Now we do have some very good models for computing - Z and Object Z are extremely powerful. Unfortunately, they are about as useful (in practical terms) as using Quantum Mechanics to forecast the weather. Nobody has found a way to utilize them effectively on any program of any significant scale, although I personally am utterly convinced this would be possible if we had some additional tools. If Z is QM, then there may be a parallel to GR, something functionally close - or identical to - Z, but on the macro scale not the micro scale.

      You only have to glance at arXiv to realize that theory in computing is evolving at a rapid rate, BUT = and this is the key part I cannot emphasize enough = theory is so so horribly backwards at this point. It is only in the last year or so that standards bodies even started drawing up how to write safe programs! This is, what, 62 years since the first stored-program digital computer. It has taken 62 years to figure out we need some standards documents on how to avoid the problems that have bedeviled computing for pretty much all of those 62 years. Note that we don't currently have a unified theory on any of this - the document was written by a standards body with assistance from outside comments. If we had solid, practical theory on any of the specifics, the standards body wouldn't have needed outside assistance. In fact, if we'd had solid, practical theory, then aside from writing up that theory as a single corpus of text, we wouldn't have even needed a standards body at all.

      Conclusion: The field is a mess. The saying that "if builders built buildings the way programmers wrote programs, the first woodpecker that came along would destroy civilization" is pithy but has a point. All programmers =are= wrong in some sense, in the way they write code, but until someone discovers what "right" actually means, let alone what it is, programmers will continue to write programs the way that they are.

      If you can discover the GR of Good Programming, or even discover as-yet unknown non-trivial constraints on it, you will truly have learned. You'd also be the computing world's Einstein compared to Alan Turing's Newton. If you can discover the Grand Unified Theory of computing - assuming that the Halting Problem doesn't prohibit us from having one - then you will transform the field outside of anything we can currently imagine. THAT is the kind of learning that happens but once in a hundred years, if that. (If we use the ABC as the benchmark for this, I wouldn't expect a transformation on that scale for another 25 years going from the ABC, 38 from the Manchester Mk. 1.)

      Fixing X, on the other hand, is not really any more exciting than finding how to modify the ideal gas laws to handle some specific non-ideal gas. Useful if that's what you're working with, but not really a learning experience.

      --
      It's a small world and it smells funny; I'd buy another if it wasn't for the money; Take back what I paid (SoM)
    21. Re:Not trouble... by WNight · · Score: 1

      We're often told how mercenary corporations are and how they'll be sued by shareholders for not being so, etc. How this is just business.

      These companies see fixing bugs as 1) a wasted expense and 2) less incentive to pay for an upgrade.

      Some companies do otherwise and provide patches and support but by the nature of markets they'll eventually be replaced by companies that spare that expense too.

      When you buy software (without source) you're entering an adversarial relationship with an entity that benefits from keeping you unable to fix problems and on the upgrade treadmill.

    22. Re:Not trouble... by orasio · · Score: 1

      And what can you say about non "FLOSS" programs?
      What do you know about bugs in proprietary software, other than the bugs that really blow in your face?
      And what stats do you have about number of bugs that get fixed/go unfixed, and what part of the budget in proprietary software goes to fix known bugs instead of implementing new features?

      In my case, I just make up that stats, and I believe there's no way to be more certain.

    23. Re:Not trouble... by john8791 · · Score: 1

      But this is the fun of science! Science would have no purpose if it weren't for the ferreting out of the glitches and flaws in theories, fixing them and testing them to destruction all over again. We learn so little by being right in comparison to what we learn when we're wrong.

      Wow, if only this applied to programming.

      If it only applied to global warming too.

    24. Re:Not trouble... by Anonymous Coward · · Score: 0

      I dont have any floss programs. My dentures dont have gaps where "FLOSS" will work.

  2. Relativity is just a model by onionman · · Score: 4, Insightful

    It's already widely known that Relativity is just a model... much like the rest of physics. It's extremely accurate and useful for dealing with many areas, but breaks down somewhat when dealing with very very small things. Hence the great desire to develop a more unified theory! So, the summary is a little bit on the sensationalist side of the street.

    The research is very important, though!

    1. Re:Relativity is just a model by quenda · · Score: 2, Interesting

      So there is nothing wrong with relativity, unless you find an internal inconsistency?
      It is reality at fault, for failing to follow the more elegant model.

    2. Re:Relativity is just a model by bertok · · Score: 3, Insightful

      It's already widely known that Relativity is just a model... much like the rest of physics. It's extremely accurate and useful for dealing with many areas, but breaks down somewhat when dealing with very very small things. Hence the great desire to develop a more unified theory! So, the summary is a little bit on the sensationalist side of the street.

      The research is very important, though!

      That's a gross misunderstanding of the problems of relativity.

      "Just a model" is not what physicists seek. The aim is to seek laws of physics that are absolute, inviolable, and a complete description of space, time, and mass-energy. Some of our models are basically there, like the "conservation" laws, which are based on rigorous mathematics.

      The problem with relativity isn't that it's "just a model", it's that it is explicitly known to be incomplete. It simply doesn't "extend" down to small scales. This was known by Einstein himself, he sought to complete his theory, but failed.

    3. Re:Relativity is just a model by onionman · · Score: 4, Insightful

      It's already widely known that Relativity is just a model... much like the rest of physics. It's extremely accurate and useful for dealing with many areas, but breaks down somewhat when dealing with very very small things. Hence the great desire to develop a more unified theory! So, the summary is a little bit on the sensationalist side of the street.

      The research is very important, though!

      That's a gross misunderstanding of the problems of relativity.

      "Just a model" is not what physicists seek. The aim is to seek laws of physics that are absolute, inviolable, and a complete description of space, time, and mass-energy. Some of our models are basically there, like the "conservation" laws, which are based on rigorous mathematics.

      The problem with relativity isn't that it's "just a model", it's that it is explicitly known to be incomplete. It simply doesn't "extend" down to small scales. This was known by Einstein himself, he sought to complete his theory, but failed.

      Sorry, but I'm a mathematician... so everything you physicists do is just a model to me. Ever since I realized (via Goedel) that there aren't even any complete and consistent theories for logic, I sort of figured that there would never be a complete and consistent theory for physics. (Let me know if you find one.) In the mean time, I'm still really impressed with the work physicists do! I really should finish working through Gravitation some day... that's cool stuff.

    4. Re:Relativity is just a model by thrawn_aj · · Score: 1

      just a model

      The day there's something else besides "just" a model is the day that qualifier will actually make sense. Never really understood what point people try to make with the "just" qualifier.

    5. Re:Relativity is just a model by Anonymous Coward · · Score: 5, Funny

      Sorry, but I'm a mathematician... so everything you physicists do is just a model to me.

      An instant link to xkcd is required here. I hate doing this (linking to xkcd), but you brought it on yourself :)

    6. Re:Relativity is just a model by Bootsy+Collins · · Score: 2, Informative

      You need to be careful here. When you talk about relativity "not extending down to small scales," you're referring to General Relativity. Special relativity, OTOH, is a fundamental component of Quantum Field Theory.

    7. Re:Relativity is just a model by Anonymous Coward · · Score: 0

      like the "conservation" laws, which are based on rigorous mathematics

      I hope you're not talking about Noether's Theorem. Because physical reality is the basis for physical laws, not "rigorous mathematics." The math just makes it simpler to express those laws.

    8. Re:Relativity is just a model by bertok · · Score: 1

      Sorry, but I'm a mathematician... so everything you physicists do is just a model to me.

      An instant link to xkcd is required here. I hate doing this (linking to xkcd), but you brought it on yourself :)

      Haha... exactly! The more we learn about physics, the more 'pure' our models will get, and the closer we get to stand to those elitist mathematicians. 8)

    9. Re:Relativity is just a model by localman · · Score: 2, Informative

      The aim is to seek laws of physics that are absolute, inviolable, and a complete description of space, time, and mass-energy.

      I may be stretching beyond my capacity here, but isn't that a pipe dream? Won't any laws of physics will be mathematical formulae? And I thought it was accepted that no significantly powerful mathematical system can be both complete and consistent. It seems to me that a physics laws would be subject to that same limitation. The search for ever finer models is wonderful, important, and really the basis of all human progress -- but at some point I accepted that we'll never get to the bottom. It's an infinite regress.

      If I am misunderstanding the situation, I'd love to know how.

      Cheers.

    10. Re:Relativity is just a model by Anonymous Coward · · Score: 2, Informative

      Sorry, but I'm a mathematician... so everything you physicists do is just a model to me

      Math exists in a vacuum, and most Math researchers attempt to force observations of real life to fit within their formulas, which is just plain wrong. Physics observes real life, and attempts to describe it (using Math).
      Or in other words, pure Math is essentially worthless until it is applied to the real world... and when you do that, it's not Math it's Physics.

      For example, take the commonly known Math equation 1+1=2. This appears to be correct to the Math student, but then the Physics student comes along and says "Umm, exactly HOW do you expect me to believe that 1 apple + 1 orange = 2 slashdot Trolls?". It's how the equation is applied that determines if it is correct or not.

      So with all of that in mind, I would propose that it is really Math which is "just" a model, while Physics is an actual explanation.

    11. Re:Relativity is just a model by Anonymous Coward · · Score: 0

      And of course, mathematics is just applied logic, and logic is just applied philosophy... (And I say that as a mathematician myself, not a philosopher!)

    12. Re:Relativity is just a model by gtall · · Score: 1

      Propositional logic, first order logic, relevance logic, linear logic, intuitionistic logic, many modal logics, etc. are complete and consistent. What you mean is that first order logic extended with Peano's arithmetic axioms is incomplete as are many second and higher order logics.

      Complete and consistent theories for physics are an entirely different kind of thing. Complete would probably mean "it works for everything we know about" and consistent means "we've not found out anything yet that yields a contradiction". Logical theories are judged complete or consistent with respect to a class of mathematical models. Physical theories must be judged complete or consistent with how the world is. The first is transcendental (think Kant), the second is not.

    13. Re:Relativity is just a model by JamesP · · Score: 2, Insightful

      Sorry, but I'm a mathematician... so everything you physicists do is just a model to me. Ever since I realized (via Goedel) that there aren't even any complete and consistent theories for logic, I sort of figured that there would never be a complete and consistent theory for physics. (Let me know if you find one.) In the mean time, I'm still really impressed with the work physicists do! I really should finish working through Gravitation some day... that's cool stuff.

      You're right. Physics are one of the fields where science shines best, but still I think they read more into it than they should.

      That, still, Relativity may be a model (in the math sense) but it's much more about the ideas (codified into math, of course). The big breakthough of Einstein was not doing the math, but interpreting what was being seen correctly.

      --
      how long until /. fixes commenting on Chrome?
    14. Re:Relativity is just a model by Anonymous Coward · · Score: 0

      The big breakthough of Einstein was not doing the math, but interpreting what was being seen correctly.

      I think that's why he said, "imagination is more important than knowledge."

      His theories started with thought experiments and considering the nature of reality. He imagined what it would be like to ride a beam of light. The thing is, such thought experiments are still models, even if they deal with real-world objects instead of numbers.

    15. Re:Relativity is just a model by Guignol · · Score: 2, Interesting

      Sorry, but I'm a metamathematician.... so everything you mathematicians do is just a model to me.
      Göedel's (first incompleteness) theorem does not state that there aren't any complete and consistent theories for logic, it states that any system *complex enough* (it has some requirements to be met to be true) cannot be both complete and consistent.
      Anyway I guess (sorry if I don't) I see your point but I don't think you are seeing your parent's, and (unless I missed it) your point is wrong (as in 'non sequitur', not as in 'not true' (which it might be))
      This has nothing to do with completeness of logic vs models vs reality.
      The parent was telling that relativity is much more than just a model in the way, 'epicycles' are (just) a model to make predictions to get result that should be in accordance with reality, while relativity tells you about deep 'truths', or 'concepts' about reality, and in doing so gives some tools to make predictions, but happens to be incomplete in not telling yet everything
      Anyway, it could be interesting to debate if reality can be "completely" modeled at all even getting in your completeness reference (maybe the set of rules is simple enough that any 'happening' can be 'explained/proved' (I don't think so anyway)) but the thing is, the completeness the poster talks about has nothing to do at all with the incompleteness you are talking about, in fact, to some extent, goedel's *completenes* theorem could very well be more relevant (I'm stretching).

    16. Re:Relativity is just a model by Muad'Dave · · Score: 3, Funny

      mathematics is just applied logic, and logic is just applied philosophy... ... and philosophy is just applied physics ...

      Kirk: "Everything Harry tells you is a lie. Remember that! Everything Harry tells you is a lie!"

      Harry: "Now listen to this carefully, Norman: I AM LYING!"

      Norman: "You say you are lying, but if everything you say is a lie then you are telling the truth, but you cannot tell the truth because everything you say is a lie, but... you lie, you tell the truth, but you cannot for you l... Illogical! Illogical! Please explain! You are Human! Only Humans can explain their behavior! Please explain!"

      beeeeeeeeeep......thump.

      That's what you just did to my brain by closing the loop. Thanks! :-)

      http://memory-alpha.org/wiki/Induced_self-destruction
      http://www.youtube.com/watch?v=EzVxsYzXI_Y

      --
      Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.
    17. Re:Relativity is just a model by Muad'Dave · · Score: 2, Funny

      Anyway I guess (sorry if I don't) I see your point but I don't think you are seeing your parent's, and (unless I missed it) your point is wrong (as in 'non sequitur', not as in 'not true' (which it might be))

      Do you think in Lisp?

      --
      Tiller's Rule: Never use a word in written form that you've only heard and never read. You will end up looking foolish.
    18. Re:Relativity is just a model by Guignol · · Score: 1

      I don't think so no.. (why ? (??)) (what is Lisp anyway ? (does it have anything to do with the point ? (I don't think it has (just asking) (googling at the same time) (OIC !!! :p))))

    19. Re:Relativity is just a model by vlm · · Score: 1

      but at some point I accepted that we'll never get to the bottom. It's an infinite regress.

      Two other scientific models exist.

      Maybe it'll end up more like the early days of chemistry, where it was finally determined there are only a hundred or so elements and even counting individual isotopes there are only a couple hundred unique atoms, and individual atoms have a certain finite, although very small, size. At least from the standpoint of chemistry, its practical to talk about minimum theoretical concentrations being "one per beaker", or everything is based on just a couple hundred types of atoms, and no smaller exists, at least as long as you want to call it "chemistry".

      Or maybe more like biology, where the number of species that exist, or even ever have existed, is extremely large, way beyond what "we" could ever know, but as long as we limit ourselves to Earth-based biology it's obviously inherently finite (just infinite on a practical basis). An "infinite" regress would definitely terminate as long as the research happened faster than evolution made new species.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    20. Re:Relativity is just a model by vlm · · Score: 2, Insightful

      For example, take the commonly known Math equation 1+1=2. This appears to be correct to the Math student, but then the Physics student comes along and says "Umm, exactly HOW do you expect me to believe that 1 apple + 1 orange = 2 slashdot Trolls?". It's how the equation is applied that determines if it is correct or not.

      Not a proof because you're mixing units.

      No better than trying to convince a math major that 1 + 1 = 2 is wrong because 1 degree of arc + 1 radian of arc does not equal 2 gradients of arc. Or that stating binary 1 plus binary 1 actually equals binary 10 so 1 + 1 = 2 is false.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    21. Re:Relativity is just a model by WillDraven · · Score: 1

      Is it bad that these days I almost invariably know which xkcd has been linked to, chuckle, and go on, all without bothering to click the link?

      --
      This is my sig. There are many like it but this one is mine.
    22. Re:Relativity is just a model by vlm · · Score: 1

      Complete would probably mean "it works for everything we know about" and consistent means "we've not found out anything yet that yields a contradiction".

      Turns out that both are time dependent. You meant to say "it works for everything we CURRENTLY know about".

      Example: Newtons laws of motion were perfectly complete until the 1800s, to the best of my knowledge. Then some weirdness was discovered as relates to thermal emission specra, electron emission from hot metals, some radioactivity issues, etc.

      You could probably simplify your argument to logical theories are simple enough to be believed unmodifiable over time, but physics is not. No puttering around with test tubes will ever falsify a math equation, although historically is has falsified physics and chemistry equations.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    23. Re:Relativity is just a model by radtea · · Score: 1

      Ever since I realized (via Goedel) that there aren't even any complete and consistent theories for logic, I sort of figured that there would never be a complete and consistent theory for physics.

      It's not clear why you impute to reality a conclusion about thinking about reality in a particularly limited way. Incompleteness is a feature of a deliberately limited way of thinking about reality, which many people mistakenly believe is a limit on reality itself, even now that we know reality does not respect the limitations of logic (nonlocal quantum correlations can be viewed as violations of the law of noncontradiction, which appears in some form as underlying all logical descriptions of reality.)

      This is the problem that physicists have with mathematicians (and experimental physicists have with theorists): you impute a kind of authority to your descriptions that reality does not care about. And so neither to we :-)

      --
      Blasphemy is a human right. Blasphemophobia kills.
    24. Re:Relativity is just a model by delinear · · Score: 1

      And if the title attribute is to be trusted, you're having way more fun while getting there.

    25. Re:Relativity is just a model by jbezorg · · Score: 3, Funny

      Relativity is just a model.

      Just like Camelot.

      --
      I've lost all my marbles except one & It's fun to test angular & centripetal acceleration in my skull
    26. Re:Relativity is just a model by Anonymous Coward · · Score: 0

      The aim is to seek laws of physics that are absolute, inviolable, and a complete description of space, time, and mass-energy.

      A truly noble goal, and one that is obviously doomed to failure.

      https://secure.wikimedia.org/wikipedia/en/wiki/Uncertainty_principle

      Not that that makes the striving any less important.

    27. Re:Relativity is just a model by lawpoop · · Score: 1

      And I thought it was accepted that no significantly powerful mathematical system can be both complete and consistent. It seems to me that a physics laws would be subject to that same limitation.

      I guess I don't see a problem? If we came up with a set of physical laws that pretty accurately described all observable phenomena, who cares if they are not both complete and consistent as logical rules or whatever Goedel was showing? We just want to know how the universe behaves; we don't need to calculate anything fancier.

      --
      Computers are useless. They can only give you answers.
      -- Pablo Picasso
    28. Re:Relativity is just a model by gtall · · Score: 1

      "You meant to say "it works for everything we CURRENTLY know about"."

      I don't think that fixes the problem since then we would ever know whether a physical theory is complete or consistent. This why I phrased it as "it works for everything we know about" meaning at the time of utterance.

      "You could probably simplify your argument to logical theories are simple enough to be believed unmodifiable over time, but physics is not." Not really. They are modified all the time, but the modifications are deemed to yield different logics. That isn't the crux, the crux is the models are mathematical models, not physical models.

    29. Re:Relativity is just a model by ILMTitan · · Score: 1

      Sorry, but I'm a mathematician... so everything you physicists do is just a model to me. Ever since I realized (via Goedel) that there aren't even any complete and consistent theories for logic, I sort of figured that there would never be a complete and consistent theory for physics. (Let me know if you find one.) In the mean time, I'm still really impressed with the work physicists do! I really should finish working through Gravitation some day... that's cool stuff.

      Doesn't the Goedel just require an axiom taken to be true but not provable? Science has that: The Principal of Uniformity of Nature, which is the logical basis of all scientific induction.

    30. Re:Relativity is just a model by mOdQuArK! · · Score: 1

      I never did understand why my English teacher marked me down when I nested the parenthesis...

    31. Re:Relativity is just a model by Guignol · · Score: 1

      (never did I (why should we ? (I'm sure you're sure it wasn't deserved (were you not ? (:p)))))

    32. Re:Relativity is just a model by Hythlodaeus · · Score: 2, Insightful

      "Just a model" is not what physicists seek. The aim is to seek laws of physics that are absolute, inviolable, and a complete description of space, time, and mass-energy.

      And when you have what you think are laws that are absolute, inviolable, and complete, what you will have will be a model. The map is not the territory.

      --
      For great justice.
    33. Re:Relativity is just a model by jc42 · · Score: 2, Interesting

      The more we learn about physics, the more 'pure' our models will get, and the closer we get to stand to those elitist mathematicians. 8)

      Yeah, but you'll never even get close to closing the gap. Physicists have a constraint that mathematicians are immune to: To qualify as "physics", your model must be tested against physical reality. Mathematics can be (and very often is) independent of any so-called "reality". A mathematical model can be shown valid even if it is shown not to model anything in our universe. In general, physical reality is irrelevant to mathematicians, and they aren't shy about stating this.

      One of the ongoing mysteries in mathematics is how often mathematical systems turn out to be applicable to various fields of science. This is sometimes a bit of an embarrassment to mathematicians, who often pride themselves on their refusal to even consider the real world. The ongoing usefulness of obscure branches of mathematics to scientists hasn't been satisfactorily explained, to my knowledge (though there are a number of interesting conjectures).

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
    34. Re:Relativity is just a model by Anonymous Coward · · Score: 0

      Why somebody upvoted you?

      You really add NOTHING to the discussion!

    35. Re:Relativity is just a model by Anonymous Coward · · Score: 0

      Ever since I realized (via Goedel) that there aren't even any complete and consistent theories for logic, I sort of figured that there would never be a complete and consistent theory for physics. (Let me know if you find one.)

      Theories of physics are not meant to be complete. This is why you have first principles or postulates, which are statements that are not provable within the theory itself. Axioms if you want. So the GP, when saying "incomplete", means "not consistent with (some of the) testable reality".

      In the context of Goedel, this is fairly obvious, since physics cannot accept contradictory theories.

    36. Re:Relativity is just a model by snadrus · · Score: 1

      So the world *should be* flat. . . (since we first perceived it that way).

      --
      Science & open-source build trust from peer review. Learn systems you can trust.
    37. Re:Relativity is just a model by Mr.+Slippery · · Score: 1

      "Just a model" is not what physicists seek. The aim is to seek laws of physics that are absolute, inviolable, and a complete description of space, time, and mass-energy.

      A description is a model. "Just a model" implies a value judgment that's not really relevant.

      To know that your model was "absolute, inviolable, and complete", you would have to be able to compare it with every measurement ever made, now or in the future. Lotsa luck, kid.

      I forget who it was who said that going into science with the desire to arrive at absolutely firm knowledge was like entering the seminary as a plan to meet women...

      --
      Tom Swiss | the infamous tms | my blog
      You cannot wash away blood with blood
    38. Re:Relativity is just a model by shadowbearer · · Score: 1

        Ah, but we've only begun to explore the realms of math, right? ;-)

        I'll leave this with one quote I've found to be excessionally insightful:
        --

      Metamathics: (n) (short form of 'metamathematics')

      The investigation of the properties of realities intrinsically unknowable by and from our own, but whose general principles can be hazarded at.

      -- Iain M Banks, 'Excession'
        --

        Which seems to me to be wisdom without portfolio, but worth paying attention to (ie, where the realm of mathematics is meeting the realm of physics theory and observation) It at least has the virtue of not relying on supernatural and unknowable deities to solve problems.

      SB

      --
      It's old. The more humans I meet, the more I like my cats. At least they are honest.
    39. Re:Relativity is just a model by shadowbearer · · Score: 1

        Nice ref, loved it ;-)

        Roddenberry was probably trying to point out that the capacity for intricate self deception probably requires a certain level of self-awareness. Given the available evidence he was right.

      SB

      --
      It's old. The more humans I meet, the more I like my cats. At least they are honest.
    40. Re:Relativity is just a model by mindstrm · · Score: 1

      "We just want to know how the universe behaves; we don't need to calculate anything fancier."

      If we had a set of laws that predicted everything we could observe in the universe precisely,then not only would we not need to calculate anyhting fancier, the entire concept of calculating anything fancier would have no meaning, as we would already have the theory of *Everything*

    41. Re:Relativity is just a model by mindstrm · · Score: 1

      It's "just" from people who don't actually get what theories and models are actually all about.... people who think there is some absolute truth out there to be discovered.

    42. Re:Relativity is just a model by Xyrus · · Score: 1

      Relativity is just a model.

      Just like Camelot.

      You have provided the final information for my theory!

      England = Monty Python * Camelot^2

      --
      ~X~
    43. Re:Relativity is just a model by quenda · · Score: 1

      So the world *should be* flat. . .

      (OK, less tongue-in-cheek)
      There is no flat-earth theory of note, just a naive hypothesis. There is the "flat" Cartesian space of classical physics. Relativity with its bent space does not make Newton wrong, it just makes a new model that is closer to observations. But relativity never claimed to be complete either.

    44. Re:Relativity is just a model by pimproot · · Score: 1

      The conservation laws are *NOT* based on rigorous mathematics, but rather inference from observation.

      As to whether they are a "complete description", there is a major hurdle to overcome when defining "energy" on a subatomic level -- for one thing, because of the example of Maxwell's Demon http://en.wikipedia.org/wiki/Maxwell's_demon the definition must depend on the "information", which is an even less well-defined concept, although "conservation of information" has been posited as a law that seems to work well except around black holes.

      See http://www.phys.ncku.edu.tw/mirrors/physicsfaq/Relativity/GR/energy_gr.html for other problems.

    45. Re:Relativity is just a model by YttriumOxide · · Score: 1

      One of the ongoing mysteries in mathematics is how often mathematical systems turn out to be applicable to various fields of science. This is sometimes a bit of an embarrassment to mathematicians, who often pride themselves on their refusal to even consider the real world. The ongoing usefulness of obscure branches of mathematics to scientists hasn't been satisfactorily explained, to my knowledge (though there are a number of interesting conjectures).

      Indeed! The first time I read this (as a teenager), I spent the next three weeks or so annoying the hell out of every non-scientist/non-mathematician friend that I have... I'm somewhat "used to" the idea now, but it really was an amazing wake-up call the first time.

      --
      My book about LSD and Self-Discovery
      Also on facebook as: DroppingAcidDaleBewan
    46. Re:Relativity is just a model by thrawn_aj · · Score: 1
      Yes, that's the point I was trying to make - thanks for the succinct reply. I will inject a minor quibble here however -

      people who think there is some absolute truth out there to be discovered.

      There might well be such a thing (I personally doubt it but my personal opinion means nothing in this particular case since we really just don't know). The point is (and I'm sure you'll back me up on this) that such models/theories of reality are the best we have come up with and it is a bit foolish to judge the efficacy of such working models on the basis of an as-yet (and perhaps never-to-be) discovered "something-more" that mystics like to harp on about.

      As a practical matter, if those absolute truths do exist out there, I have not a single doubt that it will be the pragmatic scientist who finally discovers them and not the armchair philosopher flakes who dream about "something more" but do nothing to figure out what it is.

    47. Re:Relativity is just a model by jc42 · · Score: 1

      Actually, the usefulness of mathematics in the sciences has a straightforward explanation that most scientists tacitly accept. It is based on the fact that mathematics is, at its heart, a study of the various kinds of logic that are possible, and how systems that follow specific rules of logic must behave. The fact that the results of this study of logic turn out to describe the "real" physical universe is evidence that the physical universe does in fact obey logical rules; its behavior isn't fundamentally "random" or illogical. We might call this the "Logical Universe Theory".

      This sort of metatheory is (so far) beyond our ability to test. But the current acceptance of the Logical Universe Theory follows from the obvious fact that scientists have been essentially testing the theory with every study that's ever been done. When tests turn out consistent with a theory, and none refute it, we consider that grounds for (tentatively) accepting the theory as valid. If our universe didn't follow some logic, scientific methods simply wouldn't work, and scientific specialties would be unable to come up with theories that explain their subject matter.

      This doesn't actually tell us much about what our universe's logic actually is, of course. Both Relativity and Quantum theory required (and still require) a good amount of "mind stretching" on the part of people trying to learn them. Both predict results that are contrary to the intuition of most people, despite the way that those predictions turn out to be true. The universe's "logic" has turned out to be rather different in many respects than the naive logic that people pick up in their childhood.

      Mathematicians have had similar mind-stretching experiences. Consider the centuries of attempts to prove Euclid's parallel postulate. Then, in the 1800s, it was shown that it couldn't be proved (in the sense that people meant), because there were consistent geometries that included all of Euclid's other postulates but replaced the parallel postulate with something different and inconsistent. Some of these were subspaces of a Euclidean space, so if they were inconsistent, then so was the Euclidean space, and vice-versa. Today, this is part of (some) high-school geometry courses, but a few hundred years ago it was a wild idea not accepted by many mathematicians. This turns out to be useful to modern physicists, since it appears that our universe isn't (quite) Euclidean.

      Of course, the real mind-stretching event in modern mathematics was Kurt Gödel's famous incompleteness theorem. That is now understood and accepted by most mathematicians, but so far it has made little if any real impact on the sciences. There is a conjecture that it might turn out important to understanding the universe, but this conjecture could be wrong ...

      --
      Those who do study history are doomed to stand helplessly by while everyone else repeats it.
  3. So basically... by Anonymous Coward · · Score: 5, Funny

    Let me try to find a lay-person analogy.

    A chef theorized that there was a counter-part to bacon. We'll call it turkey bacon. We traditionally thought that Turkey Bacon was the direct opposite of Pig Bacon. Where Pig Bacon was delicious, Turkey Bacon was healthy. We decided to do some research on how Turkey bacon and pig bacon is received by the consumer. Recent taste test show that turkey bacon is not, in fact equally as healthy as pig bacon is tasty. This ruins the grand unified theorem of HTB (healthy tasty breakfast).

    The only remaining explanation is there might, in fact, be a third type of bacon... i.e. a cow bacon or chicken bacon. If we discover this new type of bacon, it might completely revolutionize the Bacon Lettuce Tomato sandwich.

    amirite?

    1. Re:So basically... by mog007 · · Score: 3, Funny

      I believe your bacon analogy is far superior to the often used car analogy.

    2. Re:So basically... by Nerdfest · · Score: 1

      Pffffft. Antineutrinos have been dieting for bikini weather. Try the experiment again in the winter.

    3. Re:So basically... by hsthompson69 · · Score: 3, Funny

      Except pig bacon is healthy, and delicious. Contrary to USDA guidelines, saturated fat is good for you, and cereals and grains are bad for you. Bacon is, simply put, health food. You just need to avoid orange juice, muffins, or anything else that is going to raise your blood sugar levels and therefore your insulin levels.

      Now, admittedly, there are some types of bacon that are dipped in chocolate, or sugar, or pancake batter, or some other evil condiment, but on its own, bacon is a perfectly healthy food.

    4. Re:So basically... by AHuxley · · Score: 2, Insightful

      Snouty the breakfast pig is fine, its the chemical preservatives thats seems to catch up with people.

      --
      Domestic spying is now "Benign Information Gathering"
    5. Re:So basically... by jd2112 · · Score: 1

      I'm still confused, but now I'm hungry...

      --
      Any insufficiently advanced magic is indistinguishable from technology.
    6. Re:So basically... by hsthompson69 · · Score: 1

      Well, on the scale of danger to one's health, I'd put a tall glass of orange juice at 9.5 on the F-up-Your-Health-O-Meter, and the nitrates and nitrites in bacon at about 0.75. The preservatives might kill me when I'm 150 years old, but those sugars and starches in bran muffins will kill you before you reach 70.

    7. Re:So basically... by Snad · · Score: 1

      The only remaining explanation is there might, in fact, be a third type of bacon... i.e. a cow bacon or chicken bacon.

      Chicken bacon's been around for years.

      The search continues for cow bacon, however.

    8. Re:So basically... by MobileTatsu-NJG · · Score: 1

      Congrats on the creation of a new Slashdot meme!

      --

      "I like to lick butts!" by MobileTatsu-NJG (#32700246) (Score:5, Informative)

    9. Re:So basically... by Loomismeister · · Score: 1

      I eat muffins, and I probably will not die before I'm 70

    10. Re:So basically... by jrumney · · Score: 1

      Having tried Beef Bacon (the joys of eating breakfast in a Halal restaurant), there is probably a third factor in your equilibrium, as I can verify that it is neither tasty nor healthy.

    11. Re:So basically... by Anonymous Coward · · Score: 0

      Citation needed... Please...

    12. Re:So basically... by Anonymous Coward · · Score: 0

      Except pig bacon is healthy, and delicious. Contrary to USDA guidelines, saturated fat is good for you, and cereals and grains are bad for you. Bacon is, simply put, health food. You just need to avoid orange juice, muffins, or anything else that is going to raise your blood sugar levels and therefore your insulin levels.

      Congratulations - you must be the stupidest person on /.

    13. Re:So basically... by kasimbaba · · Score: 1

      I had beef bacon for breakfast last week.

    14. Re:So basically... by Hognoxious · · Score: 5, Funny

      The car analogy works as a reasonble approximation at vehicular scales but breaks down at the edible level.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    15. Re:So basically... by Hognoxious · · Score: 1

      The search continues for cow bacon, however.

      Pastrami.

      --
      Confucius say, "Find worm in apple - bad. Find half a worm - worse."
    16. Re:So basically... by Anonymous Coward · · Score: 0

      No dude, seriously, muffins and orange juice will kill you. You should stave off your cravings by eating bacon three meals a day, everyday for the rest of you life. hsthompson69 really knows what is up. The evil government that makes up the nutrition guidelines, put fluorides and chlorides in the water, is doing this to try to make people die faster. Hsthompson69 knows so much about nutrition. So smart. So very, very smart. A hero. The greatest hero of all time. OF ALL TIME! Thank you Hstompson69, for introducing us to the truth! Hstompson69 has an F-up-Your-Health-O-Meter and knows how to use it.

      Actually hstompson69, you're a fucking idiot. Congratulations.

    17. Re:So basically... by B1oodAnge1 · · Score: 1

      Oh lord, O.o me too!

      --
      RUGBYRUGBYRUGBY
    18. Re:So basically... by wuzzle · · Score: 1

      So you would expect different results in the southern hemisphere?

      It's already winter down here, those antineutrinos should be delightfully plump...

      --
      The nice thing about standards is that there are so many of them to choose from. -- Andrew S. Tanenbaum
    19. Re:So basically... by hsthompson69 · · Score: 1

      Well AC, have yourself a clue, and check out the real science on the matter:

      http://webcast.berkeley.edu/event_details.php?webcastid=21216

      Muffins and orange juice will kill you. The past thirty years of low-fat, low-calorie and exercise advice has turned what was common knowledge for hundreds of years on its head -> carbs make you fat, and being fat is unhealthy in all kinds of ways. Just remember that carbohydrates turn into sugar in your blood stream incredibly quickly, so when you look at that muffin, or that glass of OJ, or that piece of bread, just imagine instead that you're simply spooning candy into your mouth, because that's essentially what you're doing.

      Go ahead and stave off your cravings by eating sugar three meals a day, everyday, for the rest of your life, and see where that gets you.

    20. Re:So basically... by tehcyder · · Score: 1

      The only remaining explanation is there might, in fact, be a third type of bacon... i.e. a cow bacon or chicken bacon

      Now you're just being silly.

      --
      To have a right to do a thing is not at all the same as to be right in doing it
    21. Re:So basically... by Sulphur · · Score: 2, Funny

      With the Standard Edible Model, symmetry is broken at the first byte.

    22. Re:So basically... by Dachannien · · Score: 1

      I believe your bacon analogy is far superior to the often used car analogy.

      It certainly tastes better, in any case.

    23. Re:So basically... by Linker3000 · · Score: 4, Funny

      I'm waiting for the Higgs Bacon.

      --
      AT&ROFLMAO
    24. Re:So basically... by sharkey · · Score: 1

      Deer bacon is quite good, beats the hell out of turkey bacon.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
    25. Re:So basically... by Joey+Vegetables · · Score: 2, Interesting

      Nope. His claims are slightly exaggerated, but there is recent research strongly suggesting that the deposition of fatty plaques on the arteries are much more related to calcium and sugar overconsumption, and specifically the "fatty liver" that results from the latter. And now that researchers do make the distinction between trans-fats and naturally occurring saturated fats, they are finding a paucity of evidence implicating the latter in anything. GP has somewhat oversimplified but basically he is correct: moderate amounts of saturated fat from natural sources seem very unlikely, in an otherwise healthy individual, to cause problems, whereas high-glycemic carbohydrates are known beyond reasonable doubt to screw up metabolism and to cause obesity.

    26. Re:So basically... by vlm · · Score: 1

      After you think you've created a unified field theory of all three types of bacon in the universe, you find that weird vegetarian bacon made out of strips of fried bean flour in the freezer case at the health food store, resulting in Nobel prizes for all.

      --
      "Science flies us to the moon. Religion flies us into buildings." - Victor Stenger
    27. Re:So basically... by delinear · · Score: 1

      I'm always dubious whenever someone backs up their argument with "real science". What's wrong with just science? It reminds me of those awful injury lawyer adverts on TV, "We're real lawyers"... trying too hard guys, too hard.

    28. Re:So basically... by Anonymous Coward · · Score: 0

      Saying his claims are "slightly exaggerated" is like saying an elephant is a "slightly exaggerated" mouse.

      He has taken the statement "some saturated fats are healthy", interpreted that as "all saturated fats are healthy", and then extended it to "all things that *contain* saturated fats are healthy, regardless of whether they contain known toxins and carcinogens".

      He has also taken the statement "processed carbohydrates are unhealthy", and turned that into "all grains and cereals are unhealthy".

      That is pretty much the definition of stupid.

    29. Re:So basically... by Chris+Burke · · Score: 1

      What makes you think Higgs is going to share his bacon with you?

      --

      The enemies of Democracy are
    30. Re:So basically... by Anonymous Coward · · Score: 0

      Actually, in the second case, he has taken "all grains and cereals are unhealthy" and turned it into "all grains and cereals are unhealthy."

      Perhaps you should read actual research before you decry other people's well-founded opinions as "stupid."

    31. Re:So basically... by Anonymous Coward · · Score: 0

      To be fair to the GPP, there is a lot of junk science out there, in every field (though especially in fields where there is money to be made or politics intervening). Perhaps moreso than that, though, the slant imposed when the research filters out to the public, primarily through journalistic media, more or less reverses what is shown by the science itself. The evidence showing that corn oil increases heart disease mortality risk, while bacon grease and butter lower it, and that Type II diabetes is reversible through extremely low carbohydrate diets (less than 20g/day), and that high fructose corn syrup causes obesity even when total caloric consumption is lower, and that an epidemic increase in NAFLD is linked to the increased sugar and starch consumption in the American diet, it's all out there, but good luck getting the information spoon fed to you. You have to find the "real science" for yourself because the "media science" isn't where it's at.

    32. Re:So basically... by Anonymous Coward · · Score: 0

      Finding it is my utmost con*cern*!

    33. Re:So basically... by rrohbeck · · Score: 1

      Nah. Too heavy for me.

    34. Re:So basically... by IMightB · · Score: 1

      I don't know whether it's better or not, but it definitely makes me hungrier.

    35. Re:So basically... by Higgs_Bozon · · Score: 1

      Except pig bacon is healthy, and delicious. Contrary to USDA guidelines, saturated fat is good for you, and cereals and grains are bad for you. Bacon is, simply put, health food. You just need to avoid orange juice, muffins, or anything else that is going to raise your blood sugar levels and therefore your insulin levels.

      Congratulations - you must be the stupidest person on /.

      Golly! Can I say "Whoosh" now?

      --

      -
      Extracting sunbeams from /. Bozons since 1766
    36. Re:So basically... by Higgs_Bozon · · Score: 1

      Well, I made a Bacon Explosion last week-
      The cheese-wiz layers that I used as a nutrino-antineutrino moderator were not sufficiently thick...
      And, like that's when the pile went critical.

      Now we know why it's called a "Bacon Explosion".

      --

      -
      Extracting sunbeams from /. Bozons since 1766
    37. Re:So basically... by Higgs_Bozon · · Score: 1

      Well, next time I'll try replacing the cheese-wiz moderator with Graphite...

      --

      -
      Extracting sunbeams from /. Bozons since 1766
  4. How does this violate special relativity? by JoshuaZ · · Score: 4, Insightful

    Ok. I read the article and I'm still confused. I understand why different mass for particles and their antiparticles would violate CPT, which is obviously major. But I don't see how this violates special relativity. Why does this violate special relativity?

    1. Re:How does this violate special relativity? by Old+Wolf · · Score: 2, Funny

      From that great font of modern knowledge, "the CPT theorem states that any Lorentz invariant local quantum field theory with a Hermitian Hamiltonian must have CPT symmetry.".

      I guess people are more willing to give up Lorentz invariance,than QFTs requiring their Hamiltonians to be unitary..

    2. Re:How does this violate special relativity? by Omnifarious · · Score: 1

      One thing I've heard is that antiparticles are mathematically equivalent to normal particles moving backward through time if you work the equations all through. If you have an antineutrino that has a different mass than the corresponding ordinary neutrino that means this no longer works. Things shouldn't change mass if you have them travel in the opposite direction through time.

      It seems to me that general and special relativity, which deal with the relationship between mass, energy, space and time, wouldn't work very well if some base invariant like that was violated. I don't know enough physics or math to work through all the details though, but it makes a lot of sense to me.

  5. statistics fail by gumbi+west · · Score: 3, Informative

    From the article, "there’s a 5 percent probability that the two types of particles weigh the same." Except, that would require a Bayesian statistical analysis and a prior. The thing to remember about confidence intervals is that the interval is random while the true value is stationary, so if you want to make statements about randomness, you have to make statements about the interval. Example, "An experiment conducted this way would find more muon antineutrinos than muon neutrinos disappear 95% of the time."

    1. Re:statistics fail by Parlyne · · Score: 4, Informative

      The correct statistical statement here would be that an experiment like this one would show a splitting between particle and anti-particle properties at least this large 5% of the time even if there were no difference at all.

    2. Re:statistics fail by gumbi+west · · Score: 1

      That's the p-value interpretation, I gave the confidence interval interpretation. Both are valid.

    3. Re:statistics fail by ceoyoyo · · Score: 2, Interesting

      You gave a misleading confidence interval interpretation. Your statement disregards the magnitude of the observed effect.

      It's likely wrong too - the correct statement is almost certainly something more like "An experiment conducted this way would find more muon antineutrinos than muon neutrinos disappear X% of the time, more muon neutrinos than antineutrinos disappear Y% of the time and the observed numbers are equal Z% of the time," where X+Y+Z = 100, X = Y and X,Y >> Z. X = 95 is not a solution to that system.

    4. Re:statistics fail by Parlyne · · Score: 1

      That's the p-value interpretation, I gave the confidence interval interpretation. Both are valid.

      I would agree with this statement if you append your original statement to say "An experiment conducted this way would find more muon antineutrinos than muon neutrinos disappear 95% of the time, if our experimentally derived parameters are exactly correct." If no such assumption is made, you can't make any statement about how often an experiment would find a discrepancy. If, for example, there were no actual discrepancy, the experiment would only find one 5% of the time. In other words, while the true value is stationary, both the experimentally derived value and the confidence interval are not.

    5. Re:statistics fail by Parlyne · · Score: 2, Interesting

      The measured effect here is asymmetric between neutrinos and antineutrinos. So, X does not equal Y in a correct confidence interval interpretation.

    6. Re:statistics fail by IrquiM · · Score: 1

      Who cares? 85% of all statistcs used on the Internet is just made up as you go anyway!

      --
      This is blinging
    7. Re:statistics fail by L4t3r4lu5 · · Score: 1

      I would agree with this statement if you append your original statement to say "An experiment conducted this way would find more muon antineutrinos than muon neutrinos disappear 95% of the time, if our experimentally derived parameters are exactly correct." If no such assumption is made, you can't make any statement about how often an experiment would find a discrepancy. If, for example, there were no actual discrepancy, the experiment would only find one 5% of the time. In other words, while the true value is stationary, both the experimentally derived value and the confidence interval are not.

      Quick! Prepend "A means of..." and append "...on the internet." to this statement and patent it!

      In other words, I'm whoosh!-ing myself.

      --
      Finally had enough. Come see us over at https://soylentnews.org/
    8. Re:statistics fail by gumbi+west · · Score: 1

      The p-value interpretation is obviously what the authors in the article want, and the clearer statement. My statement is a half-flip of the confidence interval (CI). The true CI statement is

      Pr(CI contains true) = 0.95.

      Not

      Pr(true in CI) = 0.95.

      What I said was

      Pr(future-estimated in current-CI) = 0.95.

      Which I thought was true, but now I'm not so sure. You said

      Pr(estimated >= current estimated | true = 0) = 0.05.

      A statement I am sure about, except that its disappointing that it regards the null and not the alternative. To rectify this, I'd prepend, "only" or "just" to "5%".

    9. Re:statistics fail by radtea · · Score: 1

      Except, that would require a Bayesian statistical analysis and a prior.

      Which has almost certainly been done, this being a large experiment and Bayesian analysis being a popular passtime amongst experimental physicists for the past fifteen or twenty years.

      The thing to remember is that the systematic effects in an experiment like this one are extremely tricky to deal with. The detector is made of matter, not equal parts matter and anti-matter. Muon (anti-)neutrinos interact with electrons (not positrons) in the detector to generate (anti-)muons, with muons and anti-muons distinguished by the way their tracks get bent by the magnetic field in the detector.

      There are any number of small effects that might produce the observed assymetry, which is only at the 2-sigma level. From a Bayesian perspective, the possibility of mis-calibration has a vastly higher prior probability than CPT being violated, which means that we need a much better than 2-sigma result to be genuinely convincing.

      --
      Blasphemy is a human right. Blasphemophobia kills.
    10. Re:statistics fail by ceoyoyo · · Score: 1

      My statement is about the experiment, not the measured effects. The experiment has no preference for an asymmetry one way or the other. I stated it that way to match Gumbi's post, where he asserted that there is a 95% probability that the experiment would show a positive ratio, given the null hypothesis. That's not true. Since we're dealing dealing with counts the actual probabilities are something less than 50% neutino > anti, something less than 50% anti > neutrino and the remainder the probability of getting equal counts.

      For a statement about the actual outcome of the experiment you could say something like "based on this experiment there is a 97.5%* chance that the true ratio between neutrinos and antineutrinos is greater than 1", which would be the usual confidence interval interpretation.

      * assuming their test was a two tailed test (which it probably was) and that their p-value was derived from a normally distributed test statistic.

    11. Re:statistics fail by gumbi+west · · Score: 1

      Uh, if the calibration is wrong, then the p-value is irrelevant because it is based on poor assumptions.

      Also, if they have a prior, then I wonder where it came from.

    12. Re:statistics fail by gumbi+west · · Score: 1

      I didn't condition on the null, checkout the OP, that is why Parlyne and I agree that X need not equal Y.

      What you wrote is exactly what you can't say. Remember: the interval is random, not the true ratio. Parlyne's statement is about the null hypothesis (it will be this extreme under the null only 5% of the time), I tried to say that the confidence interval will contain the true value 95% of the time (though we don't know the probability that the true value is in the confidence interval).

      To see this consider a few cases: (1) a baseball predictor says 19 times out of 20, "exactly one of the two teams playing will win." and the other time, "a penguin named George will will the game." Then, using this method, the actual result is in the predicted set 95% of the time (just like a 95% confidence interval), but you can't say, when it predicts that exactly one of the two teams will win that the probability of one of the two teams winning is 95%. Why? Because the probability of exactly one of the two teams winning is 100%. Same goes for the penguin winning, except George never wins, so the true value is 0%.

      As an alternative--imagine I am predicting the final sale value of a friends home and I come up with a model and get a 95% confidence interval. Then I call him and say, there is a 95% chance you home will sell for between x and y dollars. But he tells me that he sold the home and it is not between x and y dollars. So the probability of the event of his home selling for between x and y dollars was actually zero.

      Now, consider the statement, "Given my methods, I would predict the value of your home sale is between x and y 95% of the time." Can't argue with that!

      Also, you are confused about the interpretation of one versus two tailed tests. They probably used (and should have used) a two-tailed test. But then you "fixed" it to a one-tailed test, which is not valid.

    13. Re:statistics fail by ceoyoyo · · Score: 1

      That may be what you were trying to say, but it's not what you said. I see how you might interpret your statement your way, but the way I read it is equally valid. It's too vague.

      "What you wrote is exactly what you can't say."

      No, read it again:

      "based on this experiment there is a 97.5%* chance that the true ratio between neutrinos and antineutrinos is greater than 1." That's the same as what you were trying to say. The true mean (the actual ratio) lies within the confidence interval (greater than one... okay, there's a little subtlety about the top range, more in a minute) 97.5% of the time. I did not say anything about any effect that is already observed. The statement is about the experiment, not the results. The statement is equivalent to your "Then, using this method, the actual result is in the predicted set 95% of the time."

      "Also, you are confused about the interpretation of one versus two tailed tests."

      No, I'm not. I'm assuming they used a two-tailed test. Note that where my statement differs from yours is in the upper end of the confidence interval. I'm interested in whether the asymmetry is different than zero, not if it lies between 0 X Y where Y is the upper threshold. Thus, there's an extra 2.5% at the top where the true value is more extreme than the prediction - the region of the distribution that is greater than zero has an area of 97.5%, not 95%. In your statement this part is neglected, even though it would be every bit as interesting as a true value lying within the CI.

    14. Re:statistics fail by Anonymous Coward · · Score: 0

      A better way to think about it is this: You're playing D&D, and you roll a natural 20. There is a 5% chance that this happened randomly (physics translation: statistical fluctuation, relativity is correct). Or maybe you're the second coming of Jesus Christ and can bend the laws of the universe to your whims, allowing you to roll natural 20's every time (physics translation: relativity is not correct). I'll leave it as an exercise for the reader to determine which one I think is more likely.

    15. Re:statistics fail by gumbi+west · · Score: 1

      You can say

      Pr(interval contains true value) = 0.95

      Not

      Pr(true value in interval) = 0.95

      Again, using confidence intervals the way you want to use them I could say that the probability that a penguin named George will win certain baseball games is 95% using the estimator I constructed above.

      Alternately, I could say that the probability of a friend eating 2 to 2.2 cups of cereal in the morning is 95% when in fact they have already eaten breakfast and they had 2.4 cups--so the probability is actually zero.

    16. Re:statistics fail by gumbi+west · · Score: 1

      Sorry, WRT one- versus two-tailed: you are assuming that you know the difference is in one direction. If you knew that before the experiment, why didn't you tell everyone else and save us the millions of expense on this experiment? If you didn't, then you have to use the two-tailed.

  6. There is already trouble by fermion · · Score: 5, Interesting
    Here are three things I see to be a consistent form of trouble. First, obviously as we exist, there was not an equal amount of matter and anti-matter created at the big bang. Furthermore most kludges that have been devised to explain this discrepancy have been less that stellar and have tended not to match real data very well, unless they have been tweaked to arbitrarily match real data.

    Second, we think there are infinities in the universe, and infinities tend to be catastrophic in the real world. In fact, classical mechanics met it's catastrophe in an infinity. It is unlikely that all the infinities that are created between quantum mechanics at the atomic scale and relativity at the universal scale can simply be normalized out, and black holes are not going anywhere until general relativity is fixed.

    Then of course we havethe hacked dark matter née aether to make everything work out and match the theory. In light of these three things, any new data, especially new data the violates current theories, are not problem buy jewels. Jewels that will help us refine, and supposed depose, old theories. It is why we still train scientists, and laught at those that think the world is so boring that there is nothing left to be discovered. Fortunately for those that are curious, nature has new surprises every day. I would hate to live in a world where the special theory of relativity was gospel. Such a world would so boring that I would probably be thinking not of what wonders will come, but how life can be ended.

    Especially since I squandered my youth solving those god forsaken equations.

    --
    "She's a scientist and a lesbian. She's not going to let it slide." Orphan Black
    1. Re:There is already trouble by Anonymous Coward · · Score: 0

      First, we don't obviously exist. For all I know, I am a figment of my imagination, as are you. Evil demons, brains in vats, etc. We assume we exist.

      Second, who says there are infinities in the universe? In the actual physical universe that is. I don't.

      Third, what?

      In conclusion, please reference your claims.

      Anyway, I did more philosophy than physics, so pay no attention to me.

    2. Re:There is already trouble by MichaelSmith · · Score: 2, Interesting

      there was not an equal amount of matter and anti-matter created at the big bang

      How do we know? Have we counted the atoms? Maybe the reckoning is still in the future. We know the universe has large scale structure, we can see it in the CMB. Maybe the antimatter is just not close to us.

    3. Re:There is already trouble by John+Hasler · · Score: 1

      > How do we know?

      We exist.

      > Maybe the antimatter is just not close to us.

      Such segregation would be even harder to explain.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    4. Re:There is already trouble by Anonymous Coward · · Score: 0

      First, obviously as we exist, there was not an equal amount of matter and anti-matter created at the big bang. Furthermore most kludges that have been devised to explain this discrepancy have been less that stellar and have tended not to match real data very well, unless they have been tweaked to arbitrarily match real data.

      Fermilab says they found a near-1% asymmetry from proton/antiproton collisions:
      http://blogs.discovermagazine.com/80beats/2010/05/21/in-the-universes-decisive-battle-why-did-matter-prevail-over-antimatter/

      (somehow I think I'd actually seen a story about it on /. initially, but I [ couldn't | was to lazy to ] find it)

    5. Re:There is already trouble by 0111+1110 · · Score: 1

      Here are three things I see to be a consistent form of trouble. First, obviously as we exist, there was not an equal amount of matter and anti-matter created at the big bang.

      Well I can't speak for everyone, but I happen to know for an absolute fact that I don't exist.

      --
      Quite an experience to live in fear, isn't it? That's what it is to be a slave.
    6. Re:There is already trouble by Anonymous Coward · · Score: 1, Insightful

      First, we don't obviously exist. For all I know, I am a figment of my imagination, as are you. Evil demons, brains in vats, etc. We assume we exist.

      Cogito, ergo sum. You need to define existence, because you seem to take it as "as I perceive myself right now" whereas most philosophy takes it as "I'm conscious and experience things". Existence, from a philosophical standpoint, isn't really that hard to prove. Explaining it is the hard part.

      Second, who says there are infinities in the universe? In the actual physical universe that is. I don't.

      Our current theories say there are. And they're obviously flawed, so you're welcome to improve upon them. You'd need to back up your assertions though, which doesn't seem like your strong suit.

      Third, what?

      Exactly what I was thinking when I read your post. Please, please revisit the philosophical works you read, and read them with an eye to what their authors actually meant, and not what you wanted them to mean.

    7. Re:There is already trouble by Freebirth+Toad · · Score: 1

      First, obviously as we exist, there was not an equal amount of matter and anti-matter created at the big bang. Furthermore most kludges that have been devised to explain this discrepancy have been less than stellar ....

      Without the kludge, the theory predicts a universe devoid of stars, which is quite a bit less stellar.

    8. Re:There is already trouble by Parlyne · · Score: 1

      For the universe to have a net baryon number requires CP to be a bad symmetry. CPT can still be conserved, provided that the violation in T compensates that in CP. But, if CPT is violated, so is Lorentz symmetry, which is the underpinning of special relativity. To this point, we've never seen any inconsistency between quantum physics and special relativity. It's only when you let spacetime itself be dynamic that there are mathematical problems. That is, the known inconsistency is between quantum physics and General Relativity. Special Relativity is one of the underpinning assumptions of all of our understanding of particle physics. Evidence that it is wrong would be a VERY BIG DEAL; but, would have very little to do with the problems of quantum gravity.

    9. Re:There is already trouble by Chris+Burke · · Score: 2, Insightful

      Then of course we havethe hacked dark matter née aether to make everything work out and match the theory.

      Dark matter is no more a "hack" than expolanets around stars with slight wobbles are "hacks". Omigosh, you need a planet there to "match the theory"! Or is the planet a prediction based on observation and an already well-working theory? Yes, that's what it is. We use the theory of gravity to infer the existence of masses.

      People have tried to modify the theory to avoid having to infer mass in places where we couldn't directly see any. It nearly worked for a while, until further evidence showed that you couldn't just adjust the magnitude of gravitational attraction and make things work (like MOND), you had to have gravity pointing in completely different directions, for different cases! We've come as close as we probably can to directly seeing the dark matter (if it's WIMPs) via gravitational lensing.

      In any event, you're absolutely right that new data that shows weaknesses of existing theory is very exciting, because that's where new physics is discovered.

      I'm just sayin', this is basically what's already happened to dark-matter-free theories.

      --

      The enemies of Democracy are
    10. Re:There is already trouble by joe_frisch · · Score: 2, Insightful

      If the universe contained areas of matter and areas of antimatter, you would see annihilation radiation at the boundaries. I think (not completely sure) that would be detectable for a wide variety of different sized regions. As another poster points out, it would be difficult to explain such a separation without introducing new physics.

    11. Re:There is already trouble by Anonymous Coward · · Score: 0

      there was not an equal amount of matter and anti-matter created at the big bang

      How do we know? Have we counted the atoms? Maybe the reckoning is still in the future. We know the universe has large scale structure, we can see it in the CMB. Maybe the antimatter is just not close to us.

      I would say that within the first brief moments of the universe, they would have indeed been in very close proximity.

      The point the parent was making, is that if matter and antimatter were really "equal" as described, then at the instant the big bang occurred the universe would simply cancel itself out and never would have existed. The fact that it has made it past that point is enough evidence to deduce that either those forces don't really cancel out perfectly, or that they were not "created" in a balanced quantity.

      And we don't really need to count either, we can use a simple formula. Assuming that matter & antimatter cancel each other perfectly, then we have the equation "X + (-X) = 0", which would hold true for all values of X. The other possibility is that the equation is wrong, and might really be "X + (-X) = Y" where Y is currently assumed to be Zero. The experiment seems to indicate that Y is not actually Zero, which means that either the assumption is wrong, or there is a problem either with the observed data, or how the math was applied. (or a combination of all three).

    12. Re:There is already trouble by Anonymous Coward · · Score: 0

      > How do we know?

      We exist.

      > Maybe the antimatter is just not close to us.

      Such segregation would be even harder to explain.

      The segregation seems pretty simple to explain - theres a vast distance between galaxies. If you take a pattern on par with a Mandelbrot Set, which tends to find freakish occurrence whenever various field theories are applied, you could attain a 3D representation of the universe as we perceive it, assuming all that empty space was once filled with matter/antimatter and just contributed to a near uniform looking set of background radiation. Though background radiation is in itself ridiculous to plot at this stage as we only have a single planet from which to observe.

    13. Re:There is already trouble by Anonymous Coward · · Score: 0

      and still it happened africa, it happened in the usa and its still happening in israel!

      explain that!

    14. Re:There is already trouble by a_n_d_e_r_s · · Score: 1

      Yes, I know, you are just a fidget of my imagination.

      --
      Just saying it like it are.
    15. Re:There is already trouble by Anonymous Coward · · Score: 0

      Inflation.

    16. Re:There is already trouble by Burnhard · · Score: 1

      Of course it's a hack! So is "dark energy". I know Physicists don't think too much about philosophical or meta-physical implications of theory; they're very practical men (and women). If the mathematics work and agrees with observation, then they're good to go. The problem is when there's no observation to either agree or disagree with, or when the observations they're developing models for are actually wrong. That is why many of these people do what is called "theoretical physics". Of course sometimes observations are made that contradict current theoretical physical theories. When this happens my raised eyebrow can be justifiably lowered (for a moment).

    17. Re:There is already trouble by Burnhard · · Score: 1

      Dark matter is no more a "hack" than expolanets around stars with slight wobbles are "hacks".

      I think the difference is that we know from the experience of our own senses that 9 (or 8, depending on whether or not you agree) planets do actually exist, are visible and have some demonstrable gravitational effect on our own Sun. It's not such a great leap to infer that perhaps other such bodies exist around other stars and perhaps by measuring the wobble of those stars we may be able to learn something new.

      The interesting thing given your example therefore, is that in the absence of things called planets, with a gravitational effect on their stars, we might observe a slight wobble in a star and then try to correct for it by introducing "dark matter" to explain it. But actually by doing so we have explained nothing. Our knowledge has not really increased in this case, has it? What has happened is a theory that cannot explain observation has been given a crutch to aid it limping along for a while longer until a new hypothesis is introduced to explain the discrepancy.

    18. Re:There is already trouble by John+Hasler · · Score: 1

      > What has happened is a theory that cannot explain observation has been given
      > a crutch to aid it limping along for a while longer until a new hypothesis
      > is introduced to explain the discrepancy.

      Dark matter is not a theory, it is a description. The phrase "dark matter" is shorthand for a set of observations, chosen because they seem to imply the existance of mass (therefor "matter") that does not interact electromagnetically (therefor "dark").

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    19. Re:There is already trouble by Chris+Burke · · Score: 1

      Of course it's a hack!

      Of course, and you're a hack to make the "there aren't AIs randomly posting to slashdot" theory work. It's not like I can actually infer your existence or anything without the direct use of my senses.

      The problem is when there's no observation to either agree or disagree with, or when the observations they're developing models for are actually wrong. That is why many of these people do what is called "theoretical physics". Of course sometimes observations are made that contradict current theoretical physical theories.

      There are actually many observations that support the existence of dark matter. Which is why the statement "there is more error in WMAP than thought" is a far jump from "dark matter doesn't exist". The first evidence for dark matter was not in the CMB at all, but in the behavior of galaxies. First that the observed matter was not enough to give them the behavior observed, then in galaxy collisions where large amounts of apparent matter appeared outside the galaxies, having passed right through unslowed by the collision, and then ultimately by creating maps (and more maps) of dark matter via gravitational lensing.

      Like I said, many very talented physicists have tried to make sense of the observations without resorting to dark matter, and it worked when the evidence was only in the spinning of galaxies, but at this point they have mostly admitted defeat. The idea that dark matter is only accepted because nobody wants to rethink the prevailing theory is utter nonsense.

      What has happened is a theory that cannot explain observation has been given a crutch to aid it limping along for a while longer until a new hypothesis is introduced to explain the discrepancy.

      But the theory works perfectly if you simply infer the existence of mass as all evidence suggests. Then there is no discrepancy. Why this is such a sin, such a hack, is beyond me. Do you think that this is just a little fudge, like the numbers are off so we push 'em this way or change this constant or the mass value of this galaxy and it works? And we're happy because that's better than admitting the theory is wrong?

      That's not even close. There is no way to modify gravitational theory in any sane (as in consistent with other experiments) way and get the observed results, without there being matter out there. You'd have to explain how gravitational lensing occurs in the absence of any mass/energy and how visible masses experience accelerations towards apparently empty space. To actually get that to happen, you would basically have to have gravity working completely differently than it appears to in every other observation and experiment.

      So as regards evidence, I think you need some evidence for your "gravity pulls things in random directions and causes lensing around empty space without an mass/energy there" theory. But first I think you should figure out whether this theory is even consistent with the all the non-dark-matter evidence.

      I think the difference is that we know from the experience of our own senses that 9 (or 8, depending on whether or not you agree) planets do actually exist, are visible and have some demonstrable gravitational effect on our own Sun. It's not such a great leap to infer that perhaps other such bodies exist around other stars and perhaps by measuring the wobble of those stars we may be able to learn something new.

      Exactly. The difference is that planets are "normal", and dark matter sounds strange and weird and therefore your gut reaction is to think they are just making things up to keep their theory working. The idea of a kind of matter that has mass, but doesn't interact with photons and is thus invisible to any sort of direct electromagnetic detection, just can't be true. Even though this very article is a

      --

      The enemies of Democracy are
    20. Re:There is already trouble by Chris+Burke · · Score: 1

      Yeah, exactly. And the search for what it is or could be is where lots of new science is taking place. I don't get GP's mentality.

      --

      The enemies of Democracy are
    21. Re:There is already trouble by Kagura · · Score: 1

      Are you sure? What if the boundaries are "150 trillion light years" away, and we are behind a cosmological horizon we can never reach due to expansion? In that case, we would never see these boundaries between an all matter half of the universe and an all antimatter half of the universe.

    22. Re:There is already trouble by Burnhard · · Score: 1

      Well, the problem here is that physicists prefer to do what works and if adding in a new exotic ____ (fill in the blank) that is conveniently invisible but that we're surely going to find eventually fixes the problem, then the problem can be said to have gone away. What we have here is (1) not enough mass, so enter Dark Matter. Then we have (2), accelerating galaxies, so enter Dark Energy. Then we have (3) the possible breaking of Lorentz symmetry, so enter some mysterious Dark Force. Then we have (4) the size of the Universe, so enter Inflation. This is notwithstanding all of the extra invisible dimensions we have to throw into the mix these days. Does this all remind you of anything? Do Epicycles come to mind?

      It's a mess, isn't it? It's not surprising though, as these problems are hard to solve. Indeed, some of them may well transcend Human understanding. They do mine at least.

    23. Re:There is already trouble by Chris+Burke · · Score: 1

      Well, the problem here is that physicists prefer to do what works and if adding in a new exotic ____ (fill in the blank) that is conveniently invisible but that we're surely going to find eventually fixes the problem, then the problem can be said to have gone away.

      Er, it would be bad if they thought having a mere theoretical explanation meant the problem had 'gone away'. Instead, dark matter is one of the problems at the forefront of modern astrophysics and people are constantly trying to find ways to bring more experimental light to bear on it so we can actually figure out what is going on. People are actively looking for evidence.

      In that sense it is quite inconvenient that the most likely dark matter candidates are invisible, because that makes it hard to find them and I assure you that physicists want to find them. It was hoped they'd turn out to be normal matter that was just hard to see (MACHOs), but extensive surveys of the galaxy with Hubble have put that out to pasture.

      The sense of "convenient" you meant though, which is the same way it's "convenient" that a crazy guy from the future's time machine won't let him bring advanced technology through it to prove he's from the future, is completely off. Particles that have mass yet are invisible to light are already known to exist. Other theories predicted the existence of heavier versions of these particles before dark matter even entered the picture, and it's from that theory (supersymetry) that we "fill in the blank". A particle that doesn't interact electromagnetically is strongly suggested by the evidence, too, that clouds of dark matter appear to be able to pass through an entire galaxy unperturbed.

      So it's hardly some "conveniently" unprovable postulate that science made up on the spot to avoid having to deal with the problem.

      It's the most likely explanation for observation, and there are many people trying to find evidence for or against it. What exactly is the problem here again?

      Does this all remind you of anything? Do Epicycles come to mind?

      Not in the slightest, because Epicycles were a case of avoiding the simple explanation (planets travel in ellipses) because circles were more aesthetically or (weirdly) religiously pleasing, yet ended up as a complicated mess that to a modern eye is distinctly less pleasing than the simple math of Kepler's Laws.

      Where is the simpler explanation that is being avoided, here? "Gravity is wrong" is not such an explanation, it's just a statement. Actually explaining what we observe without dark matter is going to result in a much more complicated theory of gravity to explain why it's seemingly coming from nowhere when it usually seems to require mass. It turns out it's rather hard to come up with an explanation that is simpler than "gravity works mostly like we think it does, and there are things that are like neutrinos but heavier".

      Scientists are constantly looking for ways to simplify things, explain more with less, merge separate theories or forces into one, and so on. And they've had many successes at doing so -- electromagnetic theory, electroweak theory, and modern color theory. The latter seems complicated in that it introduces quarks in many combinations to make what were previously fundamental things like protons and neutrons. Isn't that what Occam warned us about: needlessly multiplying entities? But before quark theory, there were literally hundreds of particles known to exist and with no coherent theory to explain them. By explaining all those particles using only six sub-particles, we made a great stride.

      Yet the end picture is still complex. There is a certain elegance to the laws as they exist today, even if understanding them all is tough. That elegance leads

      --

      The enemies of Democracy are
  7. So... by fuzzyfuzzyfungus · · Score: 5, Funny

    Should I be preparing for Unforeseen Consequences?

    1. Re:So... by SharpFang · · Score: 1

      No! They won't be unforseen then!

      --
      45 5F E1 04 22 CA 29 C4 93 3F 95 05 2B 79 2A B2
  8. CPT = Lorentz Invariance by SciBrad · · Score: 5, Informative

    If I recall correctly CPT presumes the correctness of Lorentz invariance. And Lorentz invariance is one of the bedrocks of relativity. In other words CPT comes about from assuming your theory is Lorentz invariant and if CPT were violated it would mean Lorentz invariance is violated as well (check out Physical Review Letters 89: 231602 by Greenberg, O.W, which shows CPT violation implies Lorentz violation).

    1. Re:CPT = Lorentz Invariance by Anonymous Coward · · Score: 2, Informative

      Or alternatively just read this wikipedia section.

    2. Re:CPT = Lorentz Invariance by thrawn_aj · · Score: 3, Funny

      Drunk-modding again? =p
      Someone please fix this to informative or insightful. Someone on /. actually cited a PRL ref correctly to prove his point - will wonders never cease? I think I'm gonna cry.

    3. Re:CPT = Lorentz Invariance by JSBiff · · Score: 5, Funny

      Well, you see, the modder had to preserve Slashdot CRM ( Correctness, Relevance, Modding) Invariance which states that Comment Correctness, Comment Relevance, and Comment Modding, when assigned a boolean value (e.g if the Comment is factually correct, it is assigned the value of 1, else 0) of 1 or 0, then multiplied together, must never be 1. So, since we had a correct, relevant comment, the modding must be incorrect to preserve the Invariance.

    4. Re:CPT = Lorentz Invariance by 0111+1110 · · Score: 3, Interesting

      A CPT violation has major implications for the special theory apparently due to what SciBrad said. Is Lorentz invariance similar to Lorentz Covariance? To get closer to why this is relevant to the special theory take a look at the wiki for Lorentz transformation.

      The Lorentz transformation was originally the result of attempts by Lorentz and others to explain observed properties of light propagating in what was presumed to be the luminiferous aether; Albert Einstein later reinterpreted the transformation to be a statement about the nature of both space and time, and he independently re-derived the transformation from his postulates of special relativity.

      Now, IANATP, but this seems core. We are getting back to the Michelson-Morley experiment for god's sake. I always figured the general theory would be the first to show cracks since it has a lot less solid experimental data behind it. But everyone is always going on about how the special theory is one of the most proven theories in all of science. So this could be big. Very big. Of course, it's a lot easier to just massage the data a little or start positing magical new forces to explain the discrepancy:

      To save CPT and Einstein's theory -- assuming they need saving -- Ann Nelson of the University of Washington in Seattle favors the introduction of a new force. "It's a less radical idea" than throwing out Einstein's theory of special relativity, she notes. The force Nelson envisions would endow matter with a new kind of charge that would allow it to interact differently with neutrinos than antineutrinos.

      It's a lot easier than tossing out your beloved theory or trying to build it up from scratch based on solid scientific evidence to support each individual tenet. I think the latter is what needs to be done, but it will take time. We need to re-figure out what we know absolutely. IOW, what aspects of special relativity are not contradicted by a CPT violation? If the Lorentz Transformation is called into question then so is science fiction's much beloved time dilation And what about the Twins Paradox? Yikes. This could be big. It is exciting when a major (and the special theory is about as major as it gets) scientific theory is contradicted, even in part because it means we could be on the verge of a major discovery. A real discovery based on experiment as opposed to flights of fancy, the angels dancing on pin heads inside the minds of theoretical physicists and then rationalized ex post facto quantitatively with systems of equations. Let us not forget the lesson of Ptolemy's cycles and epicycles. They predicted the motion of the planets better than Copernicus's theory, at least initially. But if Einstein is Ptolemy, who is Copernicus?

      --
      Quite an experience to live in fear, isn't it? That's what it is to be a slave.
    5. Re:CPT = Lorentz Invariance by JoshuaZ · · Score: 4, Informative

      It's a lot easier than tossing out your beloved theory or trying to build it up from scratch based on solid scientific evidence to support each individual tenet. I think the latter is what needs to be done, but it will take time. We need to re-figure out what we know absolutely. IOW, what aspects of special relativity are not contradicted by a CPT violation? If the Lorentz Transformation is called into question then so is science fiction's much beloved time dilation And what about the Twins Paradox? Yikes.

      Time dilation has been observed in a number of different contexts, most famously by putting atomic clocks on airplanes and measuring the resulting slow down as they fly around the globe. Even if SR fails, time dilation is still an experimentally verified fact.

    6. Re:CPT = Lorentz Invariance by Parlyne · · Score: 3, Informative

      Lorentz covariance means that a quantity changes in a way given by the appropriate Lorentz transformations under boosts or rotations. Lorentz invariance means that a quantity is unchanged under boosts or rotations. So, Lorentz invariance is a subset of Lorentz covariance which applies to frame-independent quantities like proper time, electric charge, or rest mass. As for explaining these results, I think you'll find that a large majority of particle physicists (both theorists and experimentalists) will tell you that a 95% confidence level is actually very low. It means that a value (here something characterizing the difference between neutrinos and antineutrinos) differs from 0 by only twice the uncertainty in its value. In particle physics, its usually a bad idea to trust a result until there's enough data that deviation from 0 is at least five times the uncertainty in its value. (In fact, there have been cases where effects that had deviations from 0 of about 4.5 times their uncertainty that still turned out only to be statistical flukes.) But, those uncertainties tend to decrease in such a way that the uncertainty multiplied by the square root of the number of data points you're calculating the value from stays constant. So, this is rather slow to attain. If, however, with a great deal more data, this effect still seems to be there, there are still some ways out. Essentially, you have to posit that somewhere between the production of the neutrino and its detection there's something unaccounted for which treats neutrinos and antineutrinos differently. Maybe there have been details overlooked about how propagating through matter (rather than antimatter) affects neutrinos (although this seems unlikely). There's also a paper I've run across recently which suggests that the standard treatment of neutrino oscillations misses a small dependence on the details of the physics by which the neutrinos are detected. (Personally, I'm waiting for people who know quite a bit more about quantum measurement and about neutrino oscillations to weigh in on this one.) It's only once everything of this sort has been ruled out that we face the prospect of actual, honest-to-goodness CPT violation.

    7. Re:CPT = Lorentz Invariance by osu-neko · · Score: 1

      If I recall correctly CPT presumes the correctness of Lorentz invariance. And Lorentz invariance is one of the bedrocks of relativity. In other words CPT comes about from assuming your theory is Lorentz invariant and if CPT were violated it would mean Lorentz invariance is violated as well (check out Physical Review Letters 89: 231602 by Greenberg, O.W, which shows CPT violation implies Lorentz violation).

      THANK YOU! Why couldn't they have just said that in the article? Sheesh...

      --
      "Convictions are more dangerous enemies of truth than lies."
    8. Re:CPT = Lorentz Invariance by Anonymous Coward · · Score: 0

      You specialize in a being a spamming asshole.

    9. Re:CPT = Lorentz Invariance by TapeCutter · · Score: 4, Informative

      "Time dilation has been observed in a number of different contexts"

      Indeed! Without taking time dialation into account GPS locations would systematically drift about 10km/day.

      --
      And did you exchange a walk on part in the war for a lead role in a cage? - Pink Floyd.
    10. Re:CPT = Lorentz Invariance by 0111+1110 · · Score: 1

      Even if SR fails, time dilation is still an experimentally verified fact.

      Ah. Good point. Forgot about that. But that's exactly what I mean. Even if we can no longer trust the complete special theory, we can at least trust the parts that have been independently verified by experiment.

      --
      Quite an experience to live in fear, isn't it? That's what it is to be a slave.
    11. Re:CPT = Lorentz Invariance by 0111+1110 · · Score: 1

      It's only once everything of this sort has been ruled out that we face the prospect of actual, honest-to-goodness CPT violation.

      Fair enough. But this has my heart beating a bit harder than usual. Just what exactly are the implications if this is in fact a genuine CPT violation? I've always wanted to be alive during a great scientific revolution. Although this would be very exciting I'm not sure any good would really come of it. It seems that it would just make things more confusing, at least until someone could clean up the mess. 21st century science has become so, well, complacent. No one really expects any more major changes to our theoretical framework in their lifetimes. It is also a good test of Thomas Kuhn's theories as presented in his The Structure of Scientific Revolutions. Will contemporary scientists hold onto a theory in the face of contradictory evidence Will they try to explain away the evidence and keep the theory intact? Or will their be a 'paradigm shift'?

      --
      Quite an experience to live in fear, isn't it? That's what it is to be a slave.
    12. Re:CPT = Lorentz Invariance by thrawn_aj · · Score: 1

      Enlightened re-modding breaks CRM invariance!
      News at 11...

    13. Re:CPT = Lorentz Invariance by Anonymous Coward · · Score: 0

      Indeed! Without taking time dilation into account GPS locations would systematically drift about 10km/day.

      They do take dilation into account. But..

      do they still drift?

    14. Re:CPT = Lorentz Invariance by Anonymous Coward · · Score: 0

      Is it time dilation, or just an expanding universe?

      Inquiring minds want to know.

    15. Re:CPT = Lorentz Invariance by greylion3 · · Score: 1

      Please read this:
      http://www.metaresearch.org/cosmology/gravity/gps-twins.asp
      In short:
      According to Special Relativity, since all motion is relative, time should pass slower on a spaceship speeding by Earth (as seen from Earth), but from the spaceship traveller's view, time should equally pass slower at the same rate on Earth, compared to the clock on the spaceship.

      This might also interest you:
      http://www.orgonelab.org/miller.htm

      --
      Privacy begins with ..
    16. Re:CPT = Lorentz Invariance by shadowbearer · · Score: 1

        As theories regarding Comment Sense go, yours makes about as much sense as any other I've seen, at least with respect to Insightful/Interesting/Informative moderations.

        It is well known that Common Sense ain't, at least amongst those in the know.

        Human beings are such a bunch of silly buggers, present company included.

      SB

      --
      It's old. The more humans I meet, the more I like my cats. At least they are honest.
  9. Perhaps it isn't Einstein's fault ... by bkeahl · · Score: 3, Interesting

    There's always the possibility that this is just a variation of the Heisenberg uncertainty principle at work. Maybe it all works, we're just gumming it all up by trying to be "God".

    No, I'm not saying we shouldn't try, just that we may discover we're the variable.

    I remember going crazy troubleshooting a circuit with an O-Scope and the freakin' thing would more-or-less work while I was monitoring the signals. Turns out it was a capacitance issue and the probe was introducing enough capacitance to make it work, but not consistently and seemingly 'random' - but really depending upon the relative position of the scope probe and how close to the tip I was choking it when measuring. Ever since then I've had a real appreciation for Werner :).

    1. Re:Perhaps it isn't Einstein's fault ... by hedwards · · Score: 1

      Or it could always be some error in the experiment. While not particularly cogent, I do recall one time in biology doing a bacterial culture and ending up with precisely zero colonies of bacteria the next day. It's possible to happen, but it's kind of tough to keep it that sterile by accident.

      It could also just be a random chance. A 1/20 chance isn't really that far fetched, I'd be somewhat more concerned if they had it down to a 1/1 000 000 chance that something was up.

    2. Re:Perhaps it isn't Einstein's fault ... by tibit · · Score: 1

      This is like big boy electronics rookie mistake 101. Definitely not college electronics 101, as the latter is a rather useless exposition of the former. Read up on some Jim Williams's application notes from Linear Technology -- it's all there. That's how you do experiments in electronics. Pretty darn carefully, checking yourself at every step. JW's app notes in their entirety a required reading for anyone striving to be good at electronics.

      --
      A successful API design takes a mixture of software design and pedagogy.
    3. Re:Perhaps it isn't Einstein's fault ... by bkeahl · · Score: 1

      I was 17 and in finishing my senior year of high school in college starting on my electronics degree. But the lesson stuck with me. I also made the remark that the significance of grounds was over-rated back then. My lab professor said I'd probably live to eat those words. Oops.

    4. Re:Perhaps it isn't Einstein's fault ... by bkeahl · · Score: 1

      An interesting take. If there was a lottery with a 1/20 chance and I'd be out buying lottery tickets :).

    5. Re:Perhaps it isn't Einstein's fault ... by rrohbeck · · Score: 1

      Ah, a Heisenbug. Been there, done that. They are fun in SW too. Any interesting bug will disappear as soon as you run under a debugger. All the really cool bugs only show up only when the system runs natively.

    6. Re:Perhaps it isn't Einstein's fault ... by tibit · · Score: 1

      Death to the ground clips -- seriously. They lost relevance as scopes crept past 30MHz or so. Yet every day you see students looking at signals coming out of modern gates with risetimes measured in single nanoseconds, with probes that use an alligator ground clip for reference. Facepalm.

      --
      A successful API design takes a mixture of software design and pedagogy.
    7. Re:Perhaps it isn't Einstein's fault ... by bkeahl · · Score: 1

      Yeah, but I remember 10mhz scopes and a lot of the instructors are 60's/70's guys who have been watching technology speed by.

      Heck, I've been running like heck and it's still speeding by! I remember when 100mhz scopes were bleeding edge and now I have an "old" used one on my bench. Sheesh!

    8. Re:Perhaps it isn't Einstein's fault ... by tibit · · Score: 1

      There are no decent 100MHz scopes in production. Unfortunately, there are no decent scopes in production, period.

      By decent I mean something where the analog front end is actually worth anything. You'd think that in 2010 they could design something where the overdrive recovery matches the bandwidth, where you can meaningfully limit bandwidth (say in decade steps) to prevent aliasing of the sampled signal, where you can have better sensitivity than 1mV/div, and where you would have 10 or even 12 bit accuracy of the front-end so that you could actually measure something. Never mind doing mind boggling feats such as, maybe, digitally correcting the response of the probe+front-end so that you won't have to tweak the darn compensation pot, and that the aberrations will be down to 1 in 4096... Such "features" are not to be seen on anything affordable sporting 100MHz bandwidth, and there's no scope currently in production that would have all of those features :(

      Alas, I'm not saying it's easy, but you'd hope to expect more from professionals in the field. I've done some prototypes using 16 bit ADCs, and due to issues of cost, manufacturability and patents for response calibration techniques, I've trimmed my expectations to a 14 bit ADC and a front end to give 12 bits of resolution with corrected aberrations at same level (4 LSBs at the ADC). Definitely doable, but boy I've got in over my head ;)

      --
      A successful API design takes a mixture of software design and pedagogy.
    9. Re:Perhaps it isn't Einstein's fault ... by Agripa · · Score: 1

      Methinks you doth protest too much. :)

      Sampling front ends allowed excellent oscilloscope overdrive performance but as you point out, they are no longer produced.

      A vast majority of oscilloscope applications do not require more sensitivity, more resolution, or better overdrive recovery. The applications that do are better served with a different test or more specialized instrument. To give a well known example, is it even now possible with 2010 technology to build an oscilloscope useful for measuring the settling time of a high performance operational amplifier? If you can not do that, you sure will not be able to build one for testing a 16 bit DAC directly.

      Even testing more than 16 bits of audio ADC performance is tough. How many audio oscillators have part per billion distortion performance? At least you can design and build a part per billion audio source fairly easily if needed.

      With all of that said, I would agree that oscilloscopes have fallen into the hole where marketing is more important than engineering.

    10. Re:Perhaps it isn't Einstein's fault ... by tibit · · Score: 1

      As for sampling front ends: they don't really cut it due to parasitics -- they can be fast, but they aren't really accurate -- 12 bits of performance would be pushing it I think. Surely if you would be very clever and do, say, FEM of an integrated sampling bridge, and would characterize well all the parasitics and how they can be balanced out, it could probably be done. But using off-the-shelf parts with nothing exotic: I will believe it when I see it done.

      The only practical way I know of is with a fast variable gain amp to blank overdrive -- this can readily be done, and this way you can test settling of 18 bit DAC's, and it's really no big deal once you try it and get it working. It doesn't cost much, either.

      I'm playing with a blanking front-end that uses JW's variable transconductance amp approach, gated with fast comparators, and so far I've got it to recover within 100ns to 12 bits -- that's on the first try, on a real crappy breadboard. It's still far away from 10ns one expects the recovery to be in a 100MHz scope, but I should be able to cut it down to 25ns or so without doing anything extraordinary. And I don't really have all that much analog tinkering experience. Surely someone who knows what they are doing could get it to work way better and cheaper.

      For an oscilloscope to be a truely universal instrument, it should have a minimum number of caveats. Poor signal fidelity (measured in single % - gimme a break), poor overload recovery, no antialiasing protection on many DSOs, ridiculous trigger holdoff times (orders of magnitude worse than on a $100 tek 7K mainframe from the 70s) -- those are the gripes I have with current technology.

      Luckily the stuff that used to be out of reach financially is now either affordable or free: you can easily get a dev board with fast FPGA with multipliers on it, 64MB of DDR2 and a USB 2.0 connection for $200 IIRC. The software to do logic design for said FPGA is a free as in beer. You can have a 500MSPS 12 bit ADC for $200, and pretty much a transparent driver for it for 10% more. Fun times, I admit.

      --
      A successful API design takes a mixture of software design and pedagogy.
    11. Re:Perhaps it isn't Einstein's fault ... by bkeahl · · Score: 1

      Peter Cottontail would be proud ... and it's all my fault! Who would have thought that the mere mention of an old o-scope experience, in a digression from my Heisenberg reference, in a digression from a neutrino discussion would have lead to digressing into a lament of O-scope technology, digressing into a discussion of analog-to-digital conversion, taking us to a discussion of gate arrays.

      Yep, Peter would be proud ... oh, look! A bunny!

    12. Re:Perhaps it isn't Einstein's fault ... by Agripa · · Score: 1

      As for sampling front ends: they don't really cut it due to parasitics -- they can be fast, but they aren't really accurate -- 12 bits of performance would be pushing it I think. Surely if you would be very clever and do, say, FEM of an integrated sampling bridge, and would characterize well all the parasitics and how they can be balanced out, it could probably be done. But using off-the-shelf parts with nothing exotic: I will believe it when I see it done.

      I am not sure they even got 8 bits worth of performance. Once you get into that realm, sample and holds are more like sample and slow downs. :)

      The only practical way I know of is with a fast variable gain amp to blank overdrive -- this can readily be done, and this way you can test settling of 18 bit DAC's, and it's really no big deal once you try it and get it working. It doesn't cost much, either.

      I'm playing with a blanking front-end that uses JW's variable transconductance amp approach, gated with fast comparators, and so far I've got it to recover within 100ns to 12 bits -- that's on the first try, on a real crappy breadboard. It's still far away from 10ns one expects the recovery to be in a 100MHz scope, but I should be able to cut it down to 25ns or so without doing anything extraordinary. And I don't really have all that much analog tinkering experience. Surely someone who knows what they are doing could get it to work way better and cheaper.

      Hehe. You read that application note also?

      Non-saturated switching is always going to have an advantage over saturated switching but unless you can control the parasitics you are doomed. The big improvement now has been monolithic variable gain amplifiers with good DC and settling performance. I suspect they got that by using the same techniques which were applied to operation amplifiers to prevent thermal gradients generated by the other stages from unbalancing the input stage differential pair. You could probably do something similar using dual and quad matched transistor arrays to build a Gilbert cell multiplier but it would be complicated and likely not as fast and I suspect parasitics would be a problem. Does anybody make or sell cross coupled quad transistor arrays or something equivalent? Linear Integrated Systems sells matched duals and they might be enough. If you use discrete duals then you do not have to worry about thermal feedback from other stages anyway.

      As far as construction goes, dead bug construction over a ground plane is probably going to be mandatory for good performance. If you can go the printed circuit board route, you would still need a good ground plane. I tend to use double sided copper board for a ground plane and shielding and will build an entire small enclosure if necessary. I have even built a couple of rugged helical resonators that way. Kynar insulated wire wrap wire (the whole color table is available) or just enameled copper works well for hook up wire if you include strain reliefs. If you have a precision shear (or a good tabletop sander and time), you can even make little microstrip transmission lines to be soldered or glued down onto the ground plane.

      http://qwiki.stanford.edu/wiki/High_Frequency_Op_Amp_Circuits

      For an oscilloscope to be a truely universal instrument, it should have a minimum number of caveats. Poor signal fidelity (measured in single % - gimme a break), poor overload recovery, no antialiasing protection on many DSOs, ridiculous trigger holdoff times (orders of magnitude worse than on a $100 tek 7K mainframe from the 70s) -- those are the gripes I have with current technology.

      Luckily the stuff that used to be out of reach financially is now either affordable or free: you can easily get a dev board with fast FPGA with multipliers on it, 64MB of DDR2 and a USB 2.0 connection for $200 IIRC. The software to do logic de

    13. Re:Perhaps it isn't Einstein's fault ... by tibit · · Score: 1

      It hopped away, darn :)

      --
      A successful API design takes a mixture of software design and pedagogy.
  10. I call BS by fortapocalypse · · Score: 1

    Someone either dropped those muon antineutrinos, broke them, and then swept the whole thing under the rug, or they sold them for chocolate frogs. "They were never there!" Yeah, right.

  11. Really? by b4upoo · · Score: 1

    I would like to hope that these anti particles really are understood but my guess is that there is so much that is unknown that any conclusions are really shaky. Perhaps they just relocate to the absolute elsewhere without leaving a clue in their wake.

  12. Newton's laws would be a great example by Sycraft-fu · · Score: 5, Insightful

    They are wrong on a universal scale. This has been proven, and indeed it is where things like relativity start to come in. We have measured things that go against the predictions that Newton's laws make. That would mean they've been falsified. ...

    So why the hell do we still teach them?

    Well because on the scale we normally work on, Newton's laws simply and accurately describe how things works. You can go out yourself and test them in any number of ways and you'll find that as accurate as you want to measure, they are dead on accurate. When dealing with the scale of things humans normally do, they are an excellent set of rules for calculations.

    Thus more accurately put they aren't wrong, they are just a simplification that works within certain bounds. They do not fully describe motion and gravitation on every level, in every case. They break down for very large and very small scales. However they are an excellent simplification for anything less than, say, a planet in size and anything above the atomic level. That would include basically everything you are ever likely to work with.

    So they are very much correct, all you have to do is put a couple constraints on their use.

    Simplified models like that are wonderful too. Even if they don't explain everything, they allow for calculations to be done in an easy fashion on things we care about. Some day we may discover a truly complete law for motion, that covers all cases from the smallest to the largest. at all speeds, in all frames of reference and so on. There may be nothing left out. It also may be several pages of dense calculations. Instead of that, when dealing with a normal, human scale, we'll still use Newton's laws, something you can express in a couple characters and work out in your head if you are good. An exceedingly useful and accurate simplification.

    A similar example would be the Ideal Gas law. When you look at it, it is clearly wrong. Reason is you plug in numbers for something like H2O at room temperature and the result is not what you actually get. It does not show it becoming a liquid. Yet again we use it. Why? Because so long as the substance you are talking about is a gas in the temperature and pressure range you are working at, the Ideal Gas law gives you a very easy, highly accurate, way to calculate things about it. It is a simplification, hence why it is called "Ideal Gas" instead of "Real Gas". That doesn't mean that it isn't accurate and useful within some constraints.

    So I can see the same being true with relativity. While we have already found cases it doesn't explain (see quantum gravitation), that doesn't mean it isn't useful within certain constraints. As our knowledge progresses, we will know precisely what those are.

    1. Re:Newton's laws would be a great example by JSBiff · · Score: 4, Interesting

      I wish I could find the URL now, but I remember reading once about relativity (don't remember now if it was special or general), the author showing how some of the classical mechanics formulas are basically the first few terms of Taylor Polynomials which represented the values given by relativity, so basically, as you said, they are accurate when sufficiently near 0, but the farther you move away from 0, the more the error accumulates without the 'missing' terms. Really wish I could find it now.

    2. Re:Newton's laws would be a great example by IICV · · Score: 5, Interesting

      Actually! I was looking this up at one point for some reason I forget, but:

      You cannot explain the yellowish color of gold* without relativity. If you just use classical chemistry, it should be silvery-white, just like silver. It's also the reason why mercury is one of two elements that are liquid at room temperature; relativistic forces screw with the electrons, making them bind more weakly. Although the reasons why these things happen do come from a level outside of your bounds (it has to do with electrons, which are smaller than atoms) the effects are things everyone takes for granted.

      Gold would not be golden if it weren't for relativity! I just find that so amazing.

      *It's also how you explain the yellowish color of cesium, but that's not something most people are familiar with.

    3. Re:Newton's laws would be a great example by turbidostato · · Score: 1

      "So why the hell do we still teach them?"

      Because they are logic and they are an immense building of Human intelect.

      If not by other things, Newton's work should be thought on the same grounds than Fidias or Michelangello.

    4. Re:Newton's laws would be a great example by Anonymous Coward · · Score: 3, Interesting

      How about that quantum tunneling makes electrical switches work at all? That's something everyone takes very much for granted every day.

    5. Re:Newton's laws would be a great example by JSBiff · · Score: 3, Informative

      Oh, one other point - a large part of why we teach them in High School and basic undergraduate physics classes is that they don't require a lot of math beyond algebra and trig, and maybe a little calculus (some knowledge of integration and differentiation can still be useful even with Newton's Laws), but when you start looking at the more accurate models of relativity and things, it starts to take knowledge of much more advanced math, which High School students and undergrads(well, most of them anyhow) won't know or understand.

    6. Re:Newton's laws would be a great example by Anonymous Coward · · Score: 2, Informative

      Not to mention all the esoteric stuff that people still do based on Newton's laws. Astronomers even computer simulate collisions of galaxies using classical physics.

      But then again, there are times when relativity matters. If you have a fast-moving spacecraft with a radiolink you need to consider things like space contraction and time contraction. Otherwise you will tune your radios wrong. NASA didn't take it into account in the radio module of their Titan lander when they launched it, but were able to fix it in software en route...

    7. Re:Newton's laws would be a great example by Anonymous Coward · · Score: 0

      My calculus is a bit rusty, but I think that's going to be true for any law that has a Taylor series.

      In fact, the best n:th order polynomial approximation for values close to zero is the n:th order Maclaurin polynomial of any given law, assuming the law has a Taylor/Maclaurin series.

    8. Re:Newton's laws would be a great example by Anonymous Coward · · Score: 0

      I thought gold was more yellow because they added something to it. I remember a childhood story about how long ago a worker at the gold plant dropped his lunch (cheese sandwich) into the vat, and didn't tell anyone. When it hardened/cooled they noticed it was much more golden in color, and the boss was pleased and found out, so they started adding cheese to it at first!

      Or this could be a totally BS fairy tale, I don't know.

    9. Re:Newton's laws would be a great example by NewbieProgrammerMan · · Score: 1

      You mean like regular light switches? Is that tunnelling taking place through oxide layers on the contacts or something?

      --
      [b.belong('us') for b in bases if b.owner() == 'you']
    10. Re:Newton's laws would be a great example by NewbieProgrammerMan · · Score: 1

      Thanks for mentioning that; I'd never run across it before. Yay for learning something cool before I finished my first cup of coffee. :)

      --
      [b.belong('us') for b in bases if b.owner() == 'you']
    11. Re:Newton's laws would be a great example by CrashandDie · · Score: 1

      Considering that the annual amount of produced gold every year would fit in a cube that is about 4.3 meters (about 14 feet) on each side, and that the estimated amount of gold that was ever mined by man would fit in a cube roughly 25 meters (about 82 feet) on a side, I very much doubt that any man on the planet has ever had the luxury to have lunch above "a vat of gold".

      Source.

    12. Re:Newton's laws would be a great example by jtrainmf · · Score: 1

      This reminds me of Feynman's chess analogy: http://www.youtube.com/watch?v=yqp3KXDu9qE

    13. Re:Newton's laws would be a great example by IICV · · Score: 1

      It was just too awesome not to mention; I've been wanting to talk about it for months. Unfortunately the topic of the practical applications of relativity doesn't come up very often.

    14. Re:Newton's laws would be a great example by rrohbeck · · Score: 1

      SR also doesn't need any deeper math. It's only GR where things get difficult. I think basic SR is very doable at the high school level.

    15. Re:Newton's laws would be a great example by The+Archon+V2.0 · · Score: 1

      I very much doubt that any man on the planet has ever had the luxury to have lunch above "a vat of gold".

      Source.

      Except for Bond villains, of course.

    16. Re:Newton's laws would be a great example by The+Archon+V2.0 · · Score: 1

      I thought gold was more yellow because they added something to it. I remember a childhood story about how long ago a worker at the gold plant dropped his lunch (cheese sandwich) into the vat, and didn't tell anyone. When it hardened/cooled they noticed it was much more golden in color, and the boss was pleased and found out, so they started adding cheese to it at first!

      Or this could be a totally BS fairy tale, I don't know.

      I'll vote for BS. I doubt that organic material dropped in 1000+ degree molten gold would end up as anything other than so much random impurities.

    17. Re:Newton's laws would be a great example by Higgs_Bozon · · Score: 1

      I wish I could find the URL now, but I remember ........terms. Really wish I could find it now.

      Have you tried looking behind the sofa?

      --

      -
      Extracting sunbeams from /. Bozons since 1766
    18. Re:Newton's laws would be a great example by Anonymous Coward · · Score: 0

      Add mercury to gold and it turns a silver colour. Random fact.

      I think the cheese storey is BS.

  13. CPT Symmetry by DrJimbo · · Score: 4, Informative
    The fine article said:

    If the interactions of particles are thought of as a movie, CPT symmetry requires that whatever physics occurs during the show must be the same whether the film is run forward or backward (time), viewed through a mirror (parity) and repopulated with each particle being replaced by an antiparticle (charge).

    This is unclear at best. CPT symmetry says that when the film is run backward AND seen through a mirror AND all particles are replaced with the anti-particles (and vice versa) then the physics should be the same.

    If you change just one, for example by running the film backward but without the mirror or the the particle exchange, or if you change two, for example, running the film backward and with the mirror but no particle exchange, then the physics will change.

    --
    We don't see the world as it is, we see it as we are.
    -- Anais Nin
    1. Re:CPT Symmetry by ceoyoyo · · Score: 2, Interesting

      May change. A good amount of physics respects some or all of the subsymmetries as well.

    2. Re:CPT Symmetry by sjames · · Score: 1, Insightful

      If the anti-particle and particle have different masses, the physics will be different.

    3. Re:CPT Symmetry by forand · · Score: 1

      The problem is the method by which we theories mass is imparted onto a particle: the Higgs mechanism. The idea is that there is a pervasive field which all massive particles couple to which gives these particles mass. The problem with a particle and its anti-particle having different masses is that the pervasive field cannot 'see' charge (C) otherwise the field would have effects which would have been observed already. The problem cannot be washed away by switching P or T as it the field would have induced other effects which are not observed.

  14. And they just had a big article... by Anonymous Coward · · Score: 0

    about EXACTLY that sort of statistics abuse a couple of months back.

  15. Cloaking device malfunction?! by SOOPRcow · · Score: 5, Funny

    I think we need to reroute power through the main deflector dish to correctly mask the neutrino particle dispersion.

    1. Re:Cloaking device malfunction?! by LurkerXXX · · Score: 1

      No need for extra power to the dish, just reverse the polarity for a while. That should balance out the neutrino count they are observing.

    2. Re:Cloaking device malfunction?! by Anonymous Coward · · Score: 0

      Surely that would already be taken care of by the Heisenberg compensator ?

      I should know, I'm made up mostly of matter.

  16. Prior? by Anonymous Coward · · Score: 1, Funny

    ""there's a 5 percent probability that the two types of particles weigh the same." Except, that would require a Bayesian statistical analysis and a prior. "

    Hallowed are the Ori

  17. Found a source by JSBiff · · Score: 5, Interesting

    Found a pdf of calculus notes on northwestern.edu which shows what I was talking about.

    1. Re:Found a source by Anonymous Coward · · Score: 0

      Thanks for that link. Interesting stuff. Well, for a recreational math nerd like I am, anyway... :-)

  18. Neutrino Oscillations by Anonymous Coward · · Score: 1, Interesting

    For those unfamiliar, here's a (somewhat crude) explanation of neutrino oscillations.

    The reason neutrinos oscillate is because their mass eigenstates are different from the flavor eigenstates. Essentially, a reaction will produce a particle with flavor F1, F2, or F3 being fixed depending on the reaction, but the particle may have mass M1, M2, or M3, which is (probably) randomly chosen. However, the particle then remains at M1, M2, or M3 and oscillates between the flavor eigenstates.

    I don't know what reactions are used to produce the neutrinos and their antiparticles at MINOS (probably just pion decay), but it seems possible to me that the reactions may favor different mass eigenstates for antineutrinos than for neutrinos (particularly in light of CP violation, which causes K-meson anti-K oscillations to behave in some ways I find conspicuously similar).

    I am of the school of thought that a "new" force is at work, likely a peculiar manifestation of the electroweak force.

    1. Re:Neutrino Oscillations by mbone · · Score: 1

      Any explanation that starts out talking about mass eigenstates is not crude enough for slashdot.

      My suspicion here would be either systematic error, or a new neutrino species.

  19. I love articles like this... by Schnoogs · · Score: 0, Interesting

    because it exposes the fact that Slashdot members love to comment on articles no matter how little they understand them. Most of the comments are hilarious...basically nonsense disguised as insight because if you can comment on advanced particle physics then clearly you understand it and therefore clearly you are smart! LOL!

    1. Re:I love articles like this... by Renraku · · Score: 1

      Anyone with reading comprehension skills can add insight to a high level discussion in any topic. Most reporting websites and thus stories we get here on Slashdot seem to be written to be readable by anyone that wants to take the time to read it and not be shy about looking up words they don't understand. You don't need a degree for this.

      You need a degree to actually go to the lab and design experiments and make predictions. Your degree came because you spent years studying the subject at hand. You know where the field was before, and you know where it might be in the future. You know most of those words without having to look them up, and more importantly, you know the implications and concepts behind them.

      Give it a try. Learn some basic economics concepts (high school stuff) and then browse a high end hardcore financial forum and see if you can sound smart. It's not hard at all.

      --
      Job? I don't have time to get a job! Who will sit around and bitch about being broke and unemployed then?
  20. I think I had an astronomy prof that talked about by NotSoHeavyD3 · · Score: 1

    this idea. That a theory is just a tool for understanding and predicting reality. As long as you know where and when you can apply this tool and you use it in those circumstances it's a useful thing. (IE a hammer is great when you just need to hammer in a nail and don't expect it to be some super tool that can cut wood, turn a screw, measure an angle, etc.)

    --
    Did you know 80 to 90% of the moderators on slashdot wouldn't recognize a troll even if one dragged them under a bridge.
  21. All shagged out. by fahrbot-bot · · Score: 1

    ...about 37 percent of muon antineutrinos disappeared -- presumably morphing into one of the other neutrino types -- compared with just 19 percent of muon neutrinos.

    No. They're just resting.

    --
    It must have been something you assimilated. . . .
  22. I wonder... by glwtta · · Score: 1

    to the Soudan Underground Laboratory in Minnesota

    Does that mean that there's also a Minnesouta Underground Laboratory in Sudan?

    --
    sic transit gloria mundi
    1. Re:I wonder... by Anonymous Coward · · Score: 0

      No, it means that the Minnesota Laboratory is so deep buried underground that it's actually closer to Sudan than to any other country [citation needed].

  23. gravity and string theory by Anonymous Coward · · Score: 0

    string theorists say that we need, i think, 10 or 11 dimensions to get the math to work. could gravity be caused by everything expanding at a relative rate on one or a few of those extra dimensions that we don't see but feel?

  24. 2012 by Anonymous Coward · · Score: 0

    This is not surprising. The neutrinos have begun mutating by the extreme solar wind, as we are closing to 2012...
    hope someone is preparing the ark...

    1. Re:2012 by Anonymous Coward · · Score: 0

      I am selling tickets for only $350 mil a piece. If anyone's interested ... you know how to find me.

  25. Re:I think I had an astronomy prof that talked abo by ultranova · · Score: 4, Informative

    That a theory is just a tool for understanding and predicting reality.

    But a theory is more than just that, it's a mental model of reality, the context for sensory input. Einstein's General Relativity and Newton's Laws of Motion are fundamentally different: Newton took time and space to be a passive background, while Einstein made spacetime an active participant in events. The two theories don't just differ a little bit on their results, they represent fundamentally different ways of looking at reality.

    But in a way your professor was right: a theory is "just a" tool for understanding reality, in the same way as you brains "just" allow you to think.

    --

    Forget magic. Any technology distinguishable from divine power is insufficiently advanced.

  26. What a coincidence... by Burnhard · · Score: 1

    Only last night I was reading Edward Witten's article on this very subject, after visiting his little web page at SNS:

    The Mass Question

  27. Heim predicts 5 types of neutrino's by Anonymous Coward · · Score: 0

    I've been diving into Heim Theory for a while now, one of the so called "problems" with Heim's theory is that it predicts 5 types of neutrino's.

    If this experiment is either (not) generating or (not) measuring one wrong type of neutrino, the error would be 20%...

  28. Wait a second ... relativity or quantum mechanics? by Ihlosi · · Score: 1
    Which one are they talking about?

    I'd guess that describing subatomic particles is the realm of quantum mechanics, not relativity (which is about things that have lots of mass and/or move fast).

  29. Not relativity, though by jandersen · · Score: 2, Interesting

    This article confuses things a bit, I think, in saying that this represents a problem for SR (or even GR).

    SR say that the speed of light is the same in all frames of reference; that, in fact, is all it says, when you get right down to it. The principles of relativity, homogeneity and isotrpoy are assumed in both classical mechamics and QM as well, mostly, I suspect, because we can't really see why it should not be the case.

    Where the problem is, really, is in QM - things like anti-particles are QM constructs, and so is the assumption that they weigh the same as their counterparts; the apparent observation, that anti-neutrinos have another mass than the neutrino, is very surprising for quantum mechanics and does not fit very well into the currently accepted theory.

    Perhaps it is not so strange that QM may begin to show some cracks; SR and GR make very few assumptions about anything compared to QM. It is very hard indeed to see where one could sensibly make some changes, whereas is QM, there are so many little nooks and crannies where something murky could be hiding.

    1. Re:Not relativity, though by John+Hasler · · Score: 1

      I think you are confounding QM and the Standard Model.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    2. Re:Not relativity, though by jandersen · · Score: 1

      That may well be the case :-) At this time of night they seems to melt together.

    3. Re:Not relativity, though by Anonymous Coward · · Score: 0

      True, that has nothing to do with the Lorentz transforms (called special relativity for some reason), that theory has to do with light having the same velocity in all reference frames. The most likely cause of the missing anti-mater is right under their nose, and stated in the article "50 trillion of them (mater neutrinos) pass unimpeded through a person’s body each second" add that to the fact that matter and anti-matter annihilate on contact and one can see that the anti-matter is likely running into some matter on the way and turning into a bunch of gamma rays.

    4. Re:Not relativity, though by Parlyne · · Score: 1

      First, a picky point. SR says that the speed of light is the same in all inertial frames frames of reference. This is not true of rotating or accelerated frames.

      Second, that statement is all that you need to work out the geometrical structure of spacetime. And, from the geometry, you can find that SR is equivalent to the statement that all physics is invariant under the symmetry inherent in the Lorentz transformations. From there, you can derive the possible mathematical representations of the symmetry - 1 scalar representations, 2 distinct spinor reps, a vector, and so on. In quantum field theory, any particle is an excited state of a field which carries one of these representations. A Lorentz invariant theory is one in which the fields are combined in only such ways that every interaction between the fields transforms as a scalar. This, however, is actually pretty much sufficient for the whole theory to be CPT invariant, as well, to the extent that to build a model with broken CPT, there actually must be terms that violate Lorentz symmetry.

    5. Re:Not relativity, though by Parlyne · · Score: 1

      Neutrino scattering (or annihilation) processes are sufficiently rare that they couldn't possibly explain the size of the observed effect. Also, to annihilate an anti-neutrino to something with no electric charge, there already needs to be a neutrino present. Finally, the annihilation of neutrinos to photons is highly suppressed by the neutrino's lack of electric charge.

    6. Re:Not relativity, though by jandersen · · Score: 1

      This is very interesting; I'd like to know more details about it. However:

      This, however, is actually pretty much sufficient for the whole theory to be CPT invariant...

      It is worth noting, though, that CPT invariance is more fundamental to the standard model than to SR, where it is simply an interesting aside. My point in my original post was that this symmetry breakdown does not so much seem to be a problem for SR; or perhaps, the reason why we can't lay the blame squarely on SR is, that we can directly observe the invariance of c (which implies the Lorenz transformation), but the interpretation of observations in QM is much less direct, and hence more open to potential pitfalls. Thus it seems more reasonable to look for flaws in that theory.

    7. Re:Not relativity, though by Parlyne · · Score: 1

      A couple of problems here. First, as with any other observation, we can only observe the invariance of c to a finite precision. It's always possible that relativity could fail in a way that would only lead to violations smaller than we can currently detect. And, CPT violation in only the neutrino sector could easily do this.

      What really has no wiggle room is that CPT symmetry is a mathematical consequence of the spacetime symmetry that defines special relativity. If special relativity is correct, there cannot be any violations of CPT. Period. In other words, any violation of CPT requires a violation of relativity.

  30. 5 percent! by jmv · · Score: 1

    With the amount of data collected so far, there's a 5 percent probability that the two types of particles weigh the same

    As someone pointed out, this merely means that assuming the masses are the same 1/20 experiments will find similar results due to measurement error. Considering how much data there is to back special relativity, I'm not the least worried about special relativity. I'll start paying attention when the error margin drops to one in a million or something. Seriously, using a 5 percent error margin for something that contradicts a fundamental law of physics is just ridiculous. Oh, and I measured some forces and accelarations in my garage and they're a bit off, so there's a 20% chance that Newton's F=ma is wrong.

    1. Re:5 percent! by marcosdumay · · Score: 1

      There weren't enough experiments. That is a recent result, people didn't still go crazy about it looking for details; those are some of the first to emerge. 5% is still too big, but you can't dismiss it by saying that 1 in 20 experiments should get those results.

    2. Re:5 percent! by Ungrounded+Lightning · · Score: 1

      Seriously, using a 5 percent error margin for something that contradicts a fundamental law of physics is just ridiculous.

      An experiment indicating a violation of a fundamental law with a 95% confidence level, in a situation were deviations between the formulation of the "law" and the real physics of the universe might come to light, is certainly worth reporting.

      It says "There's a chance that the formulation is wrong and we can detect it with THIS experiment. So let's spend some more expensive accelerator time checking on this (and related stuff), to see if it goes away or is repeatable with more confidence. And meanwhile let's start cranking out alternative theories that would correspond to these unexpected results."

      --
      Bantam Dominique roosters crow a four-note song. Once you've heard it as "Happy BIRTHday" you can't NOT hear it that way
    3. Re:5 percent! by jmv · · Score: 1

      This is what P-value means: "In statistical hypothesis testing, the p-value is the probability of obtaining a test statistic at least as extreme as the one that was actually observed, assuming that the null hypothesis is true." In this case, it means that assuming that the masses are the same 1 in 20 experiments with the same amount of data as this one is bound to find such a difference in mass (or more). To translate that into "there is a 95% chance that relativity is wrong" is equivalent to saying that "before this experiment, we assumed that there was a 50% chance that the theory was correct". Obviously, that's not the case for a theory that's as established as special relativity. To me the experiment in the article would need a P-value of something like 1 in 1,000,000 or so to get get to 50% on relativity itself. Fortunately, with Gaussian error, adding more data usually quickly resolves certainty on one side or another. This is certainly a useful experiment to make, but I'm not ready to ditch special relativity just yet.

  31. Yes, trouble... by Steve+Max · · Score: 1

    The problem goes a bit deeper than this. CPT invariance is mathematically equivalent to Poincaré invariance. Breaking CPT means breaking symmetry under the Poincaré group (which is basically all translations, relativistic boosts and rotations). This is specially intriguing because particles are defined as irreducible representations of the Poincaré group. In other words, if Poincaré (or CPT) is broken, we cannot define a particle. This is one of the main problems with compatibility between quantum field theory and general relativity: in curved spacetimes there is no Poincaré symmetry, so there is no unambiguous definition of a particle and all hell breaks loose: even the definition of vacuum can't be done.

    If those MINOS results are confirmed (and I assume they won't) QFT won't just needs adjustments: it will be wrong in a conceptual level. That would be VERY interesting, to say the least...

  32. Science is great... by Anonymous Coward · · Score: 1, Insightful

    Science is fantastic in that it assumes that it will eventually be proven wrong. Unlike pseudo-science, there is hardly ever a "scientific consensus" - merely interesting ideas that run counter to accepted teachings.

  33. The Return of Hidden Variables by mbone · · Score: 1

    The Greenberg et al 2002 paper says that CPT violations imply theories that are not Lorentz invariant, but also that :

    Theories that violate CPT by having different particle and antiparticle masses must be nonlocal.

    Now, the various EPR tests have shown that quantum mechanics cannot have a local hidden variable theory. So, if these results are true, I would expect to see a resurgence of hidden variable theories, of a nonlocal nature. Maybe they can even be clever and figure out how to how to do it in a way that preserves causality (as nonlocal theories in general imply that causality violations - i.e., time travel into the past - are possible.

    1. Re:The Return of Hidden Variables by marcosdumay · · Score: 1

      I guess that, the Lorentz equations being right, any non-locality implies non-causality. I didn't do any formal prooving of that though, but it is quite hard to see how non-local phenomena can't be exploited toghether with the relativity of instantainety to also get non-causality on some frame of reference.

      That said, I also don't see why people would look for non-local hidden variables. Weren't the hidden variables intent exactly to keep the theory local?

    2. Re:The Return of Hidden Variables by mbone · · Score: 1

      Weren't the hidden variables intent exactly to keep the theory local?

      No, the hidden variables were to keep the theory non-probabilistic. In other words, if you really knew what was going on (the state of the hidden variables), you would not need the quantum wave-function. Bell's Theorem showed that there were observational consequences of this, and tests of Bell's Theorem have showed that the universe follows Bell's Theorem. So, this means either that there are no hidden variables, or that there are hidden variables, but the universe is non-local. (In other words, the universe cannot both be local, and have hidden variables.)

      Most people weren't willing to throw out locality just to avoid dealing with spooky quantum entanglements. But, if there is a need for non-locality anyway, then

      - the use of Bell's Theorem to rule out hidden variables falls to the ground and
      - hidden variables seem mild compared to the consequences of non-locality,

      so I think a resurgence of hidden variables is inevitable.

      Note, by the way, that the biggest argument against faster than light travel is that it would cause causality violations. With non-locality, that objection falls to the ground, and (for the science fiction writers out there), FTL becomes much more respectable.

      All of this is a lot of weight to put on a 95% probability. I won't believe it until its 5 sigma.

    3. Re:The Return of Hidden Variables by marcosdumay · · Score: 1

      Thanks for clarifying the hidden variables. I really tought they were proposed to make quantum mechanics local.

      Now, about FTL, that one I'm pretty sure that non-causality implies that some kind of FTL transporting is possible (even if only information can travel). What I'd like to know is if the 2nd law of thermodinamics would still hold.

      Anyway, I'm also not holding my breath. I won't belive until I get a perpetual motion machine (or, at least a non deterministic computer) at my garage :)

  34. Re:Wait a second ... relativity or quantum mechani by Anonymous Coward · · Score: 0

    If you try to calculate ab-initio stuff with heavy atoms, there are approximations for relativistic quantummechanics, where the behaviour of the nucleus is approximated in a different way.
    This stuff is a ways above my head but maybe this article helps: http://iopscience.iop.org/1742-6596/104/1/012025/pdf/jpconf8_104_012025.pdf.

  35. Dark matter != aether by forand · · Score: 1

    Dark matter is nothing like the aether. First and foremost dark matter is known to have a dramatically density distribution throughout galaxies, clusters, and the universe. The aether is pervasive, constant and defines a frame of reference. I you want to talk about something being aether like it would be CMB radiation which appears to define a unique reference frame, is isotropic, and homogeneous. Dark energy could be interpreted as aether like as well. However ALL of these fail to be similar to aether in one important sense: they do not provide a topology on which light or other wave propagate which was a major component of aether theories.

  36. Fucking Neutrino Oscillations... by Fieryphoenix · · Score: 1

    how do they work?

  37. Any Theories Make This Prediction? by Rob+Riggs · · Score: 1

    So, are there any GUT theories out there which predicted this outcome?

    --
    the growth in cynicism and rebellion has not been without cause
  38. Breakdown in Relativity Discovered? by Anonymous Coward · · Score: 0

    There's only one thing left to do: burn down the observatory so this will never happen again!

  39. It doesnt violate relativity by peter303 · · Score: 1

    The author of the article is very confused.

  40. Spacetime is dumb by bug1 · · Score: 0, Troll

    Its common knowledge to philosophers that time isnt real, its a perception.

    Stuff changes, humans use time to measure when changes happen(ed), that doenst make time exist in reality..

    We can change stuff, and we can change our perception of stuff, but they are two separate things.

    Changing how we perceive stuff doesnt change the stuff in reality.

    I think more physicists should study philosophy....

    1. Re:Spacetime is dumb by John+Hasler · · Score: 1

      > I think more physicists should study philosophy....

      I think that at least a few philosophers should study physics. Or at least something other than their own bellybuttons.

      --
      Warning: this article may contain humor, sarcasm, parody, and perhaps even irony. Read at your own risk.
    2. Re:Spacetime is dumb by bug1 · · Score: 1

      Ahhh, but i have a very interesting bellybutton !

      I am genuinely interested in the different views that physicists and philosophers have in time, there seems to be a big disconnect, which is strange for two groups to whom knowledge is so important.

      I think perhaps the disconnect comes because physics is a specialty whereas philosophy isnt. Physicists are very focused on details, philosophers on the big picture.

      John, do you believe time is real ?

  41. TMNT (or TMHT) by MHz-Man · · Score: 1

    Woah! Those neutrinos are some COOL DUDES!

  42. Can gravity skew things? by Slur · · Score: 1

    With all these asymmetries appearing in the particle zoo, I just have to wonder, is it possible that the proximity of normal matter and the strength of the gravitational field be affecting these experimental outcomes? Is there any way to experimentally eliminate these kinds of effects?

    It seems to me the jury is out until we run all these tests in a particle accelerator way outside of the galaxy.

    --
    -- thinkyhead software and media
    1. Re:Can gravity skew things? by Parlyne · · Score: 1

      No. Gravity is completely irrelevant to particle physics experiments at the energy scale we can currently probe. Also, gravity alone couldn't create an effect distinguishing neutrinos from antineutrinos by mass, as gravity can't tell the difference between a particle and its antiparticle.

  43. Change and time by Slur · · Score: 1

    Change is real. Time is only an inference.

    --
    -- thinkyhead software and media
    1. Re:Change and time by Anonymous Coward · · Score: 0

      We can measure the effect of time, we cant measure time itself.

  44. Can't Write Laws of Physics by Roger+W+Moore · · Score: 1

    Wow, if only this applied to programming.

    The only reason it applies to physics is because we can't write our own laws. If we could that would be much more fun than trying to debug and understand what is already there.

  45. SPECIAL Relativity is just fine! by Roger+W+Moore · · Score: 1

    It's extremely accurate and useful for dealing with many areas, but breaks down somewhat when dealing with very very small things.

    No it does not. Special relativity (which is what the neutrino result probes) works just fine with the quantum world. Look up the Dirac, Klein-Gordon and Proca equations, not to mention particle physics as a whole. General relativity has issues with QM but, so far, not Special Relativity. If SR is found to be wrong the implications for physics are as profound as you can possibly get and equivalent to the effect that Newton and Einstein had on the field....which is why I fully expect that this will just turn out to be a statistical anomaly. Still we can hope...

    1. Re:SPECIAL Relativity is just fine! by Anonymous Coward · · Score: 0

      GR fully recovers SR *locally* when you choose a coordinate system in which the system under study is in a "slice" of Minkowski spacetime.

      QED assumes Minkowski spacetime; relativized QFTs generally aim for a uniform and small spacetime curvature.

      This is reasonable at almost all practical scales because spacetime curvature is very slight in reality. Awkward curvature arises near extremely dense objects such as black holes or the early universe (in particular where curvature is non-negligible across, say, the order of the de Broglie wavelength of an object under study). Awkward curvature also appears on cosmological timescales because of the metric expansion of space, since it affects the energy balance of the universe (as the vacuum energy is probably constant even in the newly created deep space). In those situations, we cannot usefully recover Minkowski spacetime and so cannot rely upon correspondence with SR.

      When considering the contribution of neutrino oscillation in the mass-energy budget of the universe, we must use GR, and be suspicious of conservation laws that do not take gravitational energy into account. When we use GR we can see an energy-momentum conservation law (\nabla_\mu T^(\mu \nu)) = 0.

      Sean Carroll describes this better at http://blogs.discovermagazine.com/cosmicvariance/2010/02/22/energy-is-not-conserved/

      If we set up a static (non-expanding) universe in which there is an observer with a highly sensitive clock and "neutrino rangefinder" at a great distance but moving in parallel with a neutrino, the observer will observe a constant range for the neutrino; if the latter oscillates with some frequency, how does one account for the mass-energy change? The answer is that there must be a change in momentum of the neutrino. If the neutrino gains mass-energy compared to the initial conditions, gravitation will increase between it and the observer, and thus the neutrino will lose momentum. The observer will interpret this as a gravitational blueshift, i.e., that the neutrino has gained mass and lost distance. (Yes, "blue" is totally inappropriate for a nonradiating neutrino. Oh well.).

      If we make one change to the starting conditions and introduce a metric expansion of space, an oscillation into a more massive state will be against the background of a Hubble redshift, and can be intrepreted either in the same way as a previous paragraph, or as a retardation of the metric expansion of space. Retarding the metric expansion of space reduces the overall energy of space (as vacuum energy != 0), and the change in the overall energy of space should exactly equal the increase in the energy of the neutrino. The metric expansion of space serves not only as a source of energy, but also of momentum.

      Fortunately we appear to be in an expanding universe.

      Revisiting the static universe, we can deal with the apparent anomaly by resorting to Einstein's insight with respect to the Hole Argument namely that space and time follow from matter (in the most general sense), i.e., that coordinate transformations themselves are not meaningful, and that actions and interactions of matter are invariant under GCTs. Carroll's argument that we can consider the energy of the whole universe at once is awkward because it appears in the static universe case that the whole universe's energy has just increased when the neutrino oscillates into its higher mass unless we also consider the energy in the gravitational field permeating the universe. The interpretation of gravitational blueshift is useful, because the gravitational field has just done "work" in giving the neutrino momentum in the direction of the observer.

      Guth likes to talk about attaching ropes to the surface of a nonrotating spherical undergoing uniform gravitational collapse. Inside the shell, an observer does not experience a net gravitational attraction, so the gravitational potential energy i

    2. Re:SPECIAL Relativity is just fine! by Roger+W+Moore · · Score: 1

      GR fully recovers SR *locally* when you choose a coordinate system in which the system under study is in a "slice" of Minkowski spacetime.

      I realize that GR includes SR. My point was that we know GR and QM has a problem. However if the data suggesting CPT violation is correct then SR itself is broken - or at least our assumption that we can use a Minkowskian space-time for our electroweak QFT. Assuming the data stand then, in the absence of any large gravitational masses in the experiment, we can conclude that either there is some very subtle effect with neutrinos that amplifies the tiny deviation from Minkowski space-time or that Minkowski space-time is not a valid model for the space-time structure of the Universe even away from large gravitational fields i.e. the SR picture we use day-to-day (at least if you are a particle physicist!) is wrong.

    3. Re:SPECIAL Relativity is just fine! by Anonymous Coward · · Score: 0

      Ok, I largely agree with you here.

      I'd adjust a bit of terminology: "large gravitational fields" -> (there is just the metric tensor) -> "steep gravitational potential gradients".

      I'd also propose that there is a third outcome, namely, that the definition of a particle as an irreducible representation of a Poincaré group is wrong. We already know that we lose the ability to recover particles in QFT in Curved Spacetime because there is no Poincaré symmetry under general coordinate transforms. If the symmetry is nontrivially broken in only very strongly curved spacetimes, then we are mostly OK (except that there is very strong spacetime curvature at cosmological scales given the metric expansion of space), but if also it breaks in locally flat spacetimes that's a problem.

      "Locally" seems relevant here. At the scale of an experiment done in a small lab the mechanics of constructing a centre of mass frame with vanishing spacetime curvature is not especially difficult, assuming the lab is not very tall, not very far from sea level, and not over some strange geological formations. At the scale of a terrestrial experiment done at a scale of many kilometres, greater uncertainty in timing seems like a given absent detailed understanding of the gravitational potential gradient in the wedge of the planet involved. (I say timing out of habitual use of geometerized units and thinking of rulers along all four axes marked in SI seconds (since c = 1) and heavy leaning on the equivalence principle. Being at a greater gravitational potential means your clock ticks faster, so your light-second is longer, as are your de Broglie wavelengths, when each of these is measured by a stationary observer at a lower gravitational potential).

      An "over the Earth's horizon" experiment involving particles following an apparent straight line through the planet might have to account for gravitational potential differences, although the differences will be small.

  46. Physics based on observation, not Maths! by Roger+W+Moore · · Score: 1

    "Just a model" is not what physicists seek.

    That's true....but effective models is all that we have because we still don't know the 'true' physics of the Universe and probably never will, we will just have a really, really good model that always works.

    Some of our models are basically there, like the "conservation" laws, which are based on rigorous mathematics.

    Physics is NOT based on mathematics but on observation. Mathematics is the language and, like any language, can describe things which are not real. Hence the absolute requirement for observations otherwise how would you know what was real? Conservation laws are based on observation and, through the rigorous maths you mention, can be linked to the translational and rotational invariance of space-time i.e. the laws of physics today are the same they were yesterday and the same they are 1 km away. As long as we observe that to be true then conservation laws are here to stay but if tomorrow we find a spot of the universe with different physical laws all that changes.

  47. Re:I think I had an astronomy prof that talked abo by shadowbearer · · Score: 1

      Rarely here do I see a sig that is as relevant to the point you are making as yours is. So true.

      But in a way your professor was right: a theory is "just a" tool for understanding reality, in the same way as you brains "just" allow you to think.

      I don't think that's quite (pedantically *G*) accurate. A theory is a pure mental framework useful for translating reality into a context that human brains can understand. The human brain is the tool we use to develop theories... calling a theory a tool is somewhat of a stretch, as not all theories are useful as such, ie, don't lead to a change in our knowledge.

      (I'm badly paraphrasing and misusing some of Iain M Banks' commentary from his novels but the gist of it's the same)

    SB

    --
    It's old. The more humans I meet, the more I like my cats. At least they are honest.
  48. Re:I think I had an astronomy prof that talked abo by mindstrm · · Score: 1

    Right - but the mental model you work with to figure out how much counterbalance and weight you need on a construction crane, or ballistics for firing large rounds from a warship doesn't need to include relativistic effects. You don't need to consider spacetime or einstein when doing these things... newton's model is just fine.

    And let's be clear - both are just models. Relativity goes further to model more about cosmology and goes off on a bigger, deeper scale - but it's not the theory of everything, and we know that. It's still just a model.

    So fundamentally - you apply the correct model to the correct situation. Neither newton nor einstein have the whole picture, nor could they, nor shoudl they - they just worked with the evidence and observations they were capable of making, and came up with models.

  49. entropy by Anonymous Coward · · Score: 0

    ..perhaps interacting with matter, even subtly (via a magnetic field generated by matter), is entropic for antimatter, and there's no weight difference at all.