Jump to content

Z-Man

Members
  • Posts

    223
  • Joined

  • Last visited

Reputation

49 Excellent

Profile Information

  • About me
    Spacecraft Engineer
  1. Wrong. Very different. In your boat experiment, you do not observe an interference pattern. * In the particle experiment, you usually do. Unless, as Starhawk points out, you modify the experiment to find out which slit the particle went through, then the interference pattern vanishes. *: It is, of course, in principle possible to set up a double slit experiments with boats where you do observe an interference pattern. But not if your setup includes a warm human standing by the slits who chooses to observe the boat go through or not by having his eyes open or closed.
  2. PB666: Declare your AddNumbers method static. Then you can call it without creating an object for it, like so: Class_AddNumbers.AddNumbers(...); The closest analoge to your methods/functions in VB that you just write and call in a single module probably would just be private static functions in C#. Callable without an object, but only from other functions from the same class. Same in C++, only there, you can also just have static functions in the .cpp file without declaring them in the class header. Note: 'static' means about seven different things in C++ depending on context. And even though the two 'static's here work towards the same goal, they're totally different.
  3. Original article was here: http://www.sciencemag.org/content/332/6034/1170 Nope, sorry. I was asking about an experiment that measures which slit the particle goes through (in the best case). That article describes an experiment where they measure the average momentum the particles have as they leave the slits. Totally different thing, perfectly compatible with the standard interpretation and quite easy to calculate using it. Still, a splendid experiment and worth a read; it boils down to them being able to measure the entire waveform, both the amplitude and phase (differential). Using a lot of repeat measurements, of course. Quote from the actual article, by the way: "For the experimentally reconstructed trajectories for our double slit (Fig. 3), it is worth stressing that photons are not constrained to follow these precise trajectories; the exact trajectory of an individual quantum particle is not a well-defined concept." Emphasis mine. Those trajectories are the ones you want to be "real".
  4. If you're so convinced that in the double slit experiment, the particle really only goes through one of the slits, please give an example where this has observable consequences that the standard implementation of QM cannot explain. For example, can you determine which slit it goes through and still not lose the interference pattern?
  5. Fun fact: The duration of a low orbit (negligibly far away from the surface) around a spherical object depends only on natural constants and the density of the sphere. So yes, this would work. But not on the ISS itself, as KerbMav says; air currents are going to mess everything up. Near the ISS is also not a very good place; tidal forces from Earth are going to be of equal magnitude to the gravitational forces between your bodies even if they are as close as possible. See Roche Limit. There is some leeway if you make your bowling ball out of gold, but your orbits are not going to be very stable. You'd have to do it further away from Earth.
  6. Sorry, but you're talking mostly gibberish. In the realm of Real or Complex or Integer or Natural numbers, the answer is simply that it is not a legal operation, and that's the end of it. Yes, you can add infinity to your realm of numbers to "solve" this problem and make division a globally defined continuous operation, but you inevitably run into problems with the other axioms you want numbers to obey.And yes, twice infinity equals once infinity. Look up the Hilbert Hotel. Yep. Your rule "0 to the power of anything is 0" is not an actual rule. For Natural numbers (0 included) a and b, the only rules are: 1. a0=1 for all a 2. ab=a*ab-1 for b > 0 and all a. For integer/whole numbers, you extend rule 2 to all b and you're done. So no argument there, according to the real rules, the only valid value for 00 is 1 in those domains. Now, for Real numbers, if you want, you can define ab as a completely new function and depending on how you do it, it can be consistent to have 00 equal either zero or one. However, if you operate on real numbers and a result of your calculation is 00, that means you have at some point not done a proper limit process; and depending on what that proper limit process would be, the true answer you seek could be anything (ab is only continuous and well defined for all b if a > 0), so the value you assign to 00 is somewhat arbitrary and of little significance. Usually, one would pick 1 for consistency, then. See question 1. Not legal. Possible to define away, but you get other problems. If your calculation result is 0/0, then you again forgot a proper limit process, in which case I refer you to kerbiloid's answer.
  7. Got the same issue in my 0.9 career game and managed to repair my persistence file. The lines in the log that tipped me off were [EXC 11:20:23.798] NullReferenceException: Object reference not set to an instance of an object Contracts.Templates.RescueKerbal.OnSave (.ConfigNode node) Contracts.Contract.Save (.ConfigNode node) Contracts.ContractSystem.OnSave (.ConfigNode gameNode) ... Over and over, I assume for every frantic click. The fix was to remove this section from persistent.sfs: CONTRACT_FINISHED { guid = 4f7b2cd2-65b1-4853-8539-c0969ab9f5a0 type = RescueKerbal prestige = 1 seed = 527793544 state = Completed agent = Kerbodyne deadlineType = Floating expiryType = Floating values = 21600,46008000,7500,30000,7500,0,15,50,23953.3750823963,9081.68962682668,46017081.6896268,35595.1529716382 body = 1 kerbalName = Elming Kerman PARAM { name = BoardAnyVessel id = Board enabled = False state = Complete values = 0,0,0,0,0 title = Get Elming Kerman aboard a vessel failOn = Any winOn = All } PARAM { name = RecoverKerbal id = Recover enabled = False state = Complete values = 0,0,0,0,0 title = Return Home and Recover Elming Kerman failOn = All winOn = All } } Which was the contract for rescuing a kerbal that I subsequently fired. I assumed that with the limited slots available, that would be a requirement for getting more rescue contracts.
  8. They are not troubling me. Two problems in your line of argumentation: The momentum you speak of does not exist here, or is insignificant. Look at the particles that move against the warp ship with low global velocity. They also pass the center of the bubble at low velocity relative to the ship. The warp bubble simply carries them along. Sure, movement does exist and is relevant, but not momentum. More importantly, since you bring up particle physics, this very much is a scattering problem. Do you know a nontrivial particle-particle scattering problem where a pure x-t treatment gives even approximately correct results? I don't. Take classic Rutherford scattering: your prediction would be that the alpha particle is always reflected, the scattering angle is 180 degrees 100% of the time. The full 3+1d treatment is not just a refinement of that, the 1+1d treatment only covers a very small subset of the full problem and is dead wrong on the whole. Only when the scattering target is much wider than the particle beam and the wavelength of the incoming particle is larger than the microscopic length scale of the target (tunnelling problems, mirror reflection) and it is impossible for the particle to miss the target, it can be adequate. That's not the case here. See, in the reduced x-t problem, there are only three possible outcomes: the particle passes through, it gets reflected or it gets caught. Here, for the case where the ship moves > c, the reflection outcome is forbidden (Sort of. The particle could leave the bubble in the back with reversed global velocity, but that doesn't seem to happen either), leaving only two possible outcomes. There is not even room for deflection in the model, the outcome that is the most likely in all other scattering experiments (well, second most if you count 'no interaction happens'). The 1+1d reduced model simply can't claim to be universally even approximately right. Now, what we CAN read from the paper is that given the right initial state, there is the possibility that particles interacting with the bubble can spend an arbitrarily long time caught in it and gather an arbitrarily high momentum before they are released.
  9. No. The relevant variables of the particle before the encounter are just its regular 3-momentum(*) in the reference frame the warp drive started at and the spot it hits the bubble. Both will deviate significantly from the case studied for a generic particle. *: that's even in their analysis. Particles with a negative initial x-velocity all just pass through the bubble, only those with a positive initial x-velocity get caught: "We found that when a bubble catches up to a particle with a nonzero global velocity in the same direction as the ship, ut diverges, which implies <stuff I can't paste here>."
  10. Quote from the article: "The following analysis is restricted to the t-x plane". And by "following", they mean "whole". They only consider particles moving on the symmetry axis. Drawing conclusions from there to the general case is like claiming a sphere cannot possibly move through an incompressible medium because all the liquid on the symmetry axis will block it.
  11. Almost just like here. If the artificial gravity comes from the ring's rotation (I'm not into the Halo canon enough to know), it does not stop if you lift of as long as the speed relative to the surface is small compared to the ring's rotation speed. Essentially, if you drop a brick from the flying airplane, it would go on in a straight line all right, but the ground would accelerate towards it. The net effect is the same as if there was gravity: ground and brick accelerate towards each other.
  12. He is talking about the rest mass (I think. I don't like reading papers that SHOUT at ME. But the m in the final equation is that). That is indeed independent of the observer, it is an invariant quantity of an isolated system. All observers can agree on it. The quantity that is increasing with velocity is the inertial mass, the one that appears in the equation F = m a; different observers assign different values to it. To distinguish the two, the rest mass is usually labeled m0.
  13. And even for black holes, there are (believed to be) limits on how much charge they can have: http://en.wikipedia.org/wiki/Reissner%E2%80%93Nordstr%C3%B6m_metric#Charged_black_holes The limit on the charge/mass ratio is of the same order of magnitude as for regular gravitationally bound objects.
  14. What do you mean by 'timelike dimension"? In the context of QTF on a fixed background manifold, we have that as the interior of the future lightcone at every event (spacetime point). What we no longer have since 1905 is a meaningful global time coordinate. Usually, one can still at least define a global coordinate that is timelike in the sense that it is smooth and always increases along every futurebound timelike or null world line. But even that goes out of the window if there are closed timelike curves. Ultimately, you'll have to settle for the definition that "time is what the clock measures". That's why we consider the Planck time to be the smallest possible time: Any clock that could measure shorter times would need to be so massive/energetic and small that it would collapse into a black hole. And it also leads to a good definition of time travel: A situation where a non-clonable system containing a clock can be influenced by itself with a more advanced reading on the clock. And the two prescriptions for resolving time loops fit. For a suitable definition of 'itself' in the case of Deutsch's method. That a model appears static and not moving is not a new problem, either. A pendulum is described as having the motion x(t) = A sin(w t) + B cos(w t). That's one static function (with parameters). No actual movement visible, nothing is happening. Is there anything specifically new here? And I'm afraid you can't apply the Copenhagen measurement prescription inside a time loop (or, for that matter, a non-reversible MW split). It is not at all clear how it would be supposed to work; it applies to an external observer doing the measuring, and who would be external to the time loop, yet close enough to measure something caught in it? Instead, if you want a measurement from inside the loop, you have to do the complicated thing and model the measuring apparatus as part of the system. It can be a mock apparatus that could not exist in reality, it just needs to be able to measure and store the same thing. Then, you model how the measuring apparatus goes out of the time loop. Only after all is over, you measure the state of the measurement apparatus with your chosen interpretation of QM. And it can matter a whole lot more than normal what you measure and how you treat your equipment. In Deutsch"s method, it matters whether you push your apparatus through the time loop or not after it has done its measurement. In Lloyd's method, what you measure has a lot more influence on the future of the system than usual, and quantum erasers no longer work.
  15. Well, yeah, we haven't observed anything close to it, so all we can do right now is explore the mathematical possibilities. No fixes are required, actually: What you think are "rules" for MWI are actually consequences of the way time evolution usually works. You take an in-state and via a linear and unitary operation, you transform it to an out-state. A lot of the rules of QM we take for granted derive from that: the no-cloning theorem, the no-communication-via-entagled-states theorem and conservation of total probability. And locally, time evolution is still unitary. However, globally, it seems like it goes down the drain, just like causality itself: for the larger region of spacetime under consideration, it is lost in both models. And without unitarity, the consequences also get invalidated.And yes, we are ignoring those potential problems. They may be avoidable. Energy conservation is not a problem in the given context: it's another thing that is valid locally, but does not have to be true globally. That's invalid interpretation of calculation steps as reality. Yeah, Deutsch's model looks a bit like that: "First, you take the state of the universe. You use that continuously to feed the time loop until it has settled down. Then, you take the state of the loop and set it as the initial state of the loop in the real universe, then you run that." But that's not relevant. You could just as well interpret the regular time evolution as "Next Tusedayism", because it allows you to progress time one week at a time, each week copying the end state of last week to the initial state of next week. What matters are the results that come out, and the proper way to analyze them is to apply the formalisms (which are interpretation free and don't care whether you use MWI or Copenhagen) to test systems. And then you interpret the result like you would do with any other out-state. You have to treat the region with the time loop as a black box. And to determine how events inside the loop influence the outcome, you play with different in-states or time evolutions and see how things change.The time travel aspect simply comes in because we partially feed the out-state back into the in-state; it's similar to a regular feedback loop. It is actually that, the multiple worlds/alternate universes term is just... marketing. Only very rarely is there a need to consider the whole universe. Usually, the states of the photons on your experiment table are all you need to model in your system. Time travel considerations get messy there because you need to include everything that can potentially loop.
×
×
  • Create New...