The cross product is an operation that acts on vectors in three dimensions and results in another vector in three dimensions. In contrast to the dot product, the cross product is restricted to vectors in three dimensions. Consider three-dimensional vectors a=[a1,a2,a3] and b=[b1,b2,b3] and let θ be the angle between a and b. The geometric interpretation of the cross product is a vector a×b that is perpendicular to both a and b (using the right hand rule), and has norm ∥a∥∥b∥sinθ.
The algebraic interpretation of the cross product is a vector obtained by the formula:
Now, we can use various properties about determinants to prove properties of the cross product. For example, we can verify that the cross product is distributive over addition, i.e.,
a×(b+c)=a×b+a×c.
The cross product satisfies the following properties:
Since sinθ is an odd function, we have a×b=−b×a.
What happens if b=a? We can no longer determine the unique direction of a vector that is perpendicular to a (remember that we are in three dimensions), and the geometric interpretation seems unclear. However, a×a has norm ∥a∥∥a∥sin(0)=0 and thus a×a=0.
If a×b=0, what can we say about a and b? By definition, a×b=0 implies ∥a∥∥b∥sinθ=0. Therefore,
a×b=0 if and only if a=0 or b=0 or a is parallel to b.
Worked Examples
1. Show that ∥a×b∥ is the positive area of the parallelogram having sides a and b.
Solution: We know the area of the triangle bounded by vectors a and b is given by 21∥a∥∥b∥sinθ. Hence, the area of the parallelogram is ∥a∥∥b∥sinθ, which is the norm of a×b, i.e. ∥a×b∥.
It is interesting that while area is a two-dimensional property, this uses a three-dimensional calculation.
2. Show that the cancellation law doesn't hold. If a×b=a×c and a=0, what can we say about the vectors a,b,c?
We have that a×(b−c)=0. From the remark, since a=0, we either have b−c=0 or a is parallel to b−c. In the first case, we get b=c, and in the second case, we get c=b+ka for some value k∈R.
Solution. This follows immediately, since ∥a×b∥2=(∥a∥∥b∥sinθ)2, (a⋅b)2=(∥a∥∥b∥cosθ)2, and cos2θ+sin2θ=1.
4. Show the equivalence of the geometric interpretation and the algebraic interpretation of the cross product.
We need to show that the geometric and algebraic definitions give vectors with the same magnitude and direction. To check direction, we will show that both vectors are perpendicular to a and b. This is given in the definition of the geometric interpretation. For the algebraic interpretation, taking the dot product gives
This discussion board is a place to discuss our Daily Challenges and the math and science
related to those challenges. Explanations are more than just a solution — they should
explain the steps and thinking strategies that you used to obtain the solution. Comments
should further the discussion of math and science.
When posting on Brilliant:
Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.
Markdown
Appears as
*italics* or _italics_
italics
**bold** or __bold__
bold
- bulleted - list
bulleted
list
1. numbered 2. list
numbered
list
Note: you must add a full line of space before and after lists for them to show up correctly
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
There are no comments in this discussion.