Vector Fundamentals
Vectors describe quantities that have both a size (magnitude) and a direction. Unlike regular numbers (scalars) that only tell you "how much," vectors tell you "how much and which way." This makes them essential for describing things like displacement, velocity, and force.

Geometric and algebraic vector interpretation
Geometrically, a vector is a directed line segment: it has an initial point (tail) and a terminal point (tip), and the arrow shows which direction it points. You can slide a vector anywhere in the plane without changing it, as long as you keep the same length and direction.
Algebraically, vectors are represented in two common ways:
- Component form: , where is the horizontal component and is the vertical component
- Unit vector notation: , where is the unit vector in the x-direction and is the unit vector in the y-direction
Two vectors are equal if and only if they have the same magnitude and direction. Their starting points don't matter. A vector from to is the same vector as one from to .
Vector magnitude and direction
The magnitude (or length) of a vector comes from the Pythagorean theorem:
For example, if , then .
A vector's direction angle is the angle it makes with the positive x-axis. You find it using:
Be careful here: only gives you the reference angle. You need to check which quadrant the vector points into and adjust accordingly. If , add to the calculator output. If and , add .
A unit vector has magnitude 1. To find the unit vector in the direction of , divide by its magnitude:

Vector operations
Addition: Add corresponding components.
Geometrically, this is the tip-to-tail method: place the tail of at the tip of , and the resultant vector goes from the tail of to the tip of . Equivalently, the parallelogram law says the resultant is the diagonal of the parallelogram formed by the two vectors.
Subtraction: Subtract corresponding components.
Think of this as adding and (the vector pointing the opposite direction from ).
Scalar multiplication: Multiply each component by the scalar.
If , the vector stretches or shrinks but keeps its direction. If , the vector also reverses direction.
Vector Representations and Operations

Operations in i and j notation
All the same operations work in unit vector notation. You just combine the and terms separately:
- Addition:
- Subtraction:
- Scalar multiplication:
This notation is just a different way of writing the same component form, so use whichever your course prefers.
Dot product of vectors
The dot product takes two vectors and returns a scalar (a number, not a vector).
For example, .
The dot product also connects to the angle between two vectors through this formula:
Solving for the angle gives you:
Three useful results come from the dot product:
- Orthogonality test: Two vectors are perpendicular if and only if
- Angle between vectors: Use the formula above and take
- Vector projection of onto :
This tells you how much of points in the direction of .
Advanced vector operations
These topics go slightly beyond standard 2D vectors but are worth knowing at the honors level:
- Linear combination: Any vector can be written as a sum of scalar multiples of other vectors. For instance, is a linear combination of the standard unit vectors.
- Cross product: This applies to 3D vectors and produces a new vector that is perpendicular to both inputs. You won't typically use it in pre-calc, but it shows up in physics and multivariable calculus.
Vector applications in real-world problems
Vectors model any quantity that has both magnitude and direction. Common applications include:
- Navigation: A pilot flying at 250 mph on a heading of with a 40 mph crosswind can find the actual ground velocity by adding the plane's velocity vector and the wind vector.
- Force and equilibrium: When multiple forces act on an object, you add the force vectors. If the resultant is , the object is in equilibrium.
- Work: The work done by a force over a displacement is , which uses the dot product.
A general approach for these problems:
- Identify the vector quantities and draw a diagram
- Write each vector in component form (use to convert from magnitude and angle)
- Perform the required operations (addition, dot product, etc.)
- Interpret the result: find the magnitude and/or direction angle of the resultant