Representation of vectors in a new basis using Dirac notation?

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
10 replies · 2K views
Vitani11
Messages
275
Reaction score
3

Homework Statement


I have a vector V with components v1, v2in some basis and I want to switch to a new (orthonormal) basis a,b whose components in the old basis are given. I want to find the representation of vector V in the new orthonormal basis i.e. find the components va,vb such that |v⟩ = va|a⟩+vb|b⟩.

Homework Equations


Original vector |v⟩ = (1+i)1 (√3+i)2
Vector |a⟩ = [(1+i√3)/4]1, [(-√3(1+i))/√8]2
Vector |b⟩ = [(√3(1+i))/√8]1[(i+√3)/4]2
new vector |v⟩ = va|a⟩+vb|b⟩.
Where the subscripts denote the row number.

The Attempt at a Solution


I took the inner product between the given vectors |a⟩ and |v⟩ for va and |b⟩ and |v⟩ for vb: va = ⟨a|v⟩ and vb=⟨b|v⟩ I don't think this is right - because for this to be true the new vector v using these components would have a norm which is invariant under the transformation and it does not.
 
Last edited:
on Phys.org
I just thought this was true - if I transform an orthonormal basis to a new one then I thought the norm shouldn't change.
 
I mentioned that the norm should be invariant because if I took the norm of the new vector generated by the process I stated above then it should be the same as the norm of the original vector v which it is not. So it is basically a way to check whether or not I performed the right calculation to find the new vector. The norm of of the new vector that I generated is not invariant with respect to the original vector v. So I know I did something wrong there. I just want to know how to find the representation of the given vector v in terms of a new orthonormal basis a and b.
 
Why would the inner product between the original vector v and the new vectors a or b not give the correct answers for the components va and vb of the new basis (respectively)?
 
Vitani11 said:
Why would the inner product between the original vector v and the new vectors a or b not give the correct answers for the components va and vb of the new basis (respectively)?
How do you know the inner product between the original vector v and the new vectors does not give the correct answers? Where is your work that supports this claim? Maybe you made a mistake somewhere.
 
  • Like
Likes   Reactions: Vitani11
I took the inner product between the new vector and itself and the inner product of the original vector with itself and this gave answers that are really different. Is that not right?
 
I have added the vectors into the first post.
 
Vitani11 said:
Original vector |v⟩ = (1+i)1 (√3+i)2
It looks like you are unsure about DIrac notation.
This should be written as ##|v> = (1+i)|1> + (\sqrt{3}+i)|2> ##. Kets are not subscripts. Then
##<v|v> =[(1+i)^*<1| + (\sqrt{3}+i)^*<2| ][(1+i)|1> + (\sqrt{3}+i)|2>]##
Perhaps you did not realize that ##(a|v>)^*= a^*<v|##.
 
I know that. When you find that norm it turns out to be 6. I'm working out another trial right now.