Vector Addition, Subtraction, and Scalar Multiplication Examples in Math
Start with the recap, study the fully worked examples, then use the practice problems to check your understanding of Vector Addition, Subtraction, and Scalar Multiplication.
This page combines explanation, solved examples, and follow-up practice so you can move from recognition to confident problem-solving in Math.
Concept Recap
Vectors are added and subtracted component by component. Scalar multiplication multiplies each component of a vector by a number. If \mathbf{u} = \langle u_1, u_2 \rangle and \mathbf{v} = \langle v_1, v_2 \rangle, then \mathbf{u} + \mathbf{v} = \langle u_1 + v_1, u_2 + v_2 \rangle and k\mathbf{u} = \langle ku_1, ku_2 \rangle.
Vectors are arrows with direction and magnitude. Adding two vectors is like walking along the first arrow, then continuing along the secondβyou end up at the tip of the combined arrow (tip-to-tail method). Scalar multiplication stretches or shrinks the arrow: 2\mathbf{v} is twice as long in the same direction, while -\mathbf{v} points the opposite way.
Read the full concept explanation βHow to Use These Examples
- Read the first worked example with the solution open so the structure is clear.
- Try the practice problems before revealing each solution.
- Use the related concepts and background knowledge badges if you feel stuck.
What to Focus On
Core idea: Vector operations work component by component, preserving geometric meaning: addition chains displacements, and scalars change magnitude.
Common stuck point: Vectors must have the same number of components to be added or subtracted. A 2D vector cannot be added to a 3D vector.
Sense of Study hint: Line up the components vertically and add or subtract each pair separately, like column addition.
Worked Examples
Example 1
easySolution
- 1 Step 1: 2\mathbf{u} = \langle 6, -2 \rangle.
- 2 Step 2: 2\mathbf{u} - \mathbf{v} = \langle 6 - 1, -2 - 4 \rangle = \langle 5, -6 \rangle.
- 3 Check: Each component is 2u_i - v_i β
Answer
Example 2
mediumPractice Problems
Try these problems on your own first, then open the solution to compare your method.
Example 1
easyExample 2
mediumBackground Knowledge
These ideas may be useful before you work through the harder examples.