Example 1 — Test for perpendicular
EasyProblem
Are and perpendicular?
Solution
-
Two vectors are given and the question is about the right angle between them.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Do I have two vectors and need one number measuring their directional agreement (not a new vector)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Compute the dot product by pairing like components: .
The rule is chosen only after the structure matches, so the steps mean something.
-
.
Keep units, shape, or answer form tied to the story so the work does not become symbol pushing.
-
Check the answer against the original question.
It should fit the mental model — how much two arrows agree in direction. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Yes — the dot product is 0, so they are perpendicular
Takeaway: A dot product of zero means the vectors meet at a right angle.