Vector-valued functions are your bridge from single-variable calculus to the multivariable 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. Vector-valued functions let you 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 you 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. You write it as r(t)=โจx(t),y(t),z(t)โฉ, where each component is an ordinary scalar function of t.
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.
As t varies, the output traces a curve in space. Think of t as time and r(t) as the position of a moving particle at each moment.
Parametric Equations and Curves
Each component function is a parametric equation. The functions 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. For example, r(t)=โจcost,sintโฉ traces the unit circle, which fails the vertical line test as a function of x.
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, which matters for understanding where parametric curves are well-behaved.
Compare: Vector-valued functions vs. parametric equations are 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 the dot product r(t)โ s(t) and the cross product r(t)รs(t), apply the product rule but preserve order for cross products (since aรb๎ =bรa).
Velocity and Acceleration Vectors
Velocity is the first derivative: v(t)=rโฒ(t). It gives both speed (its 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โ. This is a scalar, not a vector. A particle can have constant speed but nonzero acceleration (think uniform circular motion, where the direction keeps changing).
Tangent Vectors and Normal Vectors
The unit tangent vectorT(t)=โฃrโฒ(t)โฃrโฒ(t)โ points in the direction of motion with magnitude 1.
The principal normal vectorN(t)=โฃTโฒ(t)โฃTโฒ(t)โ is perpendicular to T and points toward the center of curvature (the direction the curve is turning).
Together, T and N define the osculating plane, the plane that best approximates the curve at that point.
Compare: Velocity vector vs. unit tangent vector. Velocity rโฒ(t) has magnitude equal to speed, while T(t) always has magnitude 1. If a problem 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 critical distinction: integrating velocity gives displacement, while integrating speed gives distance traveled.
Higher ฮบ means sharper turns. A straight line has ฮบ=0 everywhere, while a circle of radius R has constant curvature ฮบ=1/R.
Arc length parametrization uses s (distance along the curve) as the parameter instead of t. The special property: when a curve is parametrized by arc length, โฃrโฒ(s)โฃ=1 always. This simplifies many formulas but is often hard to compute in practice.
Compare: Displacement integral vs. arc length integral. โซabโv(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 complete circle has zero displacement but arc length 2ฯr.
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 in a region:
F(x,y,z)=โจP(x,y,z),Q(x,y,z),R(x,y,z)โฉ
Visualize it as arrows throughout space. The arrow at each point shows the 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 in a region is a vector field.
Note the distinction: a vector-valued function r(t) takes a single input t and outputs a vector (tracing a curve), while a vector field F(x,y,z) takes a point as input and outputs a vector (filling a region).
Divergence and Curl of Vector Fields
Divergence measures how much a field "spreads out" from a point:
Positive divergence means the point acts like a source (field flows outward). Negative divergence means it acts like a sink (field flows inward). The result is a scalar.
Curl measures the rotational tendency of a field:
curlย F=โรF
You compute this using the determinant of a 3ร3 matrix with i,j,k in the first row, partial derivatives in the second, and P,Q,R in the third. Nonzero curl means the field has a rotational component at that point. The result is a vector.
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 an 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)}{
Principal normal
$$\mathbf{N}(t) = \frac{\mathbf{T}'(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 among velocity, speed, tangent vector, and 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?
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.
Key Concepts of Vector-Valued Functions to Know for Calculus II