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=u1โv1โ+u2โv2โ+u3โv3โ (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: projvโu=โฃvโฃ2uโ vโv gives the component of u in the direction of v
Scalar projection (signed length along v) is compvโu=โฃ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?
Essential Vector Operations to Know for Precalculus