Example 1 — Normal to two vectors
EasyProblem
Find a vector perpendicular to both and .
Solution
-
Two 3D vectors are given and a perpendicular direction is requested.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Do I have two 3D vectors and need a new vector perpendicular to both (or the area they span)?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
Apply the component formula .
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 — two arrows in, the perpendicular arrow out. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Crossing two flat arrows gives the arrow pointing out of their plane.