Finding Magnitude of v+iw in a Complex Inner Product Space

phagist_
Messages
24
Reaction score
0

Homework Statement


Let v,w be vectors in a complex inner product space such that ||v|| = 1,
||w|| = 3 and <v,w> = 1 + 2i. Find ||v + iw||.


Homework Equations


The properties of an inner product.


The Attempt at a Solution


I figured
||v+iw||^2 = <v+iw,v+iw>

Then using the properties of the inner product, I broke it up;

||v+iw||^2 = <v,v+iw>+<iw,v+iw>

and <v,v+iw> = <v,v> + <v,iw> and using the 'conjugate symmetry'
= <v,v> - i<v,w>
= 1-i(1+2i)
= 3-i

Now for <iw,v+iw>;
=i<w,v+iw>
=i{<w,v>+<w,iw>}
=i{1-2i - i<w,w>} (since <v,w>=\overline{&lt;w,v&gt;})
=i+2-9i
=2-8i

Now combining it all i get ||v+iw||^2 = 5-9i

But this is supposed to be the square of the magnitude of v+iw.. so it should be a real number right?

Can somebody help point out where I have gone wrong?
Cheers.
 
Physics news on Phys.org
phagist_ said:

Homework Statement


Let v,w be vectors in a complex inner product space such that ||v|| = 1,
||w|| = 3 and <v,w> = 1 + 2i. Find ||v + iw||.


Homework Equations


The properties of an inner product.


The Attempt at a Solution


I figured
||v+iw||^2 = <v+iw,v+iw>

Then using the properties of the inner product, I broke it up;

||v+iw||^2 = <v,v+iw>+<iw,v+iw>

and <v,v+iw> = <v,v> + <v,iw> and using the 'conjugate symmetry'
= <v,v> - i<v,w>
= 1-i(1+2i)
= 3-i

Now for <iw,v+iw>;
=i<w,v+iw>
=i{<w,v>+<w,iw>}
=i{1-2i - i<w,w>} (since <v,w>=\overline{&lt;w,v&gt;})
=i+2-9i
Here is your error. i(1- 2i- 9i)= i+ 2+ 9. You forgot the second i on the last term.

=2-8i

Now combining it all i get ||v+iw||^2 = 5-9i

But this is supposed to be the square of the magnitude of v+iw.. so it should be a real number right?

Can somebody help point out where I have gone wrong?
Cheers.
 
oops, thanks a lot halls!
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top