Why is the probability of measuring an eigenvalue its coefficient squared?

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 5K views
timn
Messages
19
Reaction score
0

Homework Statement



This is an example from Gasiorowicz's Quantum Physics. "Example 3-1" is a particle in an infinite potential-well, but that should not matter.

qm-gasiorowicz-3-11.png


Homework Equations



The Attempt at a Solution



Why is P(-2) (which I suppose is the probability that the eigenvalue -2 is measured) the coefficient squared?

The sum of the squares of the coefficient should be normalised, so it makes sense, but I don't understand why.

To figure out how much an eigenfunction contributes to the probability function -- psi^2 -- I'd square psi as follows:

[tex] \left( \frac{N}{4}\sqrt{2\pi}(u_ {-2}+2u_0+u_2) \right)^2<br /> = \frac{N^2\pi^2}{8}(u_ {-2}^2+2u_0^2+u_2^2+2u_{-2}u_2+4u_{-2}u_0+4u_0u_2)[/tex]

followed by being completely lost.

Could anyone explain this or make it seem plausible for me?

Edit: For reference, the answer is P(-2)=1/6.
 
Physics news on Phys.org
timn said:

Homework Statement



This is an example from Gasiorowicz's Quantum Physics. "Example 3-1" is a particle in an infinite potential-well, but that should not matter.

qm-gasiorowicz-3-11.png


Homework Equations



The Attempt at a Solution



Why is P(-2) (which I suppose is the probability that the eigenvalue -2 is measured) the coefficient squared?

The sum of the squares of the coefficient should be normalised, so it makes sense, but I don't understand why.

To figure out how much an eigenfunction contributes to the probability function -- psi^2 -- I'd square psi as follows:

[tex] \left( \frac{N}{4}\sqrt{2\pi}(u_ {-2}+2u_0+u_2) \right)^2<br /> = \frac{N^2\pi^2}{8}(u_ {-2}^2+2u_0^2+u_2^2+2u_{-2}u_2+4u_{-2}u_0+4u_0u_2)[/tex]

followed by being completely lost.

Could anyone explain this or make it seem plausible for me?

Edit: For reference, the answer is P(-2)=1/6.

You can start this way if you want. Once you take the (absolute) square of psi, then remember that psi is normalized so let:

[tex] \int\left( \frac{N}{4}\sqrt{2\pi}(u_ {-2}+2u_0+u_2) \right)^2 d\phi<br /> = \frac{N^2\pi^2}{8}\int(u_ {-2}^2+2u_0^2+u_2^2+2u_{-2}u_2+4u_{-2}u_0+4u_0u_2)d\phi=1[/tex]

Use the othogonality of the eigenfunctions to simplify the integral. Notice that terms like [itex]u_n^*u_m[/itex] with [itex]m\not= n[/itex] will integrate to zero. Thus after all the integrations are done, you should be left with:

[tex]\frac{2\pi N^2}{16}\int(|u_2|^2+4|u_0|^2+|u_{-2}|^2)d\phi=1[/tex]

Simplify this by integrating. You will see that the sum of the absolute squares of the coefficients will be equal to one, and thus it also follows from your line of reasoning that the squares of the coefficients are the correct measure of probabilities for different eigenstates.
 
Last edited:
Aha! I had forgotten about the orthogonality. Also, I had an epiphany when I realized that [tex]A_n = \int_0^a u_n^*(x) \psi(x) dx[/tex] is just a projection.

Thank you!