Vector Multiplication
Problems
practice
- Write something.
- Write something.
- Derive the law of cosines from the dot product.
- Test the cross product for associativity by determining if this equation is true.
(A × B) × C ≟ A × (B × C)
numerical
- Two related questions.
- What is the angle between two vectors if their magnitudes are 3 and 4 and their cross product is 5?
- What unit does this cross product have if each vector was expressed in meters?
- Two related questions.
- What is the angle between two sides of a triangle if the lengths of the sides are 3 m and 4 m and the area of the triangle is 5 m2?
- What is the length of the remaining side?
algebraic
- Test the scalar-vector product for distributivity by determining if this equation is true.
(a + b)C ≟ (aC) + (bC)
- Test the scalar-vector product for associativity by determining if this equation is true.
a(bC) ≟ (ab)C
- Test the dot product for distributivity over addition by determining if this equation is true.
A ⋅ (B + C) ≟ (A ⋅ B) + (A ⋅ C)
- Test the cross product for distributivity over addition by determining if this equation is true.
A × (B + C) ≟ (A × B) + (A × C)