Calculate 2C*(3AxB) for Vectors A, B, and C

  • Thread starter Thread starter jdawg
  • Start date Start date
  • Tags Tags
    Vectors
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 16K views
jdawg
Messages
366
Reaction score
2

Homework Statement


For the following three vectors, what is 2C*(3AxB)
A=3i+3j-4k
B=-3i+2j+3k
C=-6i-8j

**All of the capital letters are vectors**

Homework Equations





The Attempt at a Solution


2A=2(3i+3j-4k)
=6i+6j-8k

2AxB=(6i+6j-8k)*(-3i+2j+3k)

(6i)(-3i)+(6i)(2j)+(6i)(2k)+(6i)(-3i)+(6j)(2j)+(6j)(3k)+(-8k)(-3i)+(-8k)(2j)+(-8k)(3k)

(12k)+(-12j)+(18k)+(18i)+24j)+(16i)

34i+12j+30k

I don't really know what to do next, honestly I don't really understand what I did to get that far. I found an example problem and just kind of plugged stuff in... If you could explain to me how to work this problem that would be great!
 
Physics news on Phys.org
I'm confused. You ask what is 2C*(3AxB) and then you calculate 2AxB.
 
jdawg said:

Homework Statement


For the following three vectors, what is 2C*(3AxB)
A=3i+3j-4k
B=-3i+2j+3k
C=-6i-8j

**All of the capital letters are vectors**

The Attempt at a Solution


2A=2(3i+3j-4k)
=6i+6j-8k
Question, as written, does not call for 2A.

2AxB=(6i+6j-8k)*(-3i+2j+3k)

(6i)(-3i)+(6i)(2j)+(6i)(2k)+(6i)(-3i)+(6j)(2j)+(6j)(3k)+(-8k)(-3i)+(-8k)(2j)+(-8k)(3k)

(12k)+(-12j)+(18k)+(18i)+24j)+(16i)

34i+12j+30k

I don't really know what to do next, honestly I don't really understand what I did to get that far. I found an example problem and just kind of plugged stuff in... If you could explain to me how to work this problem that would be great!

Hmmm ... OK: You need quick primer lessons:

AxB indicates a cross product:


What the example you used did was start by multiplying out the brackets as usual ... then used the rules for the cross product of the unit vectors. so, using "x" to indicate cross product:
then ixi=jxj=kxk=0
and ixj=k, jxk=i, kxi=j
and kxj=-i, jxi=-k, ixk=-j
 
Last edited by a moderator:
SteamKing said:
I'm confused. You ask what is 2C*(3AxB) and then you calculate 2AxB.

Ohhh that might be part of my problem, I got this question mixed up with the example I was looking at.