SEC2_GYM · Vectors · VEC.DOT

Dot product and angles

Dot product and angles

Practice this skill
Intuition

Understand first, compress later.

Vectors encode direction and magnitude and can be read geometrically and algebraically.

Switch representations
Orthogonal projectionp = 0.5·b
-10123456-11234xy
a = (2, 3)b = (5, 1)projection p = (2.5, 0.5)remainder a − p (⟂ b)
The shadow of a along b is p = 0.5·b = (2.5, 0.5). What is left over, a − p = (−0.5, 2.5), is perpendicular to b — that is what makes p the closest point of the line through b.
Formal view

You can dot product and angles when you can recognise the underlying objects, select valid rules and check each step for equivalence or logical implication.

Why does it work?

This skill sits on a prerequisite network. If a step is unstable, repair the missing prerequisite instead of merely doing more items of the same type.