➗Calculus II
Key Concepts of Vectors in 3D Space
Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Why This Matters
Vectors in 3D space form the foundation for everything you'll encounter in multivariable calculus, from describing curves and surfaces to calculating work, flux, and circulation in later chapters. When you're working with parametric curves, line integrals, or surface integrals, you're building directly on the vector operations and geometric representations covered here. The concepts of dot products, cross products, projections, and vector equations show up repeatedly in both computational problems and theoretical questions.
You're being tested on more than just formulas. Exam questions will ask you to interpret what a dot product of zero means geometrically, or to set up a vector equation for a line through two points. Don't just memorize the mechanics: know what concept each operation illustrates and when to apply it. If you understand why the cross product produces a perpendicular vector or how projections decompose forces, you'll handle FRQs with confidence.
Foundational Vector Operations
These operations are the building blocks for everything else. Master them first, and the rest of the topic becomes straightforward.
Definition of Vectors in 3D Space
A vector in 3D is an ordered triplet written as , representing a displacement (direction and magnitude) rather than a single point. Its magnitude (or length) is calculated as:
This is just the 3D version of the Pythagorean theorem. Geometrically, you can visualize vectors as arrows in space, which makes operations like addition (tip-to-tail) and scalar multiplication (stretching or shrinking the arrow) intuitive.
A unit vector has magnitude 1 and points in a specific direction. To find the unit vector in the direction of , divide by its magnitude: . This comes up constantly when you need direction without caring about length.
Vector Operations (Addition, Subtraction, Scalar Multiplication)
All three operations work component-wise. For and :
- Addition:
- Subtraction:
- Scalar multiplication: , where a negative reverses direction
Linear combinations of vectors (like ) form the basis for parametric representations of lines and planes. FRQs often ask you to express a new vector as a linear combination, requiring both operations together.
Compare: Addition vs. Scalar Multiplication: both are component-wise, but addition combines two vectors while scalar multiplication stretches one. Addition changes both magnitude and direction in general; scalar multiplication changes only magnitude (and possibly flips direction).
Products That Reveal Geometry
The dot and cross products aren't just computational tools. They encode geometric information about angles, alignment, and perpendicularity. Understanding their geometric meaning is more important than memorizing formulas.
Dot Product and Its Properties
The dot product takes two vectors and returns a scalar (a number, not a vector).
- Algebraic formula:
- Geometric formula:
The geometric formula is where the real insight lives. Since the result depends on :
- Positive dot product → angle between vectors is acute (less than 90°)
- Zero dot product → vectors are perpendicular (orthogonal)
- Negative dot product → angle between vectors is obtuse (greater than 90°)
To find the angle between two vectors, rearrange: . Key properties include commutativity () and distributivity over addition.
Cross Product and Its Properties
The cross product takes two vectors and returns a vector perpendicular to both inputs.
- Magnitude: , which equals the area of the parallelogram formed by the two vectors
- Direction: determined by the right-hand rule (curl fingers from toward ; your thumb points in the direction of )
To compute , use the determinant method:
This expands to .
The cross product is anti-commutative: . Order matters. Also note: if , the vectors are parallel (since ).
Projections of Vectors
The projection of onto gives you the component of that points in the direction of :
This is a vector. The scalar version (the signed length of the projection) is called the scalar component:
Projection lets you decompose any vector into a parallel part and a perpendicular part relative to another vector. The perpendicular part is just . Physical applications include resolving forces along a direction and calculating work: .
Compare: Dot Product vs. Cross Product: the dot product measures alignment (returns a scalar, uses cosine), while the cross product measures perpendicularity (returns a vector, uses sine). If an FRQ asks about angles, use dot product. If it asks for a normal vector or area, use cross product.
Equations of Lines and Planes
These representations let you describe geometric objects algebraically. The key distinction: lines need one parameter, planes need two (or equivalently, one normal vector constraint).
Vector Equations of Lines
A line in 3D is determined by a point and a direction. The vector equation is:
Here is the position vector of a known point on the line, is the direction vector, and the parameter ranges over all real numbers. Each value of gives a different point on the line.
To find the direction vector between two points and , just subtract: .
Parametric Equations of Lines
The parametric form breaks the vector equation into components:
where is the direction vector and is a point on the line.
Symmetric equations eliminate by setting the expressions equal:
Watch out: if any direction component is zero (say ), you can't divide by it. Instead, that coordinate is constant (), and you write the symmetric equation using only the remaining components.
Converting between vector, parametric, and symmetric forms is a common exam task. Practice going in all directions.
Compare: Vector vs. Parametric Form for Lines: they contain the same information, but vector form is more compact for theoretical work, while parametric form is better for finding specific coordinates or checking if a point lies on the line.
Vector Equations of Planes
A plane is determined by a point and a normal vector (a vector perpendicular to the plane). The point-normal form is:
This says: any vector lying in the plane is perpendicular to the normal. Expanding this gives the scalar equation:
where is the normal vector and .
Alternatively, the two-parameter form uses two non-parallel direction vectors and that lie in the plane:
Parametric Equations of Planes
The two-parameter vector equation above expands into three parametric equations (one each for , , ) as functions of and .
The direction vectors and span the plane. Their cross product gives the normal vector: . This is how you convert from parametric form to scalar form:
- Compute to get
- Pick any known point on the plane (use )
- Substitute into to find
Compare: Lines vs. Planes: lines use one parameter and one direction vector; planes use two parameters and two direction vectors (or equivalently, one normal vector constraint). This distinction drives how you set up intersection problems.
Distance Calculations
Distance formulas combine vector operations with geometric insight. Each formula has a specific structure, so know which one applies to each situation.
Distance Between Points, Lines, and Planes
Point-to-point distance is the direct 3D extension of the Pythagorean theorem:
Point-to-plane distance uses the scalar equation of the plane. If the plane is and the point is :
Note the plane equation must be in the form (with on the left side) for this formula to work directly.
Point-to-line distance requires a cross product. If the line passes through point with direction , and you want the distance from point to the line:
The cross product gives the area of the parallelogram formed by and , and dividing by the base length gives the height, which is the perpendicular distance.
Compare: Point-to-Plane vs. Point-to-Line Distance: both measure perpendicular distance, but the plane formula is a direct substitution while the line formula requires a cross product. On FRQs, identify which object you're measuring distance to before selecting your approach.
Vector-Valued Functions and Motion
This section bridges vectors with calculus. Vector-valued functions let you describe paths through space and analyze motion using derivatives.
Vector-Valued Functions and Space Curves
A vector-valued function assigns a position vector to each value of a parameter :
The path traced out by as varies is called a space curve. Common examples include helices (), circles in 3D, and curves formed by the intersection of two surfaces.
Differentiation connects vector geometry to motion:
- gives the velocity vector, which is tangent to the curve at each point
- gives the acceleration vector
- Differentiation is done component-wise:
A parametric line () is the simplest vector-valued function since its components are linear in . Curves with nonlinear components require more careful analysis of tangent vectors and arc length.
Compare: Parametric Lines vs. General Vector-Valued Functions: a line is the simplest vector-valued function (linear in ), while curves like involve nonlinear components. Differentiation techniques apply to both, but curves require more careful analysis of tangent vectors.
Quick Reference Table
| Concept | Best Examples |
|---|---|
| Scalar result from vectors | Dot product, magnitude calculation |
| Vector result from vectors | Cross product, projection, addition |
| Perpendicularity test | Dot product equals zero |
| Parallelism test | Cross product equals zero vector |
| Normal vector to a plane | Cross product of two vectors in the plane |
| Line representation | Vector equation , parametric equations |
| Plane representation | Point-normal form, scalar equation |
| Distance calculations | Point-to-point, point-to-plane, point-to-line formulas |
| Motion in 3D | Vector-valued functions, derivatives for velocity/acceleration |
Self-Check Questions
-
What geometric condition does indicate, and how does this differ from what tells you?
-
Given two points in 3D space, describe the steps to write both the vector equation and parametric equations for the line through them.
-
Compare and contrast finding the distance from a point to a plane versus the distance from a point to a line. What vector operations does each require?
-
If you need a vector perpendicular to a plane, which product do you use and what inputs do you need? How does this connect to the scalar equation of a plane?
-
Explain how the projection relates to the dot product, and give one physical situation where this decomposition is useful.