Vectors are the language of motion, force, and space. You'll encounter them constantly throughout calculus and beyond. When you work with position, velocity, and acceleration in multivariable calculus, or analyze work, torque, and flux in physics, you're using vector operations. In this course, the goal is understanding how vectors combine, how they measure relationships between directions, and how they describe geometric objects in space.
Don't just memorize formulas. Know what each operation does conceptually. Can you explain why the dot product tells you about angles? Why the cross product gives you area? Master the underlying geometry, and the calculations become intuitive.
Combining and Scaling Vectors
These foundational operations let you build new vectors from existing ones. Addition combines effects; scalar multiplication stretches or shrinks without changing direction (unless you flip it).
Geometric interpretation uses the parallelogram law or tip-to-tail method to visualize the resultant
Subtraction means adding the negative: u−v=u+(−v), which geometrically points from v's tip to u's tip when both vectors start at the origin
Scalar Multiplication
Scaling magnitude: multiplying by scalar c gives cv with magnitude ∣c∣∣v∣
Direction preserved when c>0; direction reversed when c<0
Zero scalar produces the zero vector regardless of the original vector's magnitude
Compare: Vector addition vs. scalar multiplication: both create new vectors, but addition combines two vectors while scalar multiplication modifies one vector's length. Problems often ask you to express a vector as a linear combination (like 3u−2v), requiring both operations together.
Measuring Vectors
Before you can work with vectors effectively, you need to quantify their size and standardize their direction. Magnitude gives length; unit vectors give pure direction.
Magnitude (Length) of a Vector
Pythagorean extension: for v=⟨x,y,z⟩, magnitude is ∣v∣=x2+y2+z2
Always non-negative: magnitude equals zero only for the zero vector
Distance formula connection: the magnitude of PQ gives the distance between points P and Q
For a 2D vector, just drop the z-component: ∣v∣=x2+y2. The idea is the same either way.
Unit Vectors
Magnitude of exactly 1: obtained by dividing any nonzero vector by its magnitude: v^=∣v∣v
Standard basis vectorsi^,j^,k^ point along the positive x-, y-, and z-axes respectively
Direction isolation: unit vectors let you separate how far from which way
For example, if v=⟨3,4⟩, then ∣v∣=5 and v^=⟨53,54⟩. You've kept the direction but scaled the length to 1.
Compare: Magnitude vs. unit vector: magnitude answers "how long?" while the unit vector answers "which direction?" Together, any vector v can be written as v=∣v∣v^.
Products That Reveal Geometric Relationships
The dot and cross products are your primary tools for measuring angles, checking perpendicularity, and finding areas. The dot product outputs a scalar; the cross product outputs a vector. Keeping that distinction straight is half the battle.
Dot Product (Scalar Product)
Two equivalent formulas: u⋅v=u1v1+u2v2+u3v3 (component form) or u⋅v=∣u∣∣v∣cosθ (geometric form)
Angle finder: rearrange to get cosθ=∣u∣∣v∣u⋅v
Orthogonality test: vectors are perpendicular if and only if u⋅v=0
The sign of the dot product tells you something useful: positive means the angle between the vectors is acute (less than 90°), zero means exactly 90°, and negative means obtuse (greater than 90°).
Cross Product (Vector Product)
Produces a perpendicular vector: u×v is orthogonal to both u and v
Order matters: u×v=−(v×u). The cross product is not commutative. Use the right-hand rule to determine the direction of the resulting vector.
Note that the cross product is only defined for 3D vectors. The dot product works in any dimension.
Compare: Dot product vs. cross product: dot gives a scalar measuring alignment (maximum when parallel), cross gives a vector measuring perpendicular area (maximum when perpendicular). If a problem asks about work, use dot product; if it asks about torque or area, use cross product.
Breaking Vectors Apart
Sometimes you need to analyze how much of a vector points in a particular direction. Projection extracts the component along another vector; decomposition separates into coordinate directions.
Vector Projection
Formula: projvu=∣v∣2u⋅vv gives the component of u in the direction of v
Scalar projection (signed length along v) is compvu=∣v∣u⋅v
Physics application: resolving force into components parallel and perpendicular to a surface
Watch the difference: the scalar projection gives you a number (positive or negative), while the vector projection gives you an actual vector pointing along v.
Vector Decomposition
Component form: any vector v=⟨a,b,c⟩ decomposes as ai^+bj^+ck^
Arbitrary directions: you can decompose along any set of basis vectors, not just coordinate axes
Problem-solving strategy: choose axes aligned with the geometry of your problem to simplify calculations
Compare: Projection vs. decomposition: projection finds the piece of one vector along another specific direction, while decomposition breaks a vector into all its coordinate components simultaneously. Projection is a special case of decomposition along a single direction.
Describing Geometric Objects
Vectors provide elegant equations for lines and planes in 3D space. A line needs a point and a direction; a plane needs a point and a normal.
Vector Equations of Lines and Planes
Line equation: r(t)=r0+tv where r0 is a position vector to a known point and v is the direction vector
Plane equation: n⋅(r−r0)=0 where n is the normal vector (perpendicular to the plane)
Parametric conversion: vector equations convert directly to parametric form by writing out each component separately
For the line, as t varies over all real numbers, the point r(t) traces out every point on the line. Each value of t gives you a different point.
Vector-Valued Functions
Maps scalars to vectors: r(t)=⟨f(t),g(t),h(t)⟩ traces a curve as t varies
Derivatives give velocity: r′(t) is tangent to the curve and represents instantaneous velocity
Compare: Line equations vs. vector-valued functions: a line is a specific vector-valued function where the components are linear in t. General vector-valued functions can describe any curve, including circles, helices, and more complex paths.
Quick Reference Table
Concept
Key Operations
Combining vectors
Addition, subtraction, scalar multiplication
Measuring size/direction
Magnitude, unit vectors
Angle and alignment
Dot product, scalar projection
Perpendicularity and area
Cross product, orthogonality test
Component analysis
Vector decomposition, vector projection
Geometric objects
Line equations, plane equations
Motion and curves
Vector-valued functions, derivatives of r(t)
Self-Check Questions
Which two operations both produce scalar outputs, and how do their geometric interpretations differ?
If u⋅v=0 and u×v=0, what can you conclude about vectors u and v?
How would you use the dot product versus the cross product to find the angle between two vectors? What's the practical difference?
A vector-valued function r(t) describes a particle's position. What operation gives the particle's speed at time t, and what combination of concepts does this require?
You're given vectors u and v and asked for the area of the triangle they form. Which operation do you use, and what adjustment must you make to get triangle area instead of parallelogram area?