Trying to find the eigenvectors of a hamiltonian operator

In summary, the given Hamiltonian operator in a two-dimensional Hilbert space is H = i\Delta(|w1><w2| - |w2><w1|). The correct eigenstates are obtained by writing the operator as a matrix, where H11 = 0, H22 = 0, H12 = i\Delta, and H21 = -i\Delta. The corresponding eigenvalues are found to be E = \Delta, -\Delta. However, the eigenvectors (i,1) and (1,-i) are not linearly independent. The eigenstates |w1> and |w2> can be written in terms of the eigenstates |E1> and |E2>,
  • #1
yeahhyeahyeah
30
0

Homework Statement



I am given the Hamiltonia operator of a system in two-dimensional Hilbert space:

H = i[tex]\Delta[/tex](|w1><w2| + |w2><w1|) and am asked to find the corresponding eigenstates.


I wrote this operator as a matrix, where H11 = 0, H22 = 0, and H12= i[tex]\Delta[/tex] and H21= -i[tex]\Delta[/tex]

The eigenvalues are then, I think, the solutions to

(0-E)2 - [tex]\Delta[/tex]2= 0

so E = [tex]\Delta[/tex], -[tex]\Delta[/tex]

But when I construct eigenstates from these E values I am getting

(i , 1) and ( 1 , -i) (except with normalization factors) which seem to be orthornormal and satisfy the two eigenvalues respectively but aren't linearly independent.

Why is this? Is the matrix I'm using for the Hamiltonian correct? And if not why? I thought I can find the matrix values by <wm|H|wn>, where <wm|wn> = [tex]\delta[/tex]m,n




Edit: In addition-

What I'm ultimately trying to do is write the eigenfunctions |w1> and |w2> in terms of the eigenstates |E1> and |E2>. I have missed some class and I'm actually really lost

The homework problem states that |w1> and |w2> are eigenstates of the observable operator[tex]\Omega[/tex]. Is [tex]\Omega[/tex] just any general observable operator, so then what is the significance of its eigenstates? What exactly are |w1> and |w2> as opposed to |E1> and |E2>? Why is the Hamiltonian, an observable, written in terms of the eigenstates of [tex]\Omega[/tex]? Right now I'm trying to do this homework before the deadline purely through a shoddy understanding of linear algebra, but it would really help if I understood what is going on...
 
Last edited:
Physics news on Phys.org
  • #2
yeahhyeahyeah said:
H = i[tex]\Delta[/tex](|w1><w2| + |w2><w1|) and am asked to find the corresponding eigenstates.

I wrote this operator as a matrix, where H11 = 0, H22 = 0, and H12= i[tex]\Delta[/tex] and H21= -i[tex]\Delta[/tex]
Where did the negative sign come from?
yeahhyeahyeah said:
(i , 1) and ( 1 , -i) (except with normalization factors) which seem to be orthornormal and satisfy the two eigenvalues respectively but aren't linearly independent.
Those are not the correct eigenvectors for the matrix you wrote
yeahhyeahyeah said:
Why is this? Is the matrix I'm using for the Hamiltonian correct? And if not why? I thought I can find the matrix values by <wm|H|wn>, where <wm|wn> = [tex]\delta[/tex]m,n
That is true, but you seem to have made some mistake in applying that formula.
yeahhyeahyeah said:
What I'm ultimately trying to do is write the eigenfunctions |w1> and |w2> in terms of the eigenstates |E1> and |E2>. I have missed some class and I'm actually really lost

The homework problem states that |w1> and |w2> are eigenstates of the observable operator[tex]\Omega[/tex]. Is [tex]\Omega[/tex] just any general observable operator, so then what is the significance of its eigenstates? What exactly are |w1> and |w2> as opposed to |E1> and |E2>? Why is the Hamiltonian, an observable, written in terms of the eigenstates of [tex]\Omega[/tex]? Right now I'm trying to do this homework before the deadline purely through a shoddy understanding of linear algebra, but it would really help if I understood what is going on...
[itex]\vert w_1\rangle[/itex] and [itex]\vert w_2\rangle[/itex] are clearly not the eigenstates of the Hamiltonian. Eigenstates have the property that when you compute the matrix elements of an operator in the basis of that same operator's eigenstates, the matrix will be diagonal (i.e. it has nonzero elements only on the main diagonal). That is clearly not the case with the Hamiltonian in the w basis.

The E basis, consisting of [itex]\vert E_1\rangle[/itex] and [itex]\vert E_2\rangle[/itex], is the set of eigenstates of the Hamiltonian. So what you get when you find the eigenvectors is the set of coefficients you need to write the w states as linear combinations of the E states, or vice-versa. These are the eigenvectors you'll find:
[tex]\begin{pmatrix}\langle w_1 \vert E_1 \rangle \\ \langle w_2 \vert E_1 \rangle\end{pmatrix}, \begin{pmatrix}\langle w_1 \vert E_2 \rangle \\ \langle w_2 \vert E_2 \rangle\end{pmatrix}[/tex]
and then you can write
[tex]\vert w_1 \rangle = \vert E_1\rangle\langle E_1 \vert w_1 \rangle + \vert E_2\rangle\langle E_2 \vert w_1 \rangle[/tex]
just taking the coefficients from the eigenvectors you found.

As for the significance of [itex]\Omega[/itex], presumably you have some physical system in which the particle exists in an eigenstate of [itex]\Omega[/itex] rather than an eigenstate of the Hamiltonian. Since [itex]\Omega[/itex] and [itex]H[/itex] are non-commuting operators, you wouldn't be able to measure the eigenvalues of [itex]H[/itex] (the energies) directly (just like position and momentum). I can't think of a realistic example that matches your problem off the top of my head, but I'm sure you could look one up online somewhere (although that's probably best left for after you actually do the problem :wink:).
 
  • #3
Thank you Diazona for your reply,

Firstly, sorry- I wrote the problem wrong, it should actually be
H = i[tex]\Delta[/tex](|w1><w2| - |w2><w1|)

in which case, is my matrix correct?

I still can't manage to get linearly independent eigenvectors... Also your explanation made quite a lot of sense to me, thank you immensely. Can you give me an example of two commuting operators where I COULD directly get the value of one from the other?
 
Last edited:
  • #4
yeahhyeahyeah said:
Firstly, sorry- I wrote the problem wrong, it should actually be
H = i[tex]\Delta[/tex](|w1><w2| - |w2><w1|)

in which case, is my matrix correct?
Yep, in that case it looks good.
yeahhyeahyeah said:
I still can't manage to get linearly independent eigenvectors...
The correct eigenvectors are linearly independent. Without seeing the details of your work, I can't tell you any more.
yeahhyeahyeah said:
Also your explanation made quite a lot of sense to me, thank you immensely. Can you give me an example of two commuting operators where I COULD directly get the value of one from the other?
What I had in mind there was something like angular momentum and the Hamiltonian for the hydrogen atom. Those two operators commute, so they have a set of common eigenstates: an electron can exist in a quantum state which is an eigenstate of both the Hamiltonian and the z-component of angular momentum at the same time.

By the way, nothing in the problem as given states that Ω does not commute with H. They might be commuting operators. I was just trying to come up with a situation in which this sort of calculation might be justified, and the non-commutativity of the operators was the first thing that sprang to mind, so I just put that assumption in myself.

To be perfectly honest, all this is probably more of a mathematical exercise than anything else. Real systems tend to be more complicated.
 
  • #5
Okay- I guess I was being stupid and trying to make them also orthogonal to each other. I assumed that the Hamiltonian had to be Hermitian- but the matrix I obtained isn't symmetric, (by the way, why not, I thought the Hamiltonian counts as an observable and has to be Hermitian?)

So I got |E1> = 1/(sqrt(2))( 1|w1> + i|w2>)
and |E2> = 1/(sqrt2))( i|w1> + 1|w2>)
 
  • #6
Your Hamiltionian is hermitian. There's a factor of i in it, so it won't be symmetric.
 
  • #7
yeahhyeahyeah said:
Okay- I guess I was being stupid and trying to make them also orthogonal to each other. I assumed that the Hamiltonian had to be Hermitian- but the matrix I obtained isn't symmetric, (by the way, why not, I thought the Hamiltonian counts as an observable and has to be Hermitian?)

So I got |E1> = 1/(sqrt(2))( 1|w1> + i|w2>)
and |E2> = 1/(sqrt2))( i|w1> + 1|w2>)
Yep, those look right. And actually, they are orthogonal, with respect to the inner product
[tex]\langle a \vert b \rangle = a^\dagger b = (a^*)^T b[/tex]
which is the one we generally use for state vectors in quantum mechanics. I think you may be forgetting to take the complex conjugate when you transpose one of the eigenvectors.
 

1. What is the purpose of finding the eigenvectors of a Hamiltonian operator?

Finding the eigenvectors of a Hamiltonian operator is important in quantum mechanics as it allows us to determine the allowed energy states of a quantum system. These energy states are represented by the eigenvectors of the Hamiltonian operator.

2. How are the eigenvectors of a Hamiltonian operator calculated?

The eigenvectors of a Hamiltonian operator are calculated by solving the corresponding eigenvalue equation, where the operator acts on the eigenvector and returns a scalar multiple of the same eigenvector. This scalar multiple is known as the eigenvalue.

3. Can the eigenvectors of a Hamiltonian operator change over time?

No, the eigenvectors of a Hamiltonian operator are constant and do not change over time. However, the coefficients of the eigenvectors may change, which indicates a change in the probability of the system being in a particular energy state.

4. What is the physical significance of the eigenvectors of a Hamiltonian operator?

The eigenvectors of a Hamiltonian operator represent the energy states of a quantum system. They are also related to the probability amplitudes of the system being in a particular energy state. The square of the coefficient of an eigenvector gives the probability of finding the system in that energy state upon measurement.

5. Can the eigenvectors of a Hamiltonian operator be used to predict the behavior of a quantum system?

Yes, the eigenvectors of a Hamiltonian operator can be used to predict the behavior of a quantum system. By solving the time-dependent Schrödinger equation using the eigenvectors and eigenvalues of the Hamiltonian operator, we can calculate the evolution of the system over time and make predictions about its behavior.

Similar threads

  • Advanced Physics Homework Help
Replies
13
Views
1K
  • Advanced Physics Homework Help
Replies
3
Views
1K
  • Advanced Physics Homework Help
Replies
14
Views
1K
  • Advanced Physics Homework Help
Replies
3
Views
1K
  • Advanced Physics Homework Help
Replies
1
Views
1K
  • Advanced Physics Homework Help
Replies
1
Views
2K
  • Advanced Physics Homework Help
Replies
4
Views
1K
  • Quantum Physics
Replies
10
Views
2K
  • Advanced Physics Homework Help
Replies
1
Views
3K
  • Advanced Physics Homework Help
Replies
3
Views
2K
Back
Top