Vector-Valued Functions and Parametric Equations
A vector-valued function takes a real number (usually ) as input and outputs a vector. This gives you a way to describe curves and trajectories in 2D or 3D space, where the parameter often represents time. If you've worked with parametric equations before, vector-valued functions are the natural vector packaging of that same idea.
Representing Curves and Motion with Vector-Valued Functions
A vector-valued function maps real numbers to vectors in two or three-dimensional space. For a 3D function:
The individual pieces , , and are called component functions. Each one is a regular scalar-valued function that tracks the object's position along a single axis (, , or ) as changes.
This connects directly to parametric equations. For a curve in 2D, the parametric equations and are exactly the component functions of . The vector-valued function just bundles those parametric equations into one compact object.
- Parametric/vector representations can describe curves that fail the vertical line test, like circles or figure-eights, which you can't write as
- The parameter doesn't have to represent time, but it very often does in physics applications
Graphing and Evaluating Vector-Valued Functions
To graph a vector-valued function, you trace out the curve by plotting the terminal points of for various values of :
- Choose several values of across your domain.
- Plug each into the component functions to get coordinate points or .
- Plot those points and connect them in order of increasing .
For example, with traces out a unit circle centered at the origin. The direction of increasing gives the curve an orientation (counterclockwise, in this case).
Evaluating at a specific -value just means substituting into each component. For :
This output is a position vector pointing from the origin to the point .

Limits and Continuity
Limits of Vector-Valued Functions
The key principle here is simple: everything works component-wise. To take the limit of a vector-valued function, take the limit of each component separately.
The vector limit exists if and only if every component limit exists. You use all the same limit techniques you already know from single-variable calculus (factoring, L'Hôpital's rule, etc.) on each component.
Example: For , find :
- First component:
- Second component:
So .

Continuity of Vector-Valued Functions
A vector-valued function is continuous at if:
Again, this reduces to checking each component. If all component functions are continuous at , then is continuous there. Geometrically, continuity means the curve has no breaks or jumps.
For instance, is continuous for all because both and are continuous everywhere. On the other hand, if any single component has a discontinuity at some , the entire vector-valued function is discontinuous there.
Derivatives and Applications
Derivatives of Vector-Valued Functions
Differentiation also works component-wise. For :
You differentiate each component using the same rules from single-variable calculus (power rule, chain rule, product rule, etc.).
What does the derivative mean geometrically? The vector is tangent to the curve at the point , and it points in the direction of increasing . This is worth remembering because it comes up constantly in later topics like unit tangent vectors and curvature.
Example: For :
At , the tangent vector is .
Velocity and Acceleration Vectors
When represents the position of a moving object, its derivatives have direct physical meaning:
- Velocity: . This gives the instantaneous velocity as a vector (direction and magnitude).
- Speed: . Speed is the magnitude of velocity, always a non-negative scalar.
- Acceleration: . This tells you how the velocity vector is changing over time.
Note that acceleration doesn't just mean "speeding up." The acceleration vector can change the direction of motion, the speed, or both.
Example: A particle moves along (a helix spiraling upward).
- Velocity:
- Speed: , which is constant
- Acceleration:
The speed is constant at , yet the acceleration is nonzero. That's because the acceleration here is purely changing the direction of motion (the circular part), not the speed. This distinction between changing speed and changing direction is something you'll revisit when you study tangential and normal components of acceleration.