Identity Operator: Vector Expressions in Basis A

  • Thread starter Thread starter aaaa202
  • Start date Start date
  • Tags Tags
    Identity Operator
aaaa202
Messages
1,144
Reaction score
2
I was wondering about this: The identity operator writes a vector in the basis that is used to express the identity operator:
1 = Ʃlei><eil
But if you are to apply it to a vector in a given basis A should the lei> then be expressed in terms of their own basis or in terms of A?
 
Physics news on Phys.org
aaaa202 said:
I was wondering about this: The identity operator writes a vector in the basis that is used to express the identity operator:
1 = Ʃlei><eil
But if you are to apply it to a vector in a given basis A should the lei> then be expressed in terms of their own basis or in terms of A?

It doesn't really matter as long as you can calculate the inner products.
Maybe an example might help you. (Since I'm not a physicist, I don't know what the correct notation is for bra-ket, but I'll try).

Take the following basis
e_1=(1,0,0),~~ e_2=(1,1,0),~~ e_3= (1,1,1)
Take the inner product
&lt;(a,b,c)|(x,y,z)&gt;=ax+by+cz
This formulation of the inner product is going to be dependent on the basis of course.

Anyway, let's calculate
(|e_2&gt;&lt;e_2|)|a&gt;

where a is given by (1,2,3). Then we get
&lt;e2|a&gt;=1*1+1*2+0*3=3

So |e_2&gt;&lt;e_2|a&gt;= 3|e_2&gt;=(3,3,0).

Now what if a is given in terms of another basis? So what if

a=e_1+2e_2+3e_3

One possibility is to write a in the normal basis, then we get

a=(1,0,0)+(2,2,0)+(3,3,3)=(6,5,3)

and then calculate as usual:

|e_2&gt;&lt;e_2|a&gt;=(11,11,0)

Another possibility is to write the inner product in terms of the basis \{e_1,e_2,e_3\}. That is, find a formula for

&lt;ae_1+be_2+ce_3|xe_1+ye_2+ze_3&gt;

and then you can calculate |e_2&gt;&lt;e_2|a&gt; without converting to another basis.

Does this answer your question?
 
Not at all. You just have to be consistent about how you do your inner products. Let's say you have vector |b> expressed as linear combination of |ai> that are the basis of A. In other words, |b> = \displaystyle\small \sum_ibi|ai>, where bi=<b|ai> are the components of |b> in basis A. Now you want to apply unit operator consisting of your |ei> vectors. Fine. You get I|b> = \displaystyle\small \sum_{ij}|ei><ei|aj><aj|b>. The inner products <ei|aj> effectively take care of matching one basis to the other. In matrix form, these will form the transformation matrix from one basis to another.

Edit: micromass beat me to it.
 
aaaa202 said:
I was wondering about this: The identity operator writes a vector in the basis that is used to express the identity operator:
1 = Ʃlei><eil
But if you are to apply it to a vector in a given basis A should the lei> then be expressed in terms of their own basis or in terms of A?

There is one caveat, the completeness of basis only applies to orthonormal basis. If your basis are not mutually orthogonal, the sum of their outer product won't come to unity. But in QM, this is usually satisfied.
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. Towards the end of the first lecture for the Qiskit Global Summer School 2025, Foundations of Quantum Mechanics, Olivia Lanes (Global Lead, Content and Education IBM) stated... Source: https://www.physicsforums.com/insights/quantum-entanglement-is-a-kinematic-fact-not-a-dynamical-effect/ by @RUTA
If we release an electron around a positively charged sphere, the initial state of electron is a linear combination of Hydrogen-like states. According to quantum mechanics, evolution of time would not change this initial state because the potential is time independent. However, classically we expect the electron to collide with the sphere. So, it seems that the quantum and classics predict different behaviours!
Back
Top