Vector Addition Formula

Vector addition combines vectors component-wise or head-to-tail to produce a resultant vector.

The Formula

a+b=a1+b1,,an+bn\vec a+\vec b=\langle a_1+b_1,\dots,a_n+b_n\rangle

When to use: Walk one arrow, then another; the single shortcut arrow is their sum.

Quick Example

2,1+1,3=1,4\langle 2, 1 \rangle + \langle -1, 3 \rangle = \langle 1, 4 \rangle — add xx-components, then yy-components.

Notation

a+b\vec a+\vec b or component form a,b\langle a,b\rangle.

What This Formula Means

Vector addition combines vectors component-wise or head-to-tail to produce a resultant vector.

Walk one arrow, then another; the single shortcut arrow is their sum.

Formal View

Vector Addition can be formalized with precise domain conditions and rule-based inference.

Worked Examples

Example 1

easy
Add 2,1+1,3\langle 2, 1 \rangle + \langle -1, 3 \rangle.

Answer

1,4\langle 1, 4 \rangle

First step

1
Step 1: Add corresponding components: (2+(1),1+3)(2 + (-1), 1 + 3).

Full solution

  1. 2
    Step 2: =1,4= \langle 1, 4 \rangle.
  2. 3
    Check: Geometrically, this is the diagonal of a parallelogram formed by the two vectors ✓
Vector addition is done component-wise: add the xx-components together and the yy-components together. Geometrically, it's the tip-to-tail method or the parallelogram diagonal.

Example 2

medium
Find u+v+w\mathbf{u} + \mathbf{v} + \mathbf{w} where u=1,2,3\mathbf{u} = \langle 1, -2, 3 \rangle, v=0,5,1\mathbf{v} = \langle 0, 5, -1 \rangle, w=3,1,2\mathbf{w} = \langle -3, 1, 2 \rangle.

Example 3

easy
Add 10,6+4,6\langle 10, -6 \rangle + \langle -4, 6 \rangle component-by-component.

Common Mistakes

  • Adding the lengths instead of the components - a+b\|\mathbf{a}\|+\|\mathbf{b}\| is not a+b\|\mathbf{a}+\mathbf{b}\|; add matching components first, then find the length
  • Pairing components crosswise - add xx to xx and yy to yy: a1+b1,a2+b2\langle a_1+b_1,\,a_2+b_2\rangle
  • Placing arrows tail-to-tail when summing - for a sum, put them tip-to-tail; tail-to-tail diagonal gives the difference

Why This Formula Matters

Vector addition is how independent pushes, walks, or flows combine into one net result, making it the foundation for resultant forces, relative velocity, and any situation where directioned quantities accumulate rather than just numbers. Recognizing it by "Do I have two vectors acting together and want the single combined (resultant) vector?" — rather than by familiar numbers — is what lets a student tell it apart from dot product and scalar multiplication and vector subtraction in a mixed problem set.

Frequently Asked Questions

What is the Vector Addition formula?

Vector addition combines vectors component-wise or head-to-tail to produce a resultant vector.

How do you use the Vector Addition formula?

Walk one arrow, then another; the single shortcut arrow is their sum.

What do the symbols mean in the Vector Addition formula?

a+b\vec a+\vec b or component form a,b\langle a,b\rangle.

Why is the Vector Addition formula important in Math?

Vector addition is how independent pushes, walks, or flows combine into one net result, making it the foundation for resultant forces, relative velocity, and any situation where directioned quantities accumulate rather than just numbers. Recognizing it by "Do I have two vectors acting together and want the single combined (resultant) vector?" — rather than by familiar numbers — is what lets a student tell it apart from dot product and scalar multiplication and vector subtraction in a mixed problem set.

What do students get wrong about Vector Addition?

The procedure for vector addition is the easy part; the trap is adding the lengths instead of the components. Asking "Do I have two vectors acting together and want the single combined (resultant) vector?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Vector Addition formula?

Before studying the Vector Addition formula, you should understand: vector intuition, vector operations, displacement geometric.