For vectors ( x 1 , y 1 , z 1 ) and ( x 2 , y 2 , z 2 ) in R 3 , define the cross product × as such:
( x 1 , y 1 , z 1 ) × ( x 2 , y 2 , z 2 ) = ( y 1 z 2 − z 1 y 2 , z 1 x 2 − x 1 z 2 , x 1 y 2 − y 1 x 2 )
Does R 3 form a group under the cross product?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
A group G with some binary operator ∗ is defined by the 3 group axioms:
∀ a , b , c ∈ G ( ( a ∗ b ) ∗ c = a ∗ ( b ∗ c ) ) This means that the operator is associative.
∃ e ∈ G ∀ a ∈ G ( a ∗ e = e ∗ a = a ) This means that there exists an identity element.
∀ a ∈ G ∃ b ∈ G ( a ∗ b = b ∗ a = e ) This means that there exists an inverse element.
Another way to show that ( R 3 , × ) is not a group is to show that product of any vector with the zero vector ( 0 , 0 , 0 ) is the zero vector, so no inverse element exists for it.
Problem Loading...
Note Loading...
Set Loading...
The cross product of two vectors is orthogonal to the original two vectors, so an identity element cannot exist.