Quantum Physics - Measurement/Eigenvalues(functions)

Click For Summary

Homework Help Overview

The discussion revolves around the measurement of a quantum observable C, which is defined as the sum of two observables A and B, each having specific eigenvalues and eigenfunctions. The original poster presents a scenario where A and B both have eigenvalues of 1 and -1, and seeks to understand the eigenvalues of C.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore the relationship between the eigenvalues of A and B and the resulting eigenvalues of C. There are attempts to clarify why the eigenvalues of C would not simply be the sum of the eigenvalues of A and B. Questions arise regarding the correct method to find the eigenvalues of the combined operator C.

Discussion Status

The discussion is ongoing, with participants providing insights into how to express the operators in matrix form and the implications for finding eigenvalues. Some guidance has been offered regarding the use of transformation matrices and the representation of eigenfunctions, but there is no explicit consensus on the final approach to the problem.

Contextual Notes

Participants are navigating the complexities of quantum mechanics, particularly the properties of operators and their eigenvalues. There is mention of the need to consider the orthogonality of eigenfunctions and the potential use of decomposition methods for operators.

Plutoniummatt
Messages
45
Reaction score
0

Homework Statement



For a certain system, an observable A has eigenvalues 1 and -1, with corresponding eigenfunctions u_+ and u_-. Another observable B also has eigenvalues 1 and -1, but with corresponding eigenfunctions:

v_+ = \frac{u_+ + u_1}{\sqrt{2}}

v_- = \frac{u_+ - u_1}{\sqrt{2}}


Find the possible results of a measurement of C = A+B


Homework Equations




The Attempt at a Solution




Measured values are just the eigenvalues, in this case, the eigenvalues of C are just 2 and -2? but the answer is \pm\sqrt{2}...I'm aware that the 1/\sqrt{2} in the eigenfunctions of B will make my answer "correct" but then they're not the eigenvalues anymore?
 
Physics news on Phys.org
Plutoniummatt said:
Measured values are just the eigenvalues, in this case, the eigenvalues of C are just 2 and -2?

Why do you say this?
 
gabbagabbahey said:
Why do you say this?

if C = A + B, and A and B both have eigenvalues of 1 and -1, then the eigenvalues of C are 2 and -2?
 
Plutoniummatt said:
if C = A + B, and A and B both have eigenvalues of 1 and -1, then the eigenvalues of C are 2 and -2?

No, why would you think this was true?
 
gabbagabbahey said:
No, why would you think this was true?

then how do I do this question?
 
Plutoniummatt said:
then how do I do this question?
The same way one usually finds the eigenvalues of an operator...
 
gabbagabbahey said:
The same way one usually finds the eigenvalues of an operator...

helpful. Much thanks!...
 
does anyone have the patience to tell me how to do this problem?
 
Plutoniummatt said:
does anyone have the patience to tell me how to do this problem?

If I gave you an operator in matrix form and asked you to calculate its eigenvalues, could you do it?
 
  • #10
gabbagabbahey said:
If I gave you an operator in matrix form and asked you to calculate its eigenvalues, could you do it?

yes...
 
  • #11
Okay, so if you can put C into matrix form, you can find its eigenvalues...do you see how to put C into matrix form? How about putting A into matrix form (you are given both its eigenvalues and eigenfunctions, so this should be trivial)?
 
  • #12
gabbagabbahey said:
Okay, so if you can put C into matrix form, you can find its eigenvalues...do you see how to put C into matrix form? How about putting A into matrix form (you are given both its eigenvalues and eigenfunctions, so this should be trivial)?

yes I can do put A in matrix form, for B do I need to use the transformation matrix and transform B into A basis?
 
  • #13
Plutoniummatt said:
yes I can do put A in matrix form,

Good, and what do you get when you do that?

for B do I need to use the transformation matrix and transform B into A basis?

You can do it without a transformation matrix since you are given B's eigenfunctions in terms of A's eigenfunctions.
 
  • #14
\begin{pmatrix} 1 & 1\\1 & -1 \end{pmatrix} for A

is there a systematic way of getting B or do I just write down the eigenvectors of B in terms of the eigenvectors of A and see which numbers i should put in?
 
  • #15
Plutoniummatt said:
\begin{pmatrix} 1 & 1\\1 & -1 \end{pmatrix} for A

That doesn't look right, how did you end up with this?
 
  • #16
\begin{pmatrix} 1 & 0\\0 & -1 \end{pmatrix} for A

sorry i messed up the typing
 
  • #17
That's better, so I see you are representing the eigenfunctions of A as

u_{+}\to\begin{pmatrix}1 \\ 0 \end{pmatrix} and u_{-}\to\begin{pmatrix} 0 \\ 1 \end{pmatrix}

correct?

What does this make v_{\pm} in this representation?
 
  • #18
gabbagabbahey said:
That's better, so I see you are representing the eigenfunctions of A as

u_{+}\to\begin{pmatrix}1 \\ 0 \end{pmatrix} and u_{-}\to\begin{pmatrix} 0 \\ 1 \end{pmatrix}

correct?

What does this make v_{\pm} in this representation?

yes

my v_{\pm} would be:

\frac{1}{\sqrt{2}} \begin{pmatrix} 1 \\ \pm 1 \end{pmatrix}



so B would be \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}

but I had to just look at it and see what numbers i should assign for B, is there a better way of doing it?


oh and i got the correct eigenvalues! thanks so much...i was really confused
 
Last edited:
  • #19
Plutoniummatt said:
my v_{\pm} would be:

\frac{1}{\sqrt{2}} \begin{pmatrix} 1 \\ \pm 1 \end{pmatrix}

Good.

so B would be \begin{pmatrix} 0 & 1 \\ 1 & 0 \end{pmatrix}

No, this isn't quite correct.

but I had to just look at it and see what numbers i should assign for B, is there a better way of doing it?

Any operator F can be decomposed in terms of its eigenvalues, \lambda_{i} and corresponding eigenfunctions f_i (provided they are orthogonal) according to the equation

F=\sum_{i}\lambda_i f_i^\dagger f_i[/itex]<br /> <br /> (Where f_i^\dagger is the adjoint of f_i)<br /> <br /> Does this look familiar? If so, you can use it to construct A and B from their eigenvalues/eigenvectors (this is what I had thought you had done to find A, but apparently you used some other method)
 
  • #20
gabbagabbahey said:
Good.



No, this isn't quite correct.



Any operator F can be decomposed in terms of its eigenvalues, \lambda_{i} and corresponding eigenfunctions f_i (provided they are orthogonal) according to the equation

F=\sum_{i}\lambda_i f_i^\dagger f_i[/itex]<br /> <br /> (Where f_i^\dagger is the adjoint of f_i)<br /> <br /> Does this look familiar? If so, you can use it to construct A and B from their eigenvalues/eigenvectors (this is what I had thought you had done to find A, but apparently you used some other method)
<br /> <br /> <br /> for B i used the transformation matrix:<br /> <br /> \frac{1}{\sqrt{2}}\begin{pmatrix} 1 &amp;amp; 1 \\1 &amp;amp; -1 \end{pmatrix}<br /> <br /> which means B =<br /> <br /> \frac{1}{2}\begin{pmatrix} 1 &amp;amp; 1 \\1 &amp;amp; -1 \end{pmatrix} \begin{pmatrix} 1 &amp;amp; 0 \\0 &amp;amp; -1 \end{pmatrix} \begin{pmatrix} 1 &amp;amp; 1 \\1 &amp;amp; -1 \end{pmatrix}<br /> <br /> which is \begin{pmatrix} 0 &amp;amp; 1 \\1 &amp;amp; 0 \end{pmatrix}
 

Similar threads

Replies
46
Views
3K
  • · Replies 14 ·
Replies
14
Views
3K
Replies
6
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
4K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
17
Views
3K