Solving a Complex Vector Problem: Finding the Magnitude of ix+y

  • Thread starter Thread starter fredrick08
  • Start date Start date
  • Tags Tags
    Vector
AI Thread Summary
To find the magnitude of the vector ix + y, where x = (i, 1, 1) and y = (1, i, 2), the calculation involves multiplying the resulting vector by its complex conjugate. The correct process leads to the expression for the magnitude being the square root of the sum of the squares of its components. After careful evaluation, the magnitude is confirmed to be 3. Participants in the discussion emphasize the importance of using the conjugate correctly when dealing with complex numbers in vector calculations. Overall, the final consensus is that the magnitude of ix + y is indeed 3.
fredrick08
Messages
374
Reaction score
0

Homework Statement


let x=(i,1,1) and y=(1,i,2)

find the magnitude of ix+y


The Attempt at a Solution



i(i,1,1)+(1,i,2)=(0,2i,2+i)

therefore mag sqrd = 0^2+(2i+2(-i))+(2+i)(2-i)=9 => magnitude = 3?

is this rite? i have completely forgotten when to take the conjugates... idk if I am not meant to take the conjugate of 2i, but i have to for 2+i... please can anyone reassure me.
 
Physics news on Phys.org
It doesn't look like you did it right... why don't you start by writing down the definition of the magnitude of a vector? Then remember that |a|^2 = a \bar{a}
 
magnitude of a vector is its length, normally would do pythagouras, but for complex the magnitude is sqr root of the vector*conjugate. i think
 
So why don't you write that out explicitly? That's not what you did in your original post. Work it out slowly
 
ok well i(i,1,1)dotproduct(1,i,2)=(-1,i,i)dotproduct(1,i,2)=(-1+1)i+(i+i)j+(2+i)k=(0,2i,2+i)

sqr root of that taking conjugates..(which not not sure about) = root(0^2+(2i*-2i)+((2+i)(2-i)))=root(0+4+5)=root(9)=3? i can't take it any slower then that, please can u tell me where i am going wrong
 
or r u sayingi have to take the conjugate when i multiply x by i?

then it would be root((1,i,i)dot(1,-i,-i)+(1,i,2)dot(1,-i,2))=root((1+1+1)+(1+1+4))=root(9)=3?? omg i don't know
 
anyone have any ideaS?
 
please anyone?
 
no one?
 
  • #10
fredrick08 said:
or r u sayingi have to take the conjugate when i multiply x by i?
I don't believe so. Your ix + y is the vector you want the magnitude of, so it's the one you want to multiply by its complex conjugate.
fredrick08 said:
then it would be root((1,i,i)dot(1,-i,-i)+(1,i,2)dot(1,-i,2))=root((1+1+1)+(1+1+4))=root(9)=3?? omg i don't know
I also get 3 for the magnitude of ix + y.
 
  • #11
ok thankyou very much = ) yes i thought so, just havnt done this stuff in so long, lost confidence.
 
Back
Top