Explanation of the cross product

AI Thread Summary
The cross product of two vectors A and B is defined to yield a vector that is orthogonal to both, reflecting its application in physics, particularly in calculating quantities like angular momentum and area. The magnitude of the cross product, given by AB sin(θ), represents the area of the parallelogram formed by the vectors A and B. The component form of the cross product, expressed as (a2b3 - a3b2, a3b1 - a1b3, a1b2 - a2b1), arises from the properties of vector multiplication and the need for a consistent orientation in three-dimensional space. The definitions of the cross product are motivated by the requirements of linearity and distributivity, ensuring it behaves predictably in various mathematical contexts. Understanding these properties clarifies the geometric interpretation of the cross product as an oriented area in three-dimensional space.
Forrest T
Messages
23
Reaction score
0
Can someone please explain to me the motivation for these definitions of the cross product?
Let A = (a1, a2, a3), B = (b1, b2, b3). Let A and B be the magnitudes of A and B, respectively, and let \theta be the angle between the vectors.

A X B = AB sin(\theta)

A X B = (a2b3 - a3b2, a3b1 - a1b3, a1b2 - a2b1)

As I understand it, the cross product was developed for application to situations in physics, in which two vectors produce a result perpendicular to both of them. Therefore, the cross product would be orthogonal to both vectors: A \cdot (A X B) = 0, and B \cdot (A X B) = 0. However, I do not understand the other properties of the cross product which led to these definitions. Thank you for your help.
 
Physics news on Phys.org
Good morning Forrest.

Taking your second formula first.

A vector (in this sense) is an ordered triple. That is it is three numbers bracketed together.

{p,q,r} where p, q and r are real numbers is a vector. You can regard p,q and r as its components.

That is exactly what you have in the second formula. The numbers given by the expression are the components of the vector which results from the cross product.

Your first formula needs further consideration, because as written it is incomplete.
ABsin(\theta) is not a vector.

It is the magnitude of the resultant vector.

If you want to make this formula into a vector one you must add a unit vector pointing in a direction given by a right handed system.

Edit
A X B = AB sin(θ) n


As it happens this magnitude is also the area of the parallelogram which has A and B as sides. This fact is sometimes used when we want directed areas and we use the associated unit vector to represent the unit normal to the area.

There are many good representations to this in this forum ad the question has been asked many times.
Have you tried the forum search facility?
 
Last edited:
Forrest T said:
Can someone please explain to me the motivation for these definitions of the cross product?
Let A = (a1, a2, a3), B = (b1, b2, b3). Let A and B be the magnitudes of A and B, respectively, and let \theta be the angle between the vectors.

A X B = AB sin(\theta)

A X B = (a2b3 - a3b2, a3b1 - a1b3, a1b2 - a2b1)

As I understand it, the cross product was developed for application to situations in physics, in which two vectors produce a result perpendicular to both of them. Therefore, the cross product would be orthogonal to both vectors: A \cdot (A X B) = 0, and B \cdot (A X B) = 0. However, I do not understand the other properties of the cross product which led to these definitions. Thank you for your help.

Hello Forrest,

Excellent question! I recently gave some thoughts on vector products (including the cross product) here:
https://www.physicsforums.com/showthread.php?t=509373
I'd like to expand on my thoughts a bit.

First: the kinds of physical examples that motivate using a cross product are typically some kind of area, or moment. Perhaps the best example is angular momentum: remember that Kepler's law says the area swept out per unit time is constant. So we will need a way to calculate this area! Specifically, the area swept out per unit time, with respect to some origin, will be (proportional to) an "area product" r \wedge v between the position vector r and the velocity vector v=\dot{r}.

With that application in the back of our mind: how do we go about constructing an "area product" a \wedge b? Let's start with a few properties we'd want any product to have:
  • a\wedge(b+c) = a\wedge b + a\wedge c (distributive over addition: areas add just like vectors do)
  • (\alpha a)\wedge b = a\wedge (\alpha b) = \alpha(a \wedge b) (linear in each argument: scale up an argument, and you scale up the area by the same factor)
Now, for an area product in particular, we can figure out a few additional properties we'd want. The strategy will be to figure out the area for certain special cases that we know, and then see if we can generalize.
  • a\wedge a = 0. Basically, you need two different vectors to span a nonzero area. Interestingly, this property implies that a \wedge b = - b \wedge a. In other words, if you make an area product, you automatically get a sense of orientation to go along with it. (The area from a to b is minus the area from b to a).
  • a\wedge b = ab whenever a\cdot b=0. This is because whenever two vectors are perpendicular, our "area product" is just the familiar area of a rectangle.

Now we already have your first definition implied. To see why, let's choose a convenient basis to make the calculations easier. (We can choose any basis we want, of course, without affecting the final result.) Our basis should have the following properties:
  • Orthonormal: e_1 \cdot e_1 = 1 and e_1 \cdot e_2 = 0, etc.
  • e_1 is aligned along a, so we can write a = |a| e_1
  • e_2 is in the plane formed by a and b, so we can write b = |b|(\cos\theta e_1 + \sin\theta e_2)
Now we simply form our area product, remembering that e_1 \wedge e_1 = 0:
a \wedge b = |a||b|\sin\theta (e_1 \wedge e_2)

Here, the (e_1 \wedge e_2) factor is shorthand for "the plane spanned by e_1 and e_2". If we decide to replace that factor with a normal to that plane, then we have the cross product.

As for your second definition: now we'll let the basis vectors be completely arbitrary. Write
<br /> \begin{align}<br /> a &amp;= a_1e_1 + a_2e_2 + a_3e_3 \\<br /> b &amp;= b_1e_1 + b_2e_2 + b_3e_3 <br /> \end{align}<br />
Simply do the brute force multiplication, then simplify by remembering that, for instance, e_1 \wedge e_2 = -e_2 \wedge e_1 and collecting like terms. You'll end up with three terms, one of which is
(a_1b_2 - a_2b_1)(e_1 \wedge e_2)
This is where your second definition (the one in terms of components) comes from. You can consider (a_1b_2 - a_2b_1) to be the "(e_1 \wedge e_2)-component" of the area product. And of course, if you turned your area product into a cross product by taking surface normals, it would be the "e_3-component" of your cross product.

So to summarize: we wanted an "area product", so we could do computations with things like angular momentum (and torques, and electromagnetic fields, and so on). We wanted it to have a few friendly properties we'd want in pretty much any product (distributivity and linearity). And we insisted that it give the right answer in simple special cases (zero area for parallel edges, and "rectangle area" for perpendicular vectors). From these requirements, your definitions popped out. We got the "geometric" one by choosing a particular convenient basis, and we got the "component" one by checking the result for an arbitrary basis.
 
Very good explanation, Chogg. Anything using the cross product is really describing an oriented area (with the orientation describing a direction of rotation - go east then north and you're going around the block counterclockwise as seen from above, go north then east and you're going clockwise, so a^b= -b^a). In 3D (and maybe 7D) we can represent that area with a vector normal to that plane of rotation, but it isn't a general solution. It does not work in 2D or 4D, for example. And the axial vectors we get are not the same sort of vectors as the ones we started with, leading to endless confusion.

Here's a nice, brief introduction to geometric algebra and the outer (^) product with links to more information: http://docs.google.com/viewer?a=v&q...GnAS1&sig=AHIEtbR9J_hnIFMQ-aqs1f8cVUZEJIy4NQ"
 
Last edited by a moderator:
could you explain why the cross product is equal to the area of the parallelogram formed by A and B
 
Thread 'Gauss' law seems to imply instantaneous electric field propagation'
Imagine a charged sphere at the origin connected through an open switch to a vertical grounded wire. We wish to find an expression for the horizontal component of the electric field at a distance ##\mathbf{r}## from the sphere as it discharges. By using the Lorenz gauge condition: $$\nabla \cdot \mathbf{A} + \frac{1}{c^2}\frac{\partial \phi}{\partial t}=0\tag{1}$$ we find the following retarded solutions to the Maxwell equations If we assume that...
Thread 'A scenario of non-uniform circular motion'
(All the needed diagrams are posted below) My friend came up with the following scenario. Imagine a fixed point and a perfectly rigid rod of a certain length extending radially outwards from this fixed point(it is attached to the fixed point). To the free end of the fixed rod, an object is present and it is capable of changing it's speed(by thruster say or any convenient method. And ignore any resistance). It starts with a certain speed but say it's speed continuously increases as it goes...
Maxwell’s equations imply the following wave equation for the electric field $$\nabla^2\mathbf{E}-\frac{1}{c^2}\frac{\partial^2\mathbf{E}}{\partial t^2} = \frac{1}{\varepsilon_0}\nabla\rho+\mu_0\frac{\partial\mathbf J}{\partial t}.\tag{1}$$ I wonder if eqn.##(1)## can be split into the following transverse part $$\nabla^2\mathbf{E}_T-\frac{1}{c^2}\frac{\partial^2\mathbf{E}_T}{\partial t^2} = \mu_0\frac{\partial\mathbf{J}_T}{\partial t}\tag{2}$$ and longitudinal part...
Back
Top