- Home
- /
- Math
- /
- Algebra Fundamentals
- /
- Vector Addition, Subtraction, and Scalar Multiplication
Vector Addition, Subtraction, and Scalar Multiplication
Also known as: vector addition, vector subtraction, scalar multiplication of vectors, vector arithmetic, vector-projection
Grade 9-12
View on concept mapVectors are added and subtracted component by component. Vectors model forces, velocities, and directions in physics.
Definition
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.
π‘ Intuition
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.
π― Core Idea
Vector operations work component by component, preserving geometric meaning: addition chains displacements, and scalars change magnitude.
Example
\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
Formula
Notation
Vectors in boldface (\mathbf{v}) or with an arrow (\vec{v}). Components in angle brackets \langle v_1, v_2 \rangle or column form. k is a scalar (number).
π Why It Matters
Vectors model forces, velocities, and directions in physics. In computer science, they represent data points, image features, and word embeddings. Vector operations are the foundation of linear algebra.
π Hint When Stuck
Line up the components vertically and add or subtract each pair separately, like column addition.
Formal View
See Also
π§ 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.
β οΈ Common Mistakes
- Adding vectors of different dimensions
- Confusing vector addition with dot productβaddition gives a vector, dot product gives a number
- Forgetting that \mathbf{u} - \mathbf{v} means \mathbf{u} + (-\mathbf{v}), which points from \mathbf{v}'s tip to \mathbf{u}'s tip
Go Deeper
Frequently Asked Questions
What is Vector Addition, Subtraction, and Scalar Multiplication in Math?
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.
Why is Vector Addition, Subtraction, and Scalar Multiplication important?
Vectors model forces, velocities, and directions in physics. In computer science, they represent data points, image features, and word embeddings. Vector operations are the foundation of linear algebra.
What do students usually get wrong about Vector Addition, Subtraction, and Scalar Multiplication?
Vectors must have the same number of components to be added or subtracted. A 2D vector cannot be added to a 3D vector.
What should I learn before Vector Addition, Subtraction, and Scalar Multiplication?
Before studying Vector Addition, Subtraction, and Scalar Multiplication, you should understand: coordinate plane, expressions.
Prerequisites
Cross-Subject Connections
How Vector Addition, Subtraction, and Scalar Multiplication Connects to Other Ideas
To understand vector addition, subtraction, and scalar multiplication, you should first be comfortable with coordinate plane and expressions. Once you have a solid grasp of vector addition, subtraction, and scalar multiplication, you can move on to vector magnitude direction, dot product and cross product.