Why Does (u,v) = -u2v2 Not Qualify as an Inner Product in R2?

In summary, the given inner product (u,v)=-u2v2 does not satisfy axiom 4, which states that the inner product of a vector with itself (v,v) must be greater than or equal to 0. This is demonstrated by the example of u=(1,2) and v=(2,2) where the inner product is -4, violating the axiom. However, this does not mean that the inner product of two arbitrary vectors cannot be negative, it just cannot be negative indefinitely.
  • #1
ephemeral1
28
0

Homework Statement


State why (u,v) is not an inner product for u=(u1,u2) and v=(v1,v2) in R2
(u,v)=-u2v2

Homework Equations


(u,v)=(v,u)
c(u,v)=(cu,v)
(v,v)=>0 and (v,v)=0 if only if v=0

The Attempt at a Solution


I am having trouble understanding this problem and how to start it. Please help. Thank you
 
Physics news on Phys.org
  • #2
I would think that axiom 4 is not satisfied.
if u=(1,2) and v=(2,2), then -u2v2=-4, which is less than 0, which violates axiom 4 that states (v,v) greater than or equal to 0. Is this right?
 
  • #3
I think the axiom you refer to only guarantees positive definiteness for the inner product of a vector with itself (v,v), though it shouldn't be hard to alter you argument to work in that case

note the inner product of 2 arbitrary vectors can be negative
 

FAQ: Why Does (u,v) = -u2v2 Not Qualify as an Inner Product in R2?

What is an inner product in linear algebra?

An inner product is a mathematical operation that takes two vectors as inputs and produces a scalar value as an output. It is also known as a dot product or scalar product. The inner product measures the degree of alignment between two vectors and is used in many applications, including geometry, physics, and machine learning.

How is the inner product calculated?

The inner product of two vectors, u and v, is calculated by taking the sum of the products of their corresponding components. This can be represented mathematically as u · v = u1v1 + u2v2 + ... + unvn. In other words, it is the sum of the products of each element in one vector with its corresponding element in the other vector.

What is the significance of the inner product in linear algebra?

The inner product has many important properties in linear algebra. It is used to define the length or magnitude of a vector, as well as the angle between two vectors. It is also used to define orthogonality, which is a fundamental concept in linear algebra. The inner product is also used to define projections and to find solutions to systems of linear equations.

How is the inner product related to the norm of a vector?

The inner product is used to calculate the norm, or length, of a vector. The norm of a vector is equal to the square root of the inner product of the vector with itself. This is known as the Euclidean norm or the L2 norm. The inner product can also be used to calculate other types of norms, such as the L1 norm or the maximum norm.

What are some applications of the inner product in real life?

The inner product has many practical applications in various fields. In physics, it is used to calculate work and energy. In computer graphics, it is used to determine lighting and shading. In machine learning, it is used in algorithms such as linear regression and support vector machines. The inner product is also used in signal processing, optimization, and many other areas of science and engineering.

Back
Top