What is the length of the vector (1,i) and why can it still be normalized?

In summary, the length of a complex vector is calculated by taking the square root of the sum of the squares of its components. Therefore, the vector (1,i) does have a nonzero length and can be normalized to 1/√2 (1,i).
  • #1
DocZaius
365
11
I have a vector (1,i) and need to normalize it. I am being told that the answer is 1/(sqrt(2)) (1,i) but it seems clear to me that the vector's length is 0 and thus can't be normalized. What am i missing?
 
Physics news on Phys.org
  • #2
DocZaius said:
I have a vector (1,i) and need to normalize it. I am being told that the answer is 1/(sqrt(2)) (1,i) but it seems clear to me that the vector's length is 0 and thus can't be normalized. What am i missing?

Hi DocZaius! :smile:

The length of a vector containing complex numbers is defined slightly different.

From http://en.wikipedia.org/wiki/Norm_(mathematics):
On an n-dimensional complex space ℂn the most common norm is
$$\|\boldsymbol{z}\| := \sqrt{|z_1|^2 + \cdots + |z_n|^2}= \sqrt{z_1 \bar z_1 + \cdots + z_n \bar z_n}.$$
 
  • #3
Thanks!
 
  • #4
The absolute value |z| of a complex number z=a+ib is defined by ##|z|=\sqrt{a^2+b^2}##, or equivalently, by ##|z|=\sqrt{z^*z}##, where z*=a-ib is the complex conjugate of z.
 
  • #5


The length of a vector is typically calculated using the Pythagorean theorem, which states that the length of a vector (a,b) can be found by taking the square root of the sum of the squares of its components, or √(a^2 + b^2). In this case, the vector (1,i) has components of 1 and i, so its length would be √(1^2 + i^2) = √(1 + (-1)) = √2. Therefore, the length of the vector (1,i) is indeed √2, not 0. The normalization process involves dividing each component of the vector by its length, so the normalized vector would be (1/√2, i/√2). This is equivalent to the answer you were given, 1/(√2) (1,i). It is important to note that the length of a vector is not the same as its magnitude, which is the absolute value of its components. In this case, the magnitude of the vector (1,i) is 1, but its length is √2. Therefore, there is no contradiction in the given answer and the length of the vector (1,i) can indeed be normalized.
 

FAQ: What is the length of the vector (1,i) and why can it still be normalized?

What is the length of the vector (1,i)?

The length of a vector is also known as its magnitude, which can be calculated using the Pythagorean theorem. For the vector (1,i), the magnitude is equal to the square root of (1^2 + i^2), which simplifies to √2.

How do you find the length of a complex vector like (1,i)?

To find the length of a complex vector, you can use the formula √(a^2 + b^2), where a and b are the real and imaginary components of the vector, respectively. In the case of (1,i), a=1 and b=1, so the length is √2.

Can the length of a vector be negative?

No, the length or magnitude of a vector can never be negative. It represents the distance from the origin to the endpoint of the vector, which is always a positive value.

Is the length of a vector the same as its direction?

No, the length and direction of a vector are two different properties. The length represents the magnitude or size of the vector, while the direction represents the angle at which the vector points from the origin.

How does the length of a vector affect its operations?

The length of a vector affects its operations in various ways. For example, when adding or subtracting vectors, their lengths must be equal for the operation to be valid. Additionally, the length of a vector can also determine its scaling factor in scalar multiplication.

Similar threads

Back
Top