Vector-valued functions are your bridge from single-variable calculus to the multidariable world—and they're essential for describing anything that moves through space. When you're tested on this material, you're not just being asked to compute derivatives and integrals component-by-component. You're being tested on whether you understand how position, velocity, and acceleration relate to each other, how parametric representations free us from the limitations of y=f(x), and how geometric properties like arc length and curvature emerge from calculus operations.
These concepts connect directly to physics applications you'll see on exams: projectile motion, circular motion, and work done by forces. The key insight is that vector-valued functions let us treat multidimensional problems using the same differentiation and integration techniques you've already mastered—just applied component-wise. Don't just memorize formulas—know why the derivative gives velocity, why we integrate speed (not velocity) for arc length, and how tangent and normal vectors describe a curve's geometry.
Foundations: Defining and Representing Curves
Before you can analyze motion, you need to understand how vector-valued functions encode curves in space. The fundamental idea is that a single parameter (usually time) controls the position vector's components simultaneously.
Definition of Vector-Valued Functions
A vector-valued function maps real numbers to vectors—written as r(t)=⟨x(t),y(t),z(t)⟩, where each component is a scalar function
The domain is typically an interval of real numbers, while the output lives in R2 or R3—this is what distinguishes vector-valued functions from scalar functions
The output traces a curve in space as t varies—think of t as time and r(t) as the position of a moving particle
Parametric Equations and Curves
Each component function is a parametric equation—x(t), y(t), and z(t) work together to locate points on the curve
Parametric form handles curves impossible to write asy=f(x)—circles, spirals, and self-intersecting curves all become straightforward
The parameter doesn't have to be time—it could be angle, arc length, or any convenient variable that traces the curve
Continuity requires all components to be continuous—a single discontinuous component makes the entire vector function discontinuous
Discontinuities create breaks or jumps in the curve—essential for understanding where parametric curves are well-behaved
Compare: Vector-valued functions vs. parametric equations—they're essentially the same object viewed differently. Parametric equations emphasize the individual coordinates; vector notation emphasizes the geometric interpretation as a position vector. On exams, be ready to convert between forms fluently.
Differentiation: From Position to Motion
Differentiation of vector-valued functions unlocks the physics of motion. The derivative tells you how the position vector changes, which directly gives velocity and direction of travel.
Derivatives of Vector-Valued Functions
Differentiate component-by-component—if r(t)=⟨x(t),y(t),z(t)⟩, then r′(t)=⟨x′(t),y′(t),z′(t)⟩
The derivative represents instantaneous rate of change of position—this is the mathematical definition of velocity
Product rules extend naturally—for r(t)⋅s(t) and r(t)×s(t), apply the product rule but preserve vector operation order for cross products
Velocity and Acceleration Vectors
Velocity is the first derivative: v(t)=r′(t)—it gives both speed (magnitude) and direction of motion
Acceleration is the second derivative: a(t)=v′(t)=r′′(t)—it describes how velocity changes over time
Speed is the magnitude of velocity: ∣v(t)∣=[x′(t)]2+[y′(t)]2+[z′(t)]2—a scalar, not a vector
Tangent Vectors and Normal Vectors
The tangent vectorT(t)=∣r′(t)∣r′(t)—a unit vector pointing in the direction of motion
The principal normal vectorN(t)=∣T′(t)∣T′(t)—perpendicular to T, pointing toward the center of curvature
Together, T and N form the osculating plane—the plane that best approximates the curve at that point
Compare: Velocity vector vs. tangent vector—velocity r′(t) has magnitude equal to speed, while the unit tangent T(t) always has magnitude 1. If an FRQ asks about "direction of motion," use T; if it asks about "rate of change of position," use v.
Integration and Arc Length: Accumulation Along Curves
Integration reverses differentiation and enables us to measure curves. The key insight is that integrating velocity gives displacement, while integrating speed gives distance traveled.
Curvature measures bending: κ=∣r′(t)∣∣T′(t)∣=∣r′(t)∣3∣r′(t)×r′′(t)∣—higher κ means sharper turns
Arc length parametrization uses s (distance along curve) as the parameter—this makes ∣r′(s)∣=1 always
Compare: Displacement integral vs. arc length integral—∫abv(t)dt gives a vector (net change in position), while ∫ab∣v(t)∣dt gives a scalar (total distance traveled). A particle moving in a circle has zero displacement but nonzero arc length after one revolution.
Vector Fields: Functions of Position
Vector fields extend the idea of vector-valued functions by assigning vectors to points in space rather than to parameter values. Instead of tracing a single curve, a vector field describes a quantity (like force or fluid velocity) throughout a region.
Vector Fields
A vector field assigns a vector to each point: F(x,y,z)=⟨P(x,y,z),Q(x,y,z),R(x,y,z)⟩
Visualize as arrows throughout space—the arrow at each point shows direction and magnitude of the field there
Common examples include gravitational fields, electric fields, and fluid velocity fields—any quantity with both magnitude and direction at every location
Divergence and Curl of Vector Fields
Divergence measures "spreading out": div F=∇⋅F=∂x∂P+∂y∂Q+∂z∂R—positive means source, negative means sink
Curl measures "rotation": curl F=∇×F—nonzero curl indicates the field has rotational tendency
Both are essential for physics applications—divergence appears in continuity equations; curl appears in electromagnetic theory and fluid vorticity
Compare: Divergence vs. curl—divergence is a scalar measuring net outflow; curl is a vector measuring rotational tendency. A field can have zero divergence but nonzero curl (like incompressible rotating fluid), or nonzero divergence but zero curl (like a radial source field).
Quick Reference Table
Concept
Key Formulas/Examples
Position vector
r(t)=⟨x(t),y(t),z(t)⟩
Velocity
v(t)=r′(t), speed = $$
Acceleration
a(t)=r′′(t)
Unit tangent
$$\mathbf{T}(t) = \frac{\mathbf{r}'(t)}{
Arc length
$$L = \int_a^b
Curvature
$$\kappa = \frac{
Divergence
∇⋅F=∂x∂P+∂y∂Q+∂z∂R
Curl
∇×F (determinant formula)
Self-Check Questions
If a particle returns to its starting point after traveling along a curve, what can you say about its displacement vector versus its total distance traveled?
Which two quantities—velocity, speed, tangent vector, or acceleration—are always parallel to each other? Which is always a scalar?
A curve has curvature κ=0 everywhere. What does this tell you about the shape of the curve?
Compare and contrast: How does differentiating a vector-valued function differ from differentiating a scalar function? What stays the same?
If a vector field has positive divergence at a point but zero curl, describe what's happening physically at that point. Give an example of such a field.