Vector-Valued and Multivariable Functions
Learning objectives
- Define functions via coordinate functions
- Recognize parametric curves () and parametric surfaces ()
- Distinguish vector fields (), scalar fields (), and curves ()
- Predict that smooth vector-valued functions are the natural objects of multivariable calculus
Once we leave the real line, almost every interesting function has more than one input or more than one output. A satellite's position is a triple as a function of one variable (time). A heat distribution is a single number as a function of three. A robot arm's end-effector is a vector function of joint angles. The whole machinery of multivariable calculus, gradients, Jacobians, divergence, curl, rests on a single object: the vector-valued function. Master its bookkeeping in one variable and the higher-dimensional theory follows almost mechanically.
The definition in one line
A vector-valued function assigns to each input an output vector . Each is a coordinate function. Everything about , continuity, differentiability, integrability, reduces to checking the same property for every component-wise. That single principle is the most useful fact in the chapter.
Three special cases worth memorizing
- Parametric curve (): traces a path through . The tangent vector is the instantaneous velocity.
- Parametric surface (): sweeps out a 2D surface in 3D space.
- Transformation (): The setting for the Inverse Function Theorem, a map from a space to itself. Coordinate changes (polar, spherical, cylindrical) are the canonical examples.
When we recover the scalar field , whose graph is a surface (for ). The gradient , the Jacobian's special case, points uphill.
The grapher above lets you plot a single coordinate function of one variable. Try and side by side: each is a coordinate of the helix . The full helix lives in but each of its components is a normal one-variable function. That is the entire trick.
- Robotics, forward kinematics: The end-effector position of a 6-axis arm is , a vector function of the six joint angles . The inverse problem, find for a desired , is exactly the Inverse Function Theorem (§3.4) at work.
- Computer-aided design (CAD): Every spline curve and Bézier surface in CAD is a parametric vector function. Solid modelling kernels evaluate millions of these per frame to render edges, intersections, and offsets.
- Climate and fluid simulation: A wind field is , a 3-component vector function of 4 inputs (3 spatial + time). Numerical weather prediction integrates millions of grid points of this function at every timestep.
Pause and think: If traces the unit circle counterclockwise, what curve does trace? Hint: compute and for each. Which direction does the second one go around?
Try it
- Predict first: what shape is traced by ? Verify by eliminating to get a Cartesian equation. (Hint: think about .)
- Find the tangent vector to at . Sketch the direction in 3D. What does it tell you about the curve's direction of travel?
- Predict: does the function from to cover all of in its range? Justify by trying to solve for arbitrary .
- The parametric surface for u\in[0,2\pi),v\in[0,\pi] traces a familiar object. Which one? (Hint: compute .)
A trap to watch for
The graph of lives in , NOT in . A function has a graph that is a 2-dimensional surface in 4-dimensional space, impossible to draw directly. Beginners often try to "graph" such functions on a normal 2D plot, but the right picture is two separate scalar plots (one per coordinate function), or an arrow-field showing where each input vector gets sent. The mismatch between graph dimension and output dimension catches everyone the first time.
What you now know
You can write any vector-valued function in coordinate form and read off whether it is a curve, surface, scalar field, or transformation. You know the next four sections all extend the one-variable tools, limits, continuity, derivatives, and their inverses, component-by-component to this richer setting.
Mark section complete →
References
- Garrity, T. (2002). All the Mathematics You Missed: But Need to Know for Graduate School. Cambridge University Press, ch. 3.
- Spivak, M. (1965). Calculus on Manifolds. W. A. Benjamin, ch. 2.
- Munkres, J. R. (1991). Analysis on Manifolds. Westview Press, ch. 1.
- Rudin, W. (1976). Principles of Mathematical Analysis (3rd ed.). McGraw-Hill, ch. 9.
- Apostol, T. M. (1974). Mathematical Analysis (2nd ed.). Addison-Wesley, ch. 12.