H2 math vectors: Criteria for successful application of dot product

H2 math vectors: Criteria for successful application of dot product

Check our other pages :

Frequently Asked Questions

The dot product of two vectors **a** and **b** is a scalar quantity calculated as |**a**||**b**|cosθ, where θ is the angle between the vectors. It represents the projection of one vector onto another, scaled by the magnitude of the other vector.
Two vectors are perpendicular (orthogonal) if and only if their dot product is zero. This is because cos(90°) = 0.
The dot product is commutative (**a** · **b** = **b** · **a**), distributive (**a** · (**b** + **c**) = **a** · **b** + **a** · **c**), and scalar multiplication is associative (k(**a** · **b**) = (k**a**) · **b** = **a** · (k**b**)).
The angle θ between vectors **a** and **b** can be found using the formula: cosθ = (**a** · **b**) / (|**a**||**b**|). Then, θ = arccos((**a** · **b**) / (|**a**||**b**|)).
If **a** = (a₁, a₂, a₃) and **b** = (b₁, b₂, b₃), then **a** · **b** = a₁b₁ + a₂b₂ + a₃b₃.
Applications include finding the angle between lines and planes, determining the projection of a vector onto another, and solving geometric problems involving orthogonality and lengths.
The dot product can be used to find the foot of the perpendicular from the point to the line. This allows you to calculate the position vector of the foot and, subsequently, the shortest distance.