How Do You Normalize a Quantum State in Quantum Mechanics?

quixi
Messages
3
Reaction score
0

Homework Statement


Homework Equations


The Attempt at a Solution



OK I have

<br /> \left| \psi \right&gt; = \alpha \left| 000 \right&gt; + \beta \left| 001 \right&gt; + ... + \theta \left| 111 \right&gt;<br />

which I need to normalise.

I know that

\left| \psi \right&gt;^{*} = \left&lt; \psi \right|

and so have derived expression

<br /> \left&lt; \psi \right| = \alpha^{*} \left| 000 \right&gt; + \beta^{*} \left| 001 \right&gt; + ... + \theta^{*} \left| 111 \right&gt;<br />

which means each have 8 terms.. so now doing

<br /> \left&lt; \psi | \psi \right&gt; = \alpha \alpha^{*} \left&lt; 000 | 000 \right&gt; + \alpha \beta^{*} \left&lt; 000 | 001 \right&gt; + ...<br />

this multiplication will result in 64 terms! :eek: I don't know if that's right?! :rolleyes:

then I know \left&lt; 00|00 \right&gt; = 1 and \left&lt; 00|11 \right&gt; = 0 which I assume I can apply to \left&lt; 000|000 \right&gt; = 1 and \left&lt; 00|11 \right&gt; = 0 ?

basically then end up with

<br /> \left&lt; \psi | \psi \right&gt; = \alpha \alpha^{*} + \beta \beta^{*} + .. <br />

I think that's along the right lines now? Its just the daunting 8x8=64 multiplication that I was unsure on!
 
Physics news on Phys.org
Yes, that is correct--there will be 64 terms in the multiplication. However, as you've noted, 56 of them will be 0, so they can be immediately discarded. The only ones that remain are the products of a state with its own conjugate, so whenever you see such a multiplication, you can immediately go straight to your last step, without even bothering to write down all of the intermediate work.

Things like this are the reason that equations in QM use a lot of ...'s. :smile:
 
OK good, thought it must be right but seemed a lot of maths, glad I'm not going mad! :wink:

Chopin said:
The only ones that remain are the products of a state with its own conjugate

I'm a bit confused over which ones will remain (but I do see it will be only a few, most cancel out).

So for example if I had:

|\psi&gt; = 3|000&gt; + 7i|001&gt; +...

&lt;\psi| = 3|000&gt; - 7i|001&gt; +...

&lt;\psi|\psi&gt; = 9&lt;000|000&gt; -21i&lt;000|001&gt; + 21i&lt;000|001&gt; + 49&lt;001|001&gt; +...

then the only terms there that remain will be the first (since \alpha = 3|000&gt; = \alpha^{*}[/tex]) i.e. where the complex conjugate is the same as the normal.<br /> <br /> .. is that correct?<br /> <br /> Perhaps that&#039;s not a great example with knowing &lt;000|000&gt; = 1 but hopefully it still makes sense the understanding. Just want to make sure I&#039;ll be ignoring the correct ones!
 
It's not that the coefficients are the same as their conjugates, its whether one state times the other is nonzero or not.

I'm going to change your notation a bit to make it easier to demonstrate. Say that instead of states like |000\rangle, |101\rangle, etc. we have a set of n states |\Psi_0\rangle, |\Psi_1\rangle, etc. In general, a state will be some linear combination of these states: \Psi = a_0|\Psi_0\rangle + a_1|\Psi_1\rangle + .... We can write this compactly as \Psi = \sum_{i=0}^n{a_i|\Psi_i\rangle}. Now, let's try to find the norm of this state.

\langle\Psi|\Psi\rangle = (\sum_i{a_i^*\langle\Psi_i|})(\sum_j{a_j|\Psi_j\rangle})
= \sum_i\sum_j{(a_i^*\langle\Psi_i|)(a_j|\Psi_j\rangle)}
= \sum_i\sum_j{a_i^*a_j\langle\Psi_i|\Psi_j\rangle}

This is just a general way of saying what you had before. You can see that if you have n states, there will be n^2 terms in this expansion, because of the double summation. In general, all of those terms could be nonzero, in which case you have a whole lot of terms on your hands. For a system with 1,000 states, for instance, you're going to have to keep track of 1,000,000 terms. :eek: indeed!

However, in many cases, the set of states you're working with are of a special kind, called an orthonormal set. This means that for any two terms, \langle\Psi_i| and |\Psi_j\rangle, their product \langle\Psi_i|\Psi_j\rangle is 1 if i=j, and 0 if it isn't. We can write this compactly using a symbol called the Kronecker Delta, \langle\Psi_i|\Psi_j\rangle = \delta^i_j. This symbol is simply defined to be 1 if i=j, and 0 if not. If you have a set of orthonormal states, things get a lot easier. Let's substitute this into our equation and see what happens:

\langle\Psi|\Psi\rangle = \sum_i\sum_j{a_i^*a_j\langle\Psi_i|\Psi_j\rangle} = \sum_i\sum_j{a_i^*a_j\delta^i_j.

Now we made all the bras and kets go away, and it's just an equation with numbers. Furthermore, let's examine a few terms of this sum. If i=7 and j=25, then we have a_{7}^*a_{25}\delta^{7}_{25}. However, \delta^{7}_{25} = 0, so we know this term will vanish. If i=10 and j=10, then we have a_{10}^*a_{10}\delta_{10}^{10}. But \delta_{10}^{10}=1, so this is just a_{10}^*a_{10}. In general, of the n^2 terms in our expansion, only the n terms with equal indices will actually matter. All the other ones (called the cross terms) vanish. So really, we could write our double sum as a single sum:

\sum_i\sum_j{a_i^*a_j\delta^i_j = \sum_i{a_i^*a_i}

Which is a lot easier to solve. Whenever you see a delta in an equation, it will eventually allow you to do this--it eats a summation, and substitutes the variable on that summation with the other variable on the delta. This is an enormous help because it cuts down the number of terms dramatically. This is a very common operation in quantum mechanics, so it's important to become familiar with it if you aren't already.

So if your states are orthonormal, their product will be a delta function, and you can do the above trick. If they're not, then all of the terms will contribute, and you've got a big mess. So it pays to have an orthonormal set of base states. Fortunately, most of the sets of states you come across are orthonormal (an electron spin-up state is 100% equal to an electron spin-up state, and 0% equal to an electron spin-down state, for instance) so you can often use this fact to make your life a lot easier.
 
Last edited:
Thread 'Need help understanding this figure on energy levels'
This figure is from "Introduction to Quantum Mechanics" by Griffiths (3rd edition). It is available to download. It is from page 142. I am hoping the usual people on this site will give me a hand understanding what is going on in the figure. After the equation (4.50) it says "It is customary to introduce the principal quantum number, ##n##, which simply orders the allowed energies, starting with 1 for the ground state. (see the figure)" I still don't understand the figure :( Here is...
Thread 'Understanding how to "tack on" the time wiggle factor'
The last problem I posted on QM made it into advanced homework help, that is why I am putting it here. I am sorry for any hassle imposed on the moderators by myself. Part (a) is quite easy. We get $$\sigma_1 = 2\lambda, \mathbf{v}_1 = \begin{pmatrix} 0 \\ 0 \\ 1 \end{pmatrix} \sigma_2 = \lambda, \mathbf{v}_2 = \begin{pmatrix} 1/\sqrt{2} \\ 1/\sqrt{2} \\ 0 \end{pmatrix} \sigma_3 = -\lambda, \mathbf{v}_3 = \begin{pmatrix} 1/\sqrt{2} \\ -1/\sqrt{2} \\ 0 \end{pmatrix} $$ There are two ways...
Back
Top