2

Let $\Omega$ be an observable and let $\Psi = \sum a_i\phi_i$ be a decomposition of a state of a system (satisfying the Schrödinger equation) in eigenfunctions of $\Omega$ (assume for simplicity it is a finite linear combination and there is no degeneracy). Measuring the observable $\Omega$ will give the value $\lambda_i$, the eigenvalue of state $\phi_i$, with probability $|a_i|^2$, in which case the wavefunction will collapse to $\phi_i$.

However, there is no reason why $\phi_i$ should be a state of the system. How is that possible? A few ways out occur to me:

  1. the state instantanously "evolves" to a new, valid state
  2. such a measurement is somehow not possible

Concretely, consider a particle in a 1-D box, and let $\Omega$ be the momentum operator. Then the state can be written as an "linear combination" (in this case an integral combination) but no state of definite momentum is a solution.

If we imagine the walls of the box, the infinite potential barriers, to be finitely wide, then if 1) is the case, it looks like the measurement of the momentum could cause the particle to tunnel through an infinite barrier (it would collapse to a state with uniform position probability, and evolve to a state that is nonzero on both sides of the barrier).

What is actually going on? Or did I just totally misunderstand something?

EDIT: Strictly speaking such a $\phi_i$ always is a state of the system (only the time-evolution is governed by the Schrödinger equation). To be more precise would be to remark that it seems that measurement could make it go into a state of (extremely) much higher potential without any other effort than making that measurement.

doetoe
  • 9,484

3 Answers3

4

Daniel Sank gives the right answer from a physical perspective. From a mathematical perspective, the answer is that there is no self-adjoint momentum operator defined on the Hilbert space of a particle in a box that obeys the canonical commutation relations. The usual operator that acts as $-i \hbar\, \partial_x$ in the position basis is not self-adjoint on this Hilbert space, because when you integrate it by parts, you pick up surface terms that are in general nonzero. It's a very subtle point of functional analysis - see here for way more detail than you probably care about.

tparker
  • 51,104
3

However, there is no reason why $\phi_i$ should be a state of the system. How is that possible?

If you perform the measurement and find result $\lambda_i$, with zero uncertainty in the measurement then indeed the state is now $\phi_i$. You ask how this is possible. Any state is possible, not just energy eigenstates.

A few ways out occur to me:

  1. the state instantanously "evolves" to a new, valid state

Almost. The system does indeed evolve to a new state, namely $\phi_i$, but that evolution is not instantaneous. It is very fast in some situations, but in others it can be quite slow.

Concretely, consider a particle in a 1-D box, and let Ω be the momentum operator. Then the state can be written as an "linear combination" (in this case an integral combination) but no state of definite momentum is a solution.

If we imagine the walls of the box, the infinite potential barriers, to be finitely wide, then if 1) is the case, it looks like the measurement of the momentum could cause the particle to tunnel through an infinite barrier (it would collapse to a state with uniform position probability, and evolve to a state that is nonzero on both sides of the barrier).

The thing is, you can't build a system which measures the momentum to arbitrarily high precision in a particle-in-a-box. The boundary conditions of the system prevent that.

The infinite wall potential is mathematically pathological (the wave functions have discontinuous derivatives at the edge of the box). Consider a less pathological system, such as a particle in a finite height box. In this system, it is possible in principle to measure the momentum to arbitrarily high accuracy. If you measure the momentum to be $p_0$ with an accuracy of $\sigma_p$, then the resulting wave function in the $p$ basis will be a reasonably sharp wave packet: $$\propto \exp \left[ -(p-p_0)^2 / 2 \sigma_p^2 \right]$$ In the position basis this is $$\propto \exp \left[ -x^2 / 2\sigma_x^2 \right]$$ where $\sigma_x = 1/\sigma_p$. As $\sigma_x$ is very large, the wave function in the $x$ basis is a very wide function.

The crucial thing here is that you never ever measure anything to infinite accuracy, so the wave functions resulting from your measurement are not exact eigen-states of what you think is the measurement operator. This is not just "experimental dirtiness". This is a fundamentally important aspect of QM which you should keep near your mental centre as you learn more.

DanielSank
  • 25,766
1

Basically you're asking how is it possible to measure some observable which does not have the same eigenvectors as the system's Hamiltonian. This is indeed possible. Any Hermitian operator is an observable and any observable can be measured at least in principle.

Take the state your system is in at the time of measurement, write that state in terms of eigenvectors of the observable you want to measure (they will be orthonormal since the corresponding operator is Hermitian), the modulus squared of these amplitudes will give the probabilities that you will find the system in this state and the result of the measurement will be the corresponding eigenvalue of the observable. It doesn't matter that the observable's eigenvector is not an eigenvector of the system's Hamiltonian because the system is no longer evolving unitarily under its' own Hamiltonian.

During measurement the environment of the system, which is macroscopic, and the system itself interact. The total evolution of both is still unitary according to the laws of quantum mechanics. However, the evolution of the much smaller system is not. In fact, the system is forced into an eigenstate of what you're measuring.
This is known as quantum decoherence, a phenomena which occurs when very large macroscopic systems with many degrees of freedom interact with microscopic systems, and explains how the classical world we see everyday arises from quantum physics.

After measurement, assuming that the state will still evolve under the same Hamiltonian, it will continue to do so. The state (which is one of the observable's eigenvectors) will evolve under unitary evolution generated by the Hamiltonian. That is, the observable's eigenvector written in the basis of the Hamiltonian's eigenvectors with energies as phases.

Bubble
  • 2,070