Why Is My Matrix Not Diagonal After Transformation?

LagrangeEuler
Messages
711
Reaction score
22

Homework Statement


Form unitary matrix from eigen vectors of ##\sigma_y## and using that unitary matrix diagonalize ##\sigma_y##.
<br /> \sigma_y=<br /> \begin{bmatrix}<br /> 0 &amp; -i &amp; \\<br /> i &amp; 0 &amp; \\<br /> <br /> \end{bmatrix}[/B]

Homework Equations


Eigen vectors of ##\sigma_y## are
<br /> \vec{X}_1=\frac{1}{\sqrt{2}}<br /> \begin{bmatrix}<br /> 1 \\<br /> i \\<br /> <br /> \end{bmatrix}
and
<br /> \vec{X}_2=\frac{1}{\sqrt{2}}<br /> \begin{bmatrix}<br /> 1 \\<br /> -i \\<br /> <br /> \end{bmatrix}

The Attempt at a Solution


I am not sure, where I am making a mistake. Unitary matrix ##U## is defined by
<br /> U=\frac{1}{\sqrt{2}}<br /> \begin{bmatrix}<br /> 1 &amp; 1 &amp; \\<br /> i &amp; -i &amp; \\<br /> <br /> \end{bmatrix}
whereas
<br /> U^{\dagger}=\frac{1}{\sqrt{2}}<br /> \begin{bmatrix}<br /> 1 &amp; -i &amp; \\<br /> 1 &amp; i &amp; \\<br /> <br /> \end{bmatrix}.
And somehow

##U \sigma_y U^{\dagger}##
is not diagonal. Is there any explanation? Where I am making a mistake?



[/B]
 
Physics news on Phys.org
LagrangeEuler said:
##U \sigma_y U^{\dagger}##
is not diagonal. Is there any explanation? Where I am making a mistake?

If ##U## is formed from the eigenvectors of ##\sigma_y##, then ##U^\dagger \sigma_y U## will be diagonal, not ##U \sigma_y U^\dagger##

In general, let ##A## be a square matrix, and let ##u_1##, ##u_2## etc. be eigenvectors with eigenvalues ##\lambda_1##, ##\lambda_2##, etc. Then let ##U## be the matrix formed by sticking the eigenvectors together: ##U = \left( \begin{array}\\ u_1 & u_2 & ...\end{array} \right)##. Then ##A U## will be the matrix

##A U = \left( \begin{array}\\ \lambda_1 u_1 & \lambda_2 u_2 & ...\end{array} \right)##.

Then ##U^\dagger## will be the matrix ##U^\dagger = \left( \begin{array}\\ u_1^\dagger \\ u_2^\dagger \\ . \\ . \\. \end{array} \right)##

So since ##u_n^\dagger u_m = 0## or ##1##, depending on whether ##n=m##, you will have:

##U^\dagger A U## will be the matrix ##U^\dagger = \left( \begin{array}\\ \lambda_1 & 0 & ...\\ 0 & \lambda_2 & 0 & ... \\ 0 & 0 & \lambda_3 & ... \\ . \\. \end{array} \right)##
 
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