I have this problem and cant think of the solution. I hope someone can solve it.
Consider a vector A = {2; -3; 4}. Find the projection of vector A in vector B, which forms equal acute angles with the coordinate axes.
So I thought that to find the projection one should use the dot product:
A*B = |A||B| cos(t) , where |A| and |B| are the lengths of vectors and t is the angle between those vectors.
|A|*cos(t) = projection of A in B (I'l denote this as A(b)).
So:
A*B = A(b)|B|.
Since B = |B|B0 (where B0 is the unit vector of B), I thought that we can write the dot product as
A*B0|B| = A(b)|B|
The term |B| cancels out and we're left with
A(b) = A*B0
So then I thought that if vector B forms equal acute angles, they should all be equal to 45 degrees. And so the coordinates of vector B0 = {cos(45), cos(45), cos(45)}.
Then the dot product is:
A(b) = A*B0 = 2*cos(45) - 3*cos(45) + 4*cos(45) = 3*cos(45) = 3sqrt(2)/2.
BUT the textbook I'm using says the answer is sqrt(3).
So, can anyone help me please?
Consider a vector A = {2; -3; 4}. Find the projection of vector A in vector B, which forms equal acute angles with the coordinate axes.
So I thought that to find the projection one should use the dot product:
A*B = |A||B| cos(t) , where |A| and |B| are the lengths of vectors and t is the angle between those vectors.
|A|*cos(t) = projection of A in B (I'l denote this as A(b)).
So:
A*B = A(b)|B|.
Since B = |B|B0 (where B0 is the unit vector of B), I thought that we can write the dot product as
A*B0|B| = A(b)|B|
The term |B| cancels out and we're left with
A(b) = A*B0
So then I thought that if vector B forms equal acute angles, they should all be equal to 45 degrees. And so the coordinates of vector B0 = {cos(45), cos(45), cos(45)}.
Then the dot product is:
A(b) = A*B0 = 2*cos(45) - 3*cos(45) + 4*cos(45) = 3*cos(45) = 3sqrt(2)/2.
BUT the textbook I'm using says the answer is sqrt(3).
So, can anyone help me please?