Cross Product of Two Vectors: Finding Component Along Direction of C

Midas_Touch
I have two vectors A = 2x + 3y - 4z and B = -6x - 4y + z. The problem asks me to find the component of A X B along the direction of C = x - y + z. So I did put A and B into a matrix, but I didn't get the correct answer, which is -14.4. What am I doing wrong?
 
Physics news on Phys.org
First, find the vector D = A X B.
Then find the unit vector in the C direction.
Finally dot D with the unit vector of C.
 
mezarashi said:
First, find the vector D = A X B.
Then find the unit vector in the C direction.
Finally dot D with the unit vector of C.

I got -15 instead of -14.4 (the answer from the back of the book). I am not sure why it's a little off.
 
I can only suggest an algebriac mistake.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top