SOLUTION: Find the scalar and vector products of the vectors A and B, where A = 2i + j + k and B = 4i + 2j - 3k, also find the angle between A and B
Algebra ->
Vectors
-> SOLUTION: Find the scalar and vector products of the vectors A and B, where A = 2i + j + k and B = 4i + 2j - 3k, also find the angle between A and B
Log On
Question 1114531: Find the scalar and vector products of the vectors A and B, where A = 2i + j + k and B = 4i + 2j - 3k, also find the angle between A and B Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! Find the scalar and vector products of the vectors A and B, where
A = 2i + j + k and
B = 4i + 2j - 3k, also find the angle between A and B
-------------
Scalar or dot product = 2*4 + 1*2 + 1*-3 = 7
------
The cosine of the angle is the dot product over the magnitude product.
cos(t) = (A dot B)/(|A|*|B|)
|A| = sqrt(2^2 + 1^1 + 1^2) = sqrt(6)
|B| = sqrt(4^2 + 2^2 + 3^2) = sqrt(29)
cos = 7/sqrt(6*29)
Angle =~ 57.95º
==========================
Vector or Cross Product: