this post was submitted on 20 May 2025
62 points (98.4% liked)
Asklemmy
48122 readers
614 users here now
A loosely moderated place to ask open-ended questions
Search asklemmy ๐
If your post meets the following criteria, it's welcome here!
- Open-ended question
- Not offensive: at this point, we do not have the bandwidth to moderate overtly political discussions. Assume best intent and be excellent to each other.
- Not regarding using or support for Lemmy: context, see the list of support communities and tools for finding communities below
- Not ad nauseam inducing: please make sure it is a question that would be new to most members
- An actual topic of discussion
Looking for support?
Looking for a community?
- Lemmyverse: community search
- sub.rehab: maps old subreddits to fediverse options, marks official as such
- [email protected]: a community for finding communities
~Icon~ ~by~ ~@Double_[email protected]~
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Sorry, it's been a long time since I last looked at the mathematical side of quantum mechanics, so most of your comment flew over my head. Let me put it in as simple terms as I can:
If there are multiple paths a system can take to reach a final state, how can you accurately determine which path was taken if you only know the initial & final state? IMO this shouldn't be possible.
Let's say the initial state is at time t=x, the final state is at time t=z, and the state we're interested in is at time t=y where x < y < z.
In classical mechanics you condition on the initial known state at t=x and evolve it up to the state you're interested in at t=y. This works because the initial state is a sufficient constraint in order to guarantee only one possible outcome in classical mechanics, and so you don't need to know the final state ahead of time at t=z.
This does not work in quantum mechanics because evolving time in a single direction gives you ambiguities due to the uncertainty principle. In quantum mechanics you have to condition on the known initial state at t=x and the known final state at t=z, and then evolve the initial state forwards in time from t=x to t=y and the final state backwards in time from t=z to t=y where they meet.
Both directions together provide sufficient constraints to give you a value for the observable.
I can't explain it in more detail than that without giving you the mathematics. What you are asking is ultimately a mathematical question and so it demands a mathematical answer.
But that's ignoring that there are multiple paths that can lead to state
z
, isn't it?I'll try to design the simplest possible experiment: you have to radioactive atoms, each connected to a detector, and the detectors are connected to a counter. You leave the room and come back - the counter shows 2. How do you determine which atom decayed first?
That's a classical ambiguity, not a quantum ambiguity. It would be like if I placed a camera that recorded when cars arrived but I only gave you information on when it detected a car and at what time and no other information, not even providing you with the footage, and asked you to derive which car came first. You can't because that's not enough information.
The issue here isn't a quantum mechanical one but due to the resolution of your detector. In principle if it was precise enough, because the radiation emanates from different points, you could figure out which one is first because there would be non-overlapping differences. This is just a practical issue due to the low resolution of the measuring device, and not a quantum mechanical ambiguity that couldn't be resolved with a more precise measuring apparatus.
A more quantum mechanical example is something like if you apply the H operator twice in a row and then measure it, and then ask the value of the qubit after the first application. It would be in a superposition of states which describes both possibilities symmetrically so the wavefunction you derive from its forwards-in-time evolution is not enough to tell you anything about its observables at all, and if you try to measure it at the midpoint then you also alter the outcome at the final point, no matter how precise the measuring device is.
I see what you're trying to get at. It's not that we can definitely know the state, it's that we could build the experiment in such a way that we can definitely know the state - and by not building it this way we're essentially deliberately "throwing away" information about the final state.
Thanks for the explanation!