Vector Addition, Subtraction, and Scalar Multiplication Formula

Vector addition, subtraction, and scalar multiplication is vectors are added and subtracted component by component.

The Formula

u+v=⟨u1+v1,u2+v2⟩\mathbf{u} + \mathbf{v} = \langle u_1 + v_1, u_2 + v_2 \rangle, ku=⟨ku1,ku2⟩k\mathbf{u} = \langle ku_1, ku_2 \rangle

When to use: 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: 2v2\mathbf{v} is twice as long in the same direction, while βˆ’v-\mathbf{v} points the opposite way.

Quick Example

u=⟨3,1⟩,v=βŸ¨βˆ’1,4⟩\mathbf{u} = \langle 3, 1 \rangle, \quad \mathbf{v} = \langle -1, 4 \rangle
u+v=⟨2,5⟩,uβˆ’v=⟨4,βˆ’3⟩,2u=⟨6,2⟩\mathbf{u} + \mathbf{v} = \langle 2, 5 \rangle, \quad \mathbf{u} - \mathbf{v} = \langle 4, -3 \rangle, \quad 2\mathbf{u} = \langle 6, 2 \rangle

Notation

Vectors in boldface (v\mathbf{v}) or with an arrow (vβƒ—\vec{v}). Components in angle brackets ⟨v1,v2⟩\langle v_1, v_2 \rangle or column form. kk is a scalar (number).

What This Formula Means

Vectors are added and subtracted component by component. Scalar multiplication multiplies each component of a vector by a number. If u=⟨u1,u2⟩\mathbf{u} = \langle u_1, u_2 \rangle and v=⟨v1,v2⟩\mathbf{v} = \langle v_1, v_2 \rangle, then u+v=⟨u1+v1,u2+v2⟩\mathbf{u} + \mathbf{v} = \langle u_1 + v_1, u_2 + v_2 \rangle and ku=⟨ku1,ku2⟩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: 2v2\mathbf{v} is twice as long in the same direction, while βˆ’v-\mathbf{v} points the opposite way.

Formal View

The vector space Rn\mathbb{R}^n has operations: u+v=(u1+v1,…,un+vn)\mathbf{u} + \mathbf{v} = (u_1+v_1, \ldots, u_n+v_n) and ku=(ku1,…,kun)k\mathbf{u} = (ku_1, \ldots, ku_n) for k∈Rk \in \mathbb{R}. These satisfy the vector space axioms: commutativity, associativity, zero vector 0\mathbf{0}, and additive inverses.

Worked Examples

Example 1

easy
If u=⟨3,βˆ’1⟩\mathbf{u} = \langle 3, -1 \rangle and v=⟨1,4⟩\mathbf{v} = \langle 1, 4 \rangle, find 2uβˆ’v2\mathbf{u} - \mathbf{v}.

Answer

⟨5,βˆ’6⟩\langle 5, -6 \rangle

First step

1
Step 1: 2u=⟨6,βˆ’2⟩2\mathbf{u} = \langle 6, -2 \rangle.

Full solution

  1. 2
    Step 2: 2uβˆ’v=⟨6βˆ’1,βˆ’2βˆ’4⟩=⟨5,βˆ’6⟩2\mathbf{u} - \mathbf{v} = \langle 6 - 1, -2 - 4 \rangle = \langle 5, -6 \rangle.
  2. 3
    Check: Each component is 2uiβˆ’vi2u_i - v_i βœ“
Scalar multiplication scales each component, then subtraction is done component-wise. Linear combinations of vectors like au+bva\mathbf{u} + b\mathbf{v} are fundamental in linear algebra.

Example 2

medium
Find uβˆ’v\mathbf{u} - \mathbf{v} where u=⟨2,5,βˆ’1⟩\mathbf{u} = \langle 2, 5, -1 \rangle and v=⟨4,βˆ’3,2⟩\mathbf{v} = \langle 4, -3, 2 \rangle.

Example 3

medium
Given u = <2, -1> and v = <3, 5>, find 2u - v and its magnitude.

Common Mistakes

  • Adding magnitudes instead of components β€” ⟨3,0⟩+⟨0,4⟩=⟨3,4⟩\langle3,0\rangle+\langle0,4\rangle=\langle3,4\rangle, not a length of 7.
  • Scaling only one component β€” kuk\mathbf{u} multiplies EVERY component by kk.
  • Treating subtraction as commutative β€” uβˆ’vβ‰ vβˆ’u\mathbf{u}-\mathbf{v}\neq\mathbf{v}-\mathbf{u}; they point opposite ways.

Why This Formula Matters

Component arithmetic is the algebra under physics displacement, velocity, and force, and it is the gateway to magnitude, dot product, and cross product β€” all of which start from these basic moves. Recognizing it by "Am I adding/subtracting matching components, or multiplying one vector by a single number?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from dot product and vector magnitude and matrix operations in a mixed problem set.

Frequently Asked Questions

What is the Vector Addition, Subtraction, and Scalar Multiplication formula?

Vectors are added and subtracted component by component. Scalar multiplication multiplies each component of a vector by a number. If u=⟨u1,u2⟩\mathbf{u} = \langle u_1, u_2 \rangle and v=⟨v1,v2⟩\mathbf{v} = \langle v_1, v_2 \rangle, then u+v=⟨u1+v1,u2+v2⟩\mathbf{u} + \mathbf{v} = \langle u_1 + v_1, u_2 + v_2 \rangle and ku=⟨ku1,ku2⟩k\mathbf{u} = \langle ku_1, ku_2 \rangle.

How do you use the Vector Addition, Subtraction, and Scalar Multiplication formula?

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: 2v2\mathbf{v} is twice as long in the same direction, while βˆ’v-\mathbf{v} points the opposite way.

What do the symbols mean in the Vector Addition, Subtraction, and Scalar Multiplication formula?

Vectors in boldface (v\mathbf{v}) or with an arrow (vβƒ—\vec{v}). Components in angle brackets ⟨v1,v2⟩\langle v_1, v_2 \rangle or column form. kk is a scalar (number).

Why is the Vector Addition, Subtraction, and Scalar Multiplication formula important in Math?

Component arithmetic is the algebra under physics displacement, velocity, and force, and it is the gateway to magnitude, dot product, and cross product β€” all of which start from these basic moves. Recognizing it by "Am I adding/subtracting matching components, or multiplying one vector by a single number?" β€” rather than by familiar numbers β€” is what lets a student tell it apart from dot product and vector magnitude and matrix operations in a mixed problem set.

What do students get wrong about Vector Addition, Subtraction, and Scalar Multiplication?

The procedure for vector addition, subtraction, and scalar multiplication is the easy part; the trap is adding magnitudes instead of components. Asking "Am I adding/subtracting matching components, or multiplying one vector by a single number?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Vector Addition, Subtraction, and Scalar Multiplication formula?

Before studying the Vector Addition, Subtraction, and Scalar Multiplication formula, you should understand: coordinate plane, expressions.