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

  • Thread starter fredrick08
  • Start date
  • Tags
    Vector
Thankyou for your patienceIn summary, the magnitude of ix + y, where x = (i, 1, 1) and y = (1, i, 2), is equal to 3. This is found by taking the dot product of ix + y with its complex conjugate and taking the square root of the resulting sum.
  • #1
fredrick08
376
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
  • #2
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 [itex]|a|^2 = a \bar{a}[/itex]
 
  • #3
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
 
  • #4
So why don't you write that out explicitly? That's not what you did in your original post. Work it out slowly
 
  • #5
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
 
  • #6
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
 
  • #7
anyone have any ideaS?
 
  • #8
please anyone?
 
  • #9
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.
 

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

What is a simple complex vector problem?

A simple complex vector problem involves manipulating and solving equations involving vectors with complex components, such as real and imaginary numbers. These problems often require knowledge of complex arithmetic and vector operations.

What are some common operations involved in simple complex vector problems?

Some common operations involved in simple complex vector problems include addition, subtraction, scalar multiplication, dot product, and cross product. These operations are similar to those used in real vector problems, but with the addition of complex numbers.

How do you represent complex vectors?

Complex vectors are typically represented using a notation similar to real vectors, with an arrow over the letter indicating it is a vector, and a subscript indicating the component. For example, a complex vector may be represented as v = a + bi, where a and b are real numbers and i is the imaginary unit.

What are some real-world applications of simple complex vector problems?

Simple complex vector problems have many real-world applications, such as in physics, engineering, and computer graphics. They can be used to represent and analyze physical quantities, electrical circuits, and 3D objects, among others.

What are some tips for solving simple complex vector problems?

Some tips for solving simple complex vector problems include: understanding complex arithmetic, knowing vector operations, drawing diagrams to visualize the problem, and breaking down the problem into smaller steps. It may also be helpful to practice solving similar problems and seeking assistance from a teacher or tutor if needed.

Similar threads

Back
Top