- #1
FaraDazed
- 347
- 2
Homework Statement
[itex] \vec{A}= \hat{i} + 2 \hat{j} \\
\vec{B}= \hat{j} + \hat{k} \\
\vec{C} = 2 \hat{k} + \hat{i} [/itex]
Verify that [itex] \vec{A} \cdot (\vec{B} \times \vec{C}) = \vec{B} \cdot (\vec{C} \times \vec{A}) [/itex]
Homework Equations
n/a
The Attempt at a Solution
I am getting something similar but not equal, I believe I must have made a simple stupid mistake somewhere, would appreciate a second pair of eyes, thanks :)
First what I did was rewrite the three vectors like so...
[itex]
\vec{A}= (1 \,\, , 2 \,\, , 0) \\
\vec{B}= (0 \,\, , 1 \,\, , 1) \\
\vec{C} = (1 \,\, , 0 \,\, , 2) [/itex]
Then just did [itex] \vec{B} \times \vec{C} [/itex] first...
[itex]\vec{B} \times \vec{C} = (2-0) \hat{i} - (0-1) \hat{j} + (0-1) \hat{k} = 2 \hat{i} + 1 \hat{j} - 1 \hat{k} = (2 \,\, , 1 \,\, , -1) [/itex]
And then did the dot product of that new vector with vector A
[itex]
\vec{A} \cdot (\vec{B} \times \vec{C}) = (1 \,\, , 2 \,\, , 0) \dot (2 \,\, , 1 \,\, , -1) = (2 \,\, , 2 \,\, , 0)
[/itex]
So I got (2, 2, 0) for the left hand side of the equation, now moving onto the right hand side I did the same process.
First I did just C x A...
[itex]
\vec{C} \times \vec{A} = (0-4) \hat{i} - (0-2) \hat{j} + (2-0) \hat{k} = -4 \hat{i} + 2 \hat{j} + 2 \hat{k} = (-4 \,\, , 2 \,\, , 2)
[/itex]
And then the dot product of that vector with B
[itex]
\vec{B} \cdot (\vec{C} \times \vec{A}) = (0 \,\, , 1 \,\, , 1) \cdot (-4 \,\, , 2 \,\, , 2) = (0 \,\, , 2 \,\, , 2)
[/itex]
And as you can see, (0, 2, 2) does not equal (2, 2, 0). Although now thinking about it, the magnitude of the vectors are equal but that is not what the question asked to verify; I was expecting two vectors exactly the same, i.e. (1, 4, 5) and (1, 4, 5), is that what I should get as the answer? Or have I already done it correctly?
Last edited by a moderator: