Cross Product Identity: Solving for (A X B)^2

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 26K views
Sirius24
Messages
14
Reaction score
0
I've been trying to find what the square of two cross products is and can't find it. Can anyone tell me the identity for
(A X B)^2 ?
 
Physics news on Phys.org
[itex]A \times B[/itex] is a vector, so do you want
[tex] (A \times B) \times (A \times B) ?[/tex]

If so, it's not too difficult. For any vector [itex]a[/itex], can you simplify [itex]a \times a[/itex]?

(For that matter, which definition of the cross product are you using?)
 
Sirius24 said:
I've been trying to find what the square of two cross products is and can't find it. Can anyone tell me the identity for
(A X B)^2 ?

You don't usually talk about squaring a vector. So you have to tell us what that notation means or otherwise correct your question. It might mean any of these:

|A x B|2
(A x B) dot (A x B)
(A x B) x (A x B)

or something else.
 
LCKurtz said:
You don't usually talk about squaring a vector. So you have to tell us what that notation means or otherwise correct your question. It might mean any of these:

|A x B|2
(A x B) dot (A x B)
(A x B) x (A x B)

or something else.

The notation is exactly as I posted it. My homework has two vectors, V1 and V2. The part I'm trying to work with says (V1 X V2)^2. I worked through (V1 X V2) dot (V1 X V2) and (V1 X V2) x (V1 X V2). The result is zero in either case for this problem, but will that always be the case?
 
Sirius24 said:
The notation is exactly as I posted it. My homework has two vectors, V1 and V2. The part I'm trying to work with says (V1 X V2)^2. I worked through (V1 X V2) dot (V1 X V2) and (V1 X V2) x (V1 X V2). The result is zero in either case for this problem, but will that always be the case?

That's not the point. You need to know what that notation means before it makes sense to calculate it. Answer this:

If A = 3i -2j + 5k, what is A2?

Somewhere you must have a definition of what you mean by squaring a vector.
 
LCKurtz said:
You don't usually talk about squaring a vector. So you have to tell us what that notation means or otherwise correct your question. It might mean any of these:

|A x B|2
(A x B) dot (A x B)
The first two of these are the same

(A x B) x (A x B)
True but probably not what was meant- especially since it is trivial.

or something else.
Assuming that "[itex]A^2[/itex]" for A a vector really means "(length of A) squared"
then we know that
[tex]|A\times B|= |A||B|sin(\theta)[/tex]
where [itex]\theta[/itex] is the angle between vectors A and B.

So
[tex](A\times B)^2= |A\times B|^2= |A|^2|B|^2 sin^2(\theta)[/tex]

You might also recall that
[tex]cos(\theta)= \frac{A\cdot B}{|A||B|}[/tex]
and, of course, [itex]sin^2(\theta)= 1- cos^2(\theta)[/itex].