Problems about eigenvector in quantum mechanics

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
4 replies · 2K views
wowowo2006
Messages
13
Reaction score
0
I am learning about the basic quantum mechanics
I know that an operator ,call it M^, is generally a matrix
And we also can be represent it b a matrix representation M, associated with certain basis |e>

M^ = sigma ( Mij |e> <e|)
I,j
Where Mij is matrix element of M

So now I wonder which matrix should I use, M^ or M
To find the eigenvector?
 
Physics news on Phys.org
An operator [itex]\hat M[/itex] is an object that takes a vector and gives another vector. It is not a matrix but it has a matrix representation which depends on the base set used. If the base set is [itex]\{|n\rangle\}_{n=0}^{\infty}[/itex], the matrix elements of [itex]\hat M[/itex] in this basis are [itex]M_{mn}=\langle m | \hat M | n \rangle[/itex]. This is the only matrix associated to [itex]\hat M[/itex](up to change of basis, of course).
 
Shyan said:
An operator [itex]\hat M[/itex] is an object that takes a vector and gives another vector. It is not a matrix but it has a matrix representation which depends on the base set used. If the base set is [itex]\{|n\rangle\}_{n=0}^{\infty}[/itex], the matrix elements of [itex]\hat M[/itex] in this basis are [itex]M_{mn}=\langle m | \hat M | n \rangle[/itex]. This is the only matrix associated to [itex]\hat M[/itex](up to change of basis, of course).
So that means,
When I change the basis, the matrix representation change
So do the eigenvector changes too?
 
wowowo2006 said:
So that means,
When I change the basis, the matrix representation change
So do the eigenvector changes too?

I see what's your problem.
You should be able to distinguish between abstract mathematical constructs and their representations. The operators and vectors are entities independent of their representations. They don't change when you change basis, its just that their components w.r.t. different bases are different. Its like vectors in Euclidean space. They are the same no matter you use a particular set i,j,k or another set rotated w.r.t. to the first one. The vector is the same, only the component changes to comply with the change of basis.
So no, eigenvectors do not change, they only have different components w.r.t. to different bases.
 
Let's clarify this issue a bit. You have a linear operator on Hilbert space (usually defined on a dense subset). This we denote with [itex]\hat{A}[/itex]. Then you can choose any representation you like by taking a complete orthonormal set [itex]|u_{j} \rangle[/itex] of vectors, fulfilling
[tex]\langle u_j | u_k \rangle=\delta_{jk}, \quad \sum_{j} |u_j \rangle \langle u_j|=\hat{1}.[/tex]
Now you can represent the operator in terms of its matrix elements with respect to this basis,
[tex]A_{jk}=\langle u_j |\hat{A} u_k \rangle.[/tex]
You get back the operator by inserting two identity operators in terms of the completeness relation for the basis,
[tex]\hat{A}=\sum_{j,k} |u_j \rangle \langle j|\hat{M} u_k \rangle \langle u_k |=\sum_{jk} M_{jk} |u_j \rangle \langle u_k|.[/tex]
I hope, now at least the formalities are a bit more clear.