Processing math: 100%

Tuesday, February 21, 2012

An Example of that the Projection Operator is Independent of the Chosen Basis of the Subspace

Say we want to find the projection operator onto the V =xy-plane. If one uses the simplest orthonormal basis as B={x,y}. x=(100)y=(010), the projection operator becomes ProjV(v) MVv.  MV=|xx|+|yy|=xx+yy=(100)(100)+(010)(010)=(100000000)+(000010000)=(100010000)
Lets pick another basis B={u1,u2}u1=(cosθsinθ0)u2=(sinθcosθ0)MV=|u1u1|+|u2u2|=u1u1+u2u2=(cosθsinθ0)(cosθsinθ0)+(sinθcosθ0)(sinθcosθ0)=(cosθ2cosθsinθ0cosθsinθcosθ20000)+(sinθ2cosθsinθ0cosθsinθsinθ20000)=(100010000)
As we see, the answer is independent of θ hence we get the same projection operator for all possible orthonormal basis that span the xy-plane.

In QM, to get the probabilities we calculate the square of the norm of a vector, vV2. It can either be found by first finding the projection operator, then getting the projected component and then getting its norm etc. The end result is sandwiching the projection operator with the state (expectation value of the projection) ψ|MV|ψ. Or by finding the projected vector's components on the orthonormal basis first by taking the inner product of the vector with each element of the basis.
Say rV is the projection of a vector r onto xy-plane. Let us express it in two different basis (corresponding to two different θ values) that span onto the xy-plane. rV,u1 =u1|r =u1rrV,u2 =u2|r =u2r. And same relations for wis. The norm square is rV2=rV|rV=rV,u12+rV,u22=|u1|r|2+|u2|r|2=r|u1u1|r+r|u2u2|r=r|(|u1u1|+|u2u2|)|rr|MV|r
Pythagorean law applies here. For any basis the square of the sides will be equal to the square of the hypotenuse, which is the square norm that we are looking. Therefore these two methods of probability calculation are equivalent. |u1|ψ|2+|u2|ψ|2 ψ|MV|ψ. According to Euclidean geometry this is correct for any dimensional subspaces. Ki|ui|ψ|2=ψ|MV|ψ.

No comments:

Post a Comment