Example 1 — Combine and scale vectors
EasyProblem
Given and , find .
Solution
-
Two vectors with a scalar multiple and a subtraction — work component by component.
Name the structure before touching arithmetic — that is what makes the right method obvious.
-
Ask the recognition question: Am I adding/subtracting matching components, or multiplying one vector by a single number?
If the answer is yes, the concept applies; the cue, not a keyword, decides the method.
-
, then subtract componentwise.
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 — add tip-to-tail; scale stretches the arrow. If it does not, revisit the recognition step before changing the arithmetic.
Answer
Takeaway: Scale each component, then add or subtract matching components.