Topic 6 / 17intermediate
Vector-Valued Functions
Parameterize curves in 2D and 3D, find domains and limits of vector functions, eliminate parameters, and use coordinate-plane projections to visualize 3D curves.
A vector-valued function traces a curve as varies. The output of is a vector (or, equivalently, a point); the input is a single real parameter — typically time, angle, or arc length. Many concepts from single-variable calculus extend to vector functions component by component.
Domain of a vector function
The domain of is the intersection of the domains of its components. Each component must be defined: check denominators, square roots, logs.
Limits of vector functions
. Compute componentwise. If any component limit fails, the whole limit fails.
Standard parameterizations
Common curves you should be able to parameterize from memory:
- Line segment from to : , .
- Circle of radius , centered at origin: , .
- Circle radius centered at : .
- Ellipse : .
- Helix along the -axis: .
- Parabola : .
Strategy tips
- If asked to parameterize , set and .
- For an ellipse or circle, and scaled by axis lengths usually works.
Eliminate parameter to sketch
Solve one equation for and substitute into the others to find a Cartesian relation. Example: — a unit circle.
3D curves via projections
To understand a curve in 3D, study its projections onto the three coordinate planes. The projection onto the -plane is ; into is ; into is . The shape of each projection plus how changes with usually tells you the whole story.
Worked examples
Example 1
Find the domain of .
- 1First component: .
- 2Second: .
- 3Third: defined for all real .
- 4Intersect: .
Answer
.Example 2
Parameterize the line segment from to .
- 1Use the linear interpolation form.
- 2Expand componentwise.
Answer
.Example 3
Eliminate the parameter for to describe the curve.
- 1From the first two components, — a circle of radius 3 in the -plane projection.
- 2rises linearly with , so as increases the curve spirals upward.
- 3Combined: a **helix** of radius 3 about the -axis.
Answer
A helix of radius 3 about the -axis, with (rising 4π per turn).Interactive visualizations
Loading visualization…
Helix . Dashed lines show projections into and planes.
Formulas in this topic
Line segment
Parametric form for a segment from A to B.
Circle of radius a at (h,k)
Standard circle parametrization.
Ellipse with semi-axes a, b
Standard ellipse parametrization.
Helix
Spiraling curve about z-axis.