How is the √2 factor used in normalizing Qbit vectors?

AI Thread Summary
The discussion centers on the normalization of quantum bit (Qbit) vectors, specifically addressing why the vector representing an electron's 'across' state is (1/√2, 1/√2) instead of (1/2, 1/2). Normalization requires that the vector's length equals one, which is achieved with the √2 in the denominator, ensuring the inner product of the vector with itself equals one. Using (1/2, 1/2) results in a non-normalized state, as its inner product equals 1/2. The conversation also touches on the importance of understanding complex components in quantum mechanics, as they are crucial for accurately interpreting Qbit states. Overall, the √2 factor is essential for maintaining the unit length required for normalized quantum states.
killinchy
Messages
5
Reaction score
1

Homework Statement



I'm a chemist, so forgive me. I'm looking at Leonard Susskind's course on 'Quantum Entanglement', and we've just started on Qbits. Electron spin: we have two column vectors (1,0) and (0,1) to represent the two states, call them 'up' and 'down'.

The vector for the state for the electron being 'across' is given by a column vector (1/√2, 1/√2)

Here's my problem; why not (1/2, 1/2)? I know that vectors that represent physical states must be normalized, but where does the √2 come in?

Thanks

John

Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
killinchy said:

Homework Statement



I'm a chemist, so forgive me. I'm looking at Leonard Susskind's course on 'Quantum Entanglement', and we've just started on Qbits. Electron spin: we have two column vectors (1,0) and (0,1) to represent the two states, call them 'up' and 'down'.

The vector for the state for the electron being 'across' is given by a column vector (1/√2, 1/√2)

Here's my problem; why not (1/2, 1/2)? I know that vectors that represent physical states must be normalized, but where does the √2 come in?

Thanks

John

Homework Equations





The Attempt at a Solution



Normalized means unit length. With the ##\sqrt 2## in the denominator the vector has length 1.
 
Well, normalization basically says that a state's absolute magnitude must be 1. In other words, if we have a column vector \mathbf{v}=\begin{pmatrix} a \\ b\end{pmatrix}, then \mathbf{v}'s inner product with itself must equal 1.

For two vectors \mathbf{v}_1=\begin{pmatrix} a_1 \\ b_1\end{pmatrix} and \mathbf{v}_2=\begin{pmatrix} a_2 \\ b_2\end{pmatrix}, the definition of the inner product of \mathbf{v}_1 and \mathbf{v}_2, denoted \left \langle \mathbf{v}_1 | \mathbf{v}_2 \right \rangle can be written in matrix notation as:\left \langle \mathbf{v_1} | \mathbf{v_2} \right \rangle=\mathbf{v}_1^\dagger \mathbf{v}_2 = \begin{pmatrix} a_1^* & b_1^*\end{pmatrix}\begin{pmatrix} a_2 \\ b_2 \end{pmatrix}=a_1^*a_2+b_1^*b_2
where * denotes the complex conjugate: e.g. if a=1+2i, a*=1-2i. It should be clear in this that the symbol \dagger denotes the adjoint operation, which is the same as taking the complex conjugate and then the transpose (with a column vector, the transpose simply changes a column vector into a row vector.)

Equivalently, you could write the definition of the inner product of \mathbf{v}_1 and \mathbf{v}_2 in vector notation as:
\left \langle \mathbf{v_1} | \mathbf{v_2} \right \rangle=\mathbf{v}_1^* \cdot \mathbf{v}_2 = \begin{pmatrix} a_1^* \\ b_1^*\end{pmatrix}\cdot\begin{pmatrix} a_2 \\ b_2 \end{pmatrix}=a_1^*a_2+b_1^*b_2

As I stated earlier, the definition of \mathbf{v}=\begin{pmatrix} a \\ b\end{pmatrix} being normalized is that its inner product with itself is 1:
1=\left \langle \mathbf{v} | \mathbf{v} \right \rangle=\mathbf{v}^\dagger \mathbf{v} = \begin{pmatrix} a^* & b^*\end{pmatrix}\begin{pmatrix} a \\ b\end{pmatrix}=a^*a+b^*b

So let's see what happens if we use your suggestion that \mathbf{v}=\begin{pmatrix} \frac{1}{2} \\ \frac{1}{2}\end{pmatrix} These are real elements so the complex conjugation does not change them at all. If we form the inner product of \mathbf{v} with itself we get:\left \langle \mathbf{v} | \mathbf{v} \right \rangle=\mathbf{v}^\dagger \mathbf{v} = \begin{pmatrix} \frac{1}{2} & \frac{1}{2}\end{pmatrix}\begin{pmatrix}\frac{1}{2} \\ \frac{1}{2}\end{pmatrix}=\frac{1}{2}\frac{1}{2}+\frac{1}{2}\frac{1}{2}=\frac{1}{4}+\frac{1}{4}=\frac{1}{2}
So this state is not normalized by definition.

On the other hand if we use \mathbf{v}=\begin{pmatrix} \frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}}\end{pmatrix}, then we get\left \langle \mathbf{v} | \mathbf{v} \right \rangle=\mathbf{v}^\dagger \mathbf{v} = \begin{pmatrix} \frac{1}{\sqrt{2}} & \frac{1}{\sqrt{2}}\end{pmatrix}\begin{pmatrix}\frac{1}{\sqrt{2}} \\ \frac{1}{\sqrt{2}}\end{pmatrix}= \frac{1}{\sqrt{2}}\frac{1}{\sqrt{2}}+\frac{1}{\sqrt{2}}\frac{1}{\sqrt{2}}=\frac{1}{2}+\frac{1}{2}=1
so this state is normalized by definition.
 
Last edited:
This is easy enough to think about geometrically. If both vectors start from the origin, they extend to the points (1, 0) and (0, 1) on the unit circle. The point on the unit circle exactly between the two vectors makes an angle of 45° with the horizontal axis, and is the point whose coordinates are (1/√2, 1/√2). The vector that extends from the origin to this point on the unit circle has a magnitude of 1, so is normalized.
 
The problem with the geometric interpretation of a state vector is that unlike a geometrical vector, in general, quantum mechanical state vectors can have complex entries. For example, if you insist on using geometrical ideas, you would either be baffled or get the wrong answer if you used geometry to figure out whether the state \begin{pmatrix}\frac{1}{\sqrt{2}} \\ \frac{i}{\sqrt{2}}\end{pmatrix} is normalized or not (e.g. you'd get that it has length 0 using the pythagorean theorem). Using my formulation, you can easily handle quantum mechanical states like this, which are actually quite common.
 
Last edited:
Jolb said:
The problem with the geometric interpretation of a state vector is that unlike a geometrical vector, in general, quantum mechanical state vectors can have complex entries.
I was responding to the OP's question, in which all the vectors involved had real entries. I was also trying to gauge my response to the level of mathematical experience I perceived in the poster, something that you apparently didn't consider.
Jolb said:
For example, if you insist on using geometrical ideas, you would either be baffled or get the wrong answer if you used geometry to figure out whether the state \begin{pmatrix}\frac{1}{\sqrt{2}} \\ \frac{i}{\sqrt{2}}\end{pmatrix} is normalized or not (e.g. you'd get that it has length 0 using the pythagorean theorem). Using my formulation, you can easily handle quantum mechanical states like this, which are actually quite common.
 
The OP's question was about a Leonard Susskind lecture course on quantum entanglement and qbits. I think he's probably referring to these online notes:
http://www.lecture-notes.co.uk/susskind/quantum-entanglements/lecture-2/quantum-states/
I don't think you'd get very far understanding qbits if you're stuck with the assumption of all real components and some sort of pythagorean concept of length. Susskind introduces complex components at the beginning of the linked lecture--which is only the 2nd lecture out of 9.
 
Last edited:
Wow... thanks everybody. I am in the middle of "Leonardo's" second lecture. If there is one thing I've learned so far in my adventure (OK I 'did' Schrodinger's take on QM as part of Chemistry but never really understood what was going on), it is this: Mathematicians and Physicists use a lot of weird and wonderful quirky things for no other reason than they work. Kolb, I should have tried the inner product. And thanks, Kolb for the link to the notes.

Totally off-topic. I am one handshake away from a physicist by the name of Albert Einstein. In the 70's I became friendly with a Chemist (Princeton) who did part of his PhD in Sweden with Arrhenius. Then he went off to Berlin to the Kaiser Wilhelm where he met (among others) AE. And where did AE end up, but Princeton. The point is this: it's not that long ago. BYW, Einstein, Wigner etc etc all thought Planck was the smartest of them all.
 

Similar threads

Back
Top