I searched about the difference between state vector and basis vector in Quantum mechanics but couldn't find any clear explanation. Can someone please give a simple and clear explanation of this?
-
2Do you know what the basis of a vector space is? – Javier Oct 02 '18 at 13:20
-
@Javier , Yes,not rude, seriously, we need to know if you are familiar with the notion of "basis", because the answer can be really long if we need to explain basis, but else it's short enough. – FGSUZ Oct 02 '18 at 13:54
-
According to my understanding Basis are just like our x,y z coordinate. And a state vector is a vector that is expressed in these coordinates – herry Oct 02 '18 at 13:59
1 Answers
Basis vectors are a special set of vectors that have two properties:
- The vectors in the set are linearly independent (meaning you cannot write one vector as the linear combination of other vectors in the set)
- Every vector in the vector space can be written as a linear combination of these basis vectors
Basis vectors are widely used in linear algebra and are not unique to quantum mechanics.
When we start talking about state vectors in QM, like $|\psi\rangle$, we can choose to express this state vector in terms of any basis we want. In other words, for a discrete basis:
$$|\psi\rangle=\sum_i c_i|a_i\rangle$$
where $|a_i\rangle$ represents basis vector $i$, and $c_i$ is a coefficient saying "how much of $|a_i\rangle$ is in $|\psi\rangle$
Now it could be that $|\psi\rangle$ is equal to one of our basis vectors, say $|a_j\rangle$, so that $c_i=\delta_{i,j}$ and $$|\psi\rangle=\sum_i \delta_{i,j}|a_i\rangle=|a_j\rangle$$
We could even choose express this example in some other basis: $$|\psi\rangle=|a_j\rangle=\sum_id_i|b_i\rangle$$
So to answer the question: basis vectors are just a special set of vectors with the two properties listed above. Each basis vector could be a state vector, if the system is purely in that state, but it does not have to be that way. You can get the entire picture by being more general: state vectors can be expressed as linear combinations of basis vectors of whatever basis we choose to work in. This then covers the case for when our state vector is one of our basis vectors, since this is still the case of a linear combination. The choice of basis is completely subjective though (although some bases are better to work in than others for certain problems).

- 56,248
-
I was trying to understand this concept in terms of Heisenberg picture. According to my understanding in this picture operators(position x(t) and momentum p(t)) change with time but basis (x,y,z coordinates) remain fix. but in Shankar's book author has mentioned that in Heisenberg picture basis can rotate like state vectors. So in such basis,the vectors appear to be frozen. – herry Oct 02 '18 at 14:10
-
Shouldn't basis vectors remain fix in Heisenberg picture. Why thhe author says that vectors remain frozen.According to my understanding he should mention that basis should remain fix but vectors can rotate. So keeping this thing in my mind I posted above question . – herry Oct 02 '18 at 14:12
-
2@herry In the Heisenberg picture, operators evolve in time, but states don't; for that to be consistent with the Schrödinger picture, it is a natural consequence that the basis vectors also need to evolve in time. When you claim that vectors can rotate but the basis show remain fixed, you are implicitly coming back to Schrödinger picture. – Bruno De Souza Leão Oct 02 '18 at 14:26
-
@herry What Bruno says is correct. If you have further questions about this I would recommend asking a new question. Your current question does not mention anything about this. – BioPhysicist Oct 02 '18 at 14:27
-
@BrunoDeSouzaLeão how the rotation of the basis vector indicates that we are changing operator?If (x,y,z) are the basis vectors and R is a state vector does it mean that R is fix and I rotate x ,y and z by an equal angle suppose 90 degree or 30 degree. You statement has helped me in clearing this concept – herry Oct 02 '18 at 16:00
-
Does State vector represent the state of the system?means system's position and momentum? – herry Oct 02 '18 at 18:07
-
@herry The state vector tells you everything about the system. From it you can, in principle, know the probabilities of measuring any observable of the system. – BioPhysicist Oct 02 '18 at 18:13
-
So if it represent a system's position and momentum shouln't it rotate in Heiseberg picture? – herry Oct 03 '18 at 00:46
-
@herry Not if your basis vectors and operators are changing. Honestly it seems like you have an entirely new question. Comments on the answer of a different question is not the place to ask and answer new questions. Please just post a new question so others can give more in-depth answers that can't fit within comments. – BioPhysicist Oct 03 '18 at 00:50
-
1@herry You are implicitly defining the basis vectors as the eigenstates of a particular operator, so in order for them to change and still remain eigenstates of a certain operator, this operator in general will also be changing. But that should happen no matter what eigenbasis you pick, so that's why you should expect all operators to be changing with time (the reasoning usually goes the other way around, but I think that might be a little more illuminating to you) – Bruno De Souza Leão Oct 03 '18 at 01:51
-
@herry And just a little conceptual point: A quantum state cannot represent both position and momentum of a particle, due to the uncertainty principle -- you can either expand it in position eigenstates or in momentum eigenstates, but not both. The closest you can get, as Aaron pointed out, is to probabilities of certain measurements of observables (in particular, position and momentum). – Bruno De Souza Leão Oct 03 '18 at 01:54
-
But I also agree with Aaron that it is more appropriate that you post another question if you still have conceptual doubts about this issue, the comment session is really not the best place to have this conversation. – Bruno De Souza Leão Oct 03 '18 at 01:55
-
-
@herry If this answer is sufficient please consider up voting it and selecting it as the correct answer. – BioPhysicist Oct 03 '18 at 03:37
-
Nit: "Each basis vector could be a state vector" -- this is not true. We choose Dirac-normalized basis vectors all the time but a state vector has to be Kronecker-normalized. – Oct 21 '21 at 04:28
-