Cross Product Properties Question

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
6 replies · 2K views
Sho Kano
Messages
372
Reaction score
3

Homework Statement


[itex]A\cdot B\times C\quad =\quad 2\\ (2A+B)\quad \cdot \quad [(A-C)\quad \times \quad (2B+C)]\quad =\quad ?[/itex]

Homework Equations


Various cross product and dot product properties

The Attempt at a Solution


I've only managed to get so far, don't really know what to do next
[itex]A\cdot B\times C\quad =\quad 2\\ (2A+B)\quad \cdot \quad [(A-C)\quad \times \quad (2B+C)]\\ \\ =(2A+B)\quad \cdot \quad [(A-C)\times 2B\quad +\quad (A-C)\times C]\\ =(2A+B)\quad \cdot \quad [A\times 2B\quad -\quad C\times 2B\quad +\quad A\times C][/itex]
 
Physics news on Phys.org
Sho Kano said:

Homework Statement


[itex]A\cdot B\times C\quad =\quad 2\\ (2A+B)\quad \cdot \quad [(A-C)\quad \times \quad (2B+C)]\quad =\quad ?[/itex]

Homework Equations


Various cross product and dot product properties

The Attempt at a Solution


I've only managed to get so far, don't really know what to do next
[itex]A\cdot B\times C\quad =\quad 2\\ (2A+B)\quad \cdot \quad [(A-C)\quad \times \quad (2B+C)]\\ \\ =(2A+B)\quad \cdot \quad [(A-C)\times 2B\quad +\quad (A-C)\times C]\\ =(2A+B)\quad \cdot \quad [A\times 2B\quad -\quad C\times 2B\quad +\quad A\times C][/itex]
The scalar triple product has a very useful cyclic property. X.(YxZ)=Y.(ZxX)=Z.(XxY). Switching the cyclic order swaps the sign.
 
haruspex said:
The scalar triple product has a very useful cyclic property. X.(YxZ)=Y.(ZxX)=Z.(XxY). Switching the cyclic order swaps the sign.
I tried that already, the problem is I end up getting this mess after distributing
[itex]2A\cdot A\times 2B\quad -\quad 2A\cdot C\times 2B\quad +\quad 2A\cdot A\times C\quad +\quad B\cdot A\times 2B\quad -\quad B\cdot C\times 2B\quad +\quad B\cdot A\times C[/itex]
and there's no way of using the triple scalar product to simplify that, other than the second term
 
Sho Kano said:
I tried that already, the problem is I end up getting this mess after distributing
[itex]2A\cdot A\times 2B\quad -\quad 2A\cdot C\times 2B\quad +\quad 2A\cdot A\times C\quad +\quad B\cdot A\times 2B\quad -\quad B\cdot C\times 2B\quad +\quad B\cdot A\times C[/itex]
and there's no way of using the triple scalar product to simplify that, other than the second term
The first, third, fourth and fifth terms simplify so much using that hint that they disappear immediately. Post an attempt at using it on the first term.
 
haruspex said:
The first, third, fourth and fifth terms simplify so much using that hint that they disappear immediately. Post an attempt at using it on the first term.
OH they simplify to 0. I was too focused on matching the given information with the terms.
[itex]2A\cdot A\times B\\ =\quad 2[A\cdot A\times B]\\ =\quad 2[A\times A\cdot B]\\ =\quad 0[/itex]
So we are left with
[itex]-2A\cdot C\times 2B\quad +\quad B\cdot A\times C\\ =\quad -2A\cdot 2[C\times B]\quad +\quad B\cdot A\times C\\ =\quad -4[A\cdot C\times B]\quad +\quad B\cdot A\times C\\ =\quad -4[A\times C\cdot B]\quad +\quad A\times C\cdot B\\ =\quad -3[A\times C\cdot B]\\ =\quad -3[A\cdot C\times B]\\ =\quad -3[-(A\cdot B\times C)]\\ =\quad -3(-2)\\ =\quad 6[/itex]
 
Sho Kano said:
OH they simplify to 0. I was too focused on matching the given information with the terms.
[itex]2A\cdot A\times B\\ =\quad 2[A\cdot A\times B]\\ =\quad 2[A\times A\cdot B]\\ =\quad 0[/itex]
So we are left with
[itex]-2A\cdot C\times 2B\quad +\quad B\cdot A\times C\\ =\quad -2A\cdot 2[C\times B]\quad +\quad B\cdot A\times C\\ =\quad -4[A\cdot C\times B]\quad +\quad B\cdot A\times C\\ =\quad -4[A\times C\cdot B]\quad +\quad A\times C\cdot B\\ =\quad -3[A\times C\cdot B]\\ =\quad -3[A\cdot C\times B]\\ =\quad -3[-(A\cdot B\times C)]\\ =\quad -3(-2)\\ =\quad 6[/itex]
Looks right.
 
haruspex said:
Looks right.
Thanks, it turned out to be so simple!