Operator Transformation under Change of Basis

Click For Summary

Homework Help Overview

The discussion revolves around a problem in linear algebra and quantum mechanics, specifically focusing on the transformation of operators under a change of basis. The operators in question are defined in the standard x-y-z Cartesian basis and need to be expressed in a new basis formed by specific linear combinations of these vectors.

Discussion Character

  • Mixed

Approaches and Questions Raised

  • Participants explore the construction of the transformation matrix Q for changing the basis and discuss the implications of different definitions of Q. There are attempts to verify the correctness of the transformation by applying it to the operator matrices.

Discussion Status

Several participants are engaged in clarifying the definitions of the old and new bases, with some expressing confusion over the transformation process. There is a recognition that the matrix multiplication may not have been executed correctly, leading to discrepancies in the expected results. Some participants have suggested that the order of operations in the transformation may need to be reconsidered.

Contextual Notes

Participants note that the problem involves assumptions about the definitions of basis vectors and the corresponding transformation matrices. There is also mention of a reference book that defines the transformation matrix differently, which adds to the complexity of the discussion.

truth is life
Messages
36
Reaction score
0

Homework Statement



Consider the three operators defined by $$\left(S_i\right)_{jk} = -i\epsilon_{ijk}$$ in the x-y-z space and the basis vectors given in x-y-z space as $$e^{\left(1\right)} = -\frac{1}{\sqrt{2}}\left(e_x + ie_y\right), e^{\left(0\right)} = e_z, e^{\left(-1\right)} = \frac{1}{\sqrt{2}}\left(e_x - ie_y\right)$$ Show that in the ##e^{\left(1\right)}, e^{\left(0\right)}, e^{\left(-1\right)}## basis the operators ##S## take on a particular given form (which happens to be the form of the spin-1 operators in quantum mechanics, and which I am therefore not writing out as it would be rather tedious)

Homework Equations



This is a change of basis problem, so the relevant equation is that for the change of basis for operators, $$B = Q^{-1}AQ$$ (where B is the transformed matrix)

The Attempt at a Solution



I found a Q which transformed the basis vectors from their ##e^{\left(1\right)}##-type forms to (1,0,0), etc. correctly and which was also invertible (in fact Hermitian), $$ Q = \begin{bmatrix} -\frac{1}{\sqrt{2}} & \frac{i}{\sqrt{2}} & 0 \\ 0 & 0 & 1 \\ \frac{1}{\sqrt{2}} & \frac{i}{\sqrt{2}} & 0 \end{bmatrix}$$

However, when I attempted to apply it to the S-matrices, I got something significantly different from the (provided) correct answer, to wit when I tried it with the ##S_3## matrix $$S_3 = -i\begin{bmatrix} 0 & 1 & 0 \\ -1 & 0 & 0 \\ 0 & 0 & 0 \end{bmatrix}$$ instead of the correct answer $$T_3 = \begin{bmatrix} 1 & 0 & 0 \\ 0 & 0 & 0 \\ 0 & 0 & -1 \end{bmatrix}$$ I found $$T_3 = \begin{bmatrix} 0 & 0 & \frac{i}{\sqrt{2}} \\ 0 & 0 & \frac{-1}{\sqrt{2}} \\ \frac{-i}{\sqrt{2}} & \frac{1}{\sqrt{2}} & 0 \end{bmatrix}$$
 
Physics news on Phys.org
How did you find Q?
 
voko said:
How did you find Q?

It was essentially a guess-and-check-type method. I knew that in the old basis the new basis vectors had the particular form in the problem; I also knew that in the new basis they should take on a known different form (##e^{\left(1\right)} = \left(1, 0, 0\right)##, for example). I then constructed matrices for each basis vector which would take them to the correct representation in the new basis, then added those matrices together. Each matrix corresponds to a different row in the Q I wrote down.

I also (re)checked my linear algebra book, which stated that the columns of Q should be equivalent to the column vectors of the new basis in the old basis; this happens to be equivalent to the Hermitian conjugate of the Q I wrote down. Checking against how the book defines Q (taking new basis vectors to the old basis), it certainly does what it is supposed to. In the end, all this amounts to is swapping ##Q^{-1}## and ##Q## in the change of basis equation, which I just tried and which failed completely to give the correct answer, in fact giving something similar in form to ##T_3##. This is exceptionally bewildering because it seems to indicate that I have the correct Q (or at least its Hermitian conjugate), and I've been testing with the known form of ##S_3##, yet I am getting a known wrong answer. Obviously this suggests that I'm doing the matrix multiplication wrong, but I've tried this several times and I'm usually pretty good at matrix math.
 
You have lost me here. What basis is "old" and what basis is "new"?
 
voko said:
You have lost me here. What basis is "old" and what basis is "new"?

The old basis is the standard x-y-z Cartesian basis. The new basis uses the ##e^{\left(x\right)}## vectors as the basis. So, in the old basis $$e^{\left(0\right)} = \begin{bmatrix}0 \\ 0 \\ 1 \end{bmatrix}$$ whereas in the new basis it would be $$e^{\left(0\right)} = \begin{bmatrix}0 \\ 1 \\ 0\end{bmatrix}$$ Similarly, in the old basis $$e^{\left(1\right)} = \begin{bmatrix} \frac{-1}{\sqrt{2}} \\ \frac{-i}{\sqrt{2}} \\ 0 \end{bmatrix}$$ while in the new basis $$e^{\left(1\right)} = \begin{bmatrix} 1 \\ 0 \\ 0 \end{bmatrix}$$ and $$e^{\left(-1\right)} = \begin{bmatrix} \frac{1}{\sqrt{2}} \\ \frac{-i}{\sqrt{2}} \\ 0 \end{bmatrix}$$ in the old basis and $$e^{\left(-1\right)} = \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix}$$ in the new.
 
This I agree with it. But then Q's columns are definitely not the new basis in the old basis.
 
voko said:
This I agree with it. But then Q's columns are definitely not the new basis in the old basis.

Well, the book (which is not the book the problem comes from, to be clear) defines ##Q## slightly differently; if ##e## is the vector in the old basis and ##E## the vector in the new basis, then $$e = QE$$ whereas I was calculating ##Q## in the straightforward way as $$E = Qe$$ Both are valid (bases are bases, after all), but (calling the ##Q## defined by the book ##R##) ##Q = R^{-1}## and the formula is predicated on using ##R## instead of ##Q##, so you have to reverse the order of operations to ##B = QAQ^{-1}##

This is all a little bit beside the point as either way the multiplication doesn't work out, though.
 
With your Q, I found QS3Q-1 gives the correct result.
 
If there is some "old" basis ## u_i ## and there is some "new" basis ## v_j ##, and ## v_j = \sum a_{ij} u_i ##, then matrix ## A = {a_{ij}} ## transforms any vector x from the v-basis (new) representation ## x_v ## into the u-basis (old) ## x_u = A x_v ##. The columns of A are the components of the v-basis in the u-basis.

Any operator, whose matrix is O in the u-basis (old), becomes ## A^{-1} O A ## in the new basis.

So it seems to me, you are doing this backwards.
 
  • #10
vela beat me to it!
 
  • #11
voko said:
If there is some "old" basis ## u_i ## and there is some "new" basis ## v_j ##, and ## v_j = \sum a_{ij} u_i ##, then matrix ## A = {a_{ij}} ## transforms any vector x from the v-basis (new) representation ## x_v ## into the u-basis (old) ## x_u = A x_v ##. The columns of A are the components of the v-basis in the u-basis.

Any operator, whose matrix is O in the u-basis (old), becomes ## A^{-1} O A ## in the new basis.

So it seems to me, you are doing this backwards.

Which I noted...twice...in my own replies.

And it turns out the whole problem was...I was doing the multiplications wrong :facepalm: Everything else was right(-ish), I just messed up the basic arithmetic. Gets you every time.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
2K
Replies
19
Views
1K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
3
Views
2K
Replies
4
Views
3K
  • · Replies 105 ·
4
Replies
105
Views
10K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 16 ·
Replies
16
Views
3K
  • · Replies 12 ·
Replies
12
Views
3K
Replies
10
Views
2K