Dot/bilinear product in C^n / Orthogonality

In summary, there are two different ways to measure orthogonality between complex column vectors x and y in C^N: the standard dot product <x,y> = x*y and the bilinear product (x,y) = x'y. However, the bilinear product is not a valid inner product over C^N as it is not positive definite. This means that it fails to satisfy the condition <x,x> > 0 for all x unless x = 0, in which case <x,x> = 0 must be true.
  • #1
plelix
1
0
Say I have 2 complex (normalized) column vectors x and y in C^N:

The standard dot product <x,y> = x*y (where * denotes conjugate transpose) gives me a "measure of orthogonality" of the two vectors.

Now the bilinear product (c,y) = x'y (' denotes transpose) seems to give another "measure of orthogonality" for a somehow 'weaker' notion of orthogonality..

Can somebody point me in any direction to better grasp this concept, I'm having a hard time understanding this second "measure" ?
 
Physics news on Phys.org
  • #2
That is exactly one of the reasons why you need to take conjugates on complex vectors to have a valid way of defining an inner product on a vector space over C;
your second product (x,y) = x'y is not an inner product over C^n, because it is not positive definite ( take the norm of ( i , 0 ) for example ). As you can see, if it is not positive definite, it fails to be an inner product.
If you didn't know, or have forgotten, positive-definite means that your form satisfies <x,x> > 0 for all x unless x = 0, in which case <x,x> = 0 must be true.
 

FAQ: Dot/bilinear product in C^n / Orthogonality

What is the dot/bilinear product in C^n?

The dot product, also known as the inner product or scalar product, is a mathematical operation that takes two vectors and produces a scalar (single) value. In C^n, the dot product is defined as the sum of the products of the corresponding elements of two complex vectors. It can also be thought of as the projection of one vector onto the other.

How is the dot/bilinear product calculated in C^n?

In C^n, the dot product is calculated by multiplying the complex conjugate of the first vector with the second vector, and then taking the sum of the resulting products. This can be written as: ⟨u,v⟩ = ∑(u_i * v_i*), where u and v are complex vectors of length n, and * indicates the complex conjugate operation.

What is the significance of the dot/bilinear product in C^n?

The dot product has several important applications in mathematics and physics. It is used to calculate the length of a vector, to determine the angle between two vectors, and to test for orthogonality (perpendicularity) between two vectors. It is also used in linear algebra for matrix multiplication and projections.

What is orthogonality in C^n?

In C^n, orthogonality refers to the property of two vectors being perpendicular to each other. This means that their dot product is equal to 0. In geometric terms, this means that the two vectors form a right angle when plotted on a coordinate system. Orthogonality is an important concept in mathematics, particularly in linear algebra and vector calculus.

How is orthogonality related to the dot/bilinear product in C^n?

As mentioned earlier, the dot product of two vectors can be used to test for orthogonality. If the dot product of two vectors is equal to 0, then the vectors are orthogonal. This is because the dot product is 0 only when the two vectors are perpendicular to each other. Inversely, if the dot product is not equal to 0, then the vectors are not orthogonal and may be parallel or at some other angle to each other.

Similar threads

Replies
14
Views
2K
Replies
9
Views
2K
Replies
4
Views
2K
Replies
1
Views
762
Replies
52
Views
3K
Replies
2
Views
1K
Back
Top