Vector-Valued Function — Definition, Formula & Examples
A vector-valued function is a function whose input is a scalar (usually ) and whose output is a vector. Each component of the output vector is itself a regular scalar function of .
A vector-valued function assigns to each scalar in its domain a vector , where each is a real-valued function called a component function.
Key Formula
Where:
- = Scalar parameter (often representing time)
- = Component functions giving the x, y, and z coordinates
- = Standard unit vectors along the x, y, and z axes
How It Works
You evaluate a vector-valued function by plugging the parameter into each component function separately. The resulting vector traces out a curve in space as varies. In two dimensions, describes a plane curve; in three dimensions, describes a space curve. You can differentiate or integrate a vector-valued function by applying those operations to each component independently.
Worked Example
Problem: Given , find and .
Evaluate at t = 2: Substitute into each component function.
Differentiate each component: Take the derivative of each component with respect to .
Answer: and .
Why It Matters
Vector-valued functions are central to multivariable calculus (Calculus 3), where they describe curves and particle trajectories in space. Physics and engineering use them to model position, velocity, and acceleration of moving objects, making them essential for anyone studying mechanics or computer graphics.
Common Mistakes
Mistake: Confusing a vector-valued function with a multivariable scalar function like .
Correction: A vector-valued function takes a scalar input and returns a vector. A multivariable function takes a vector input and returns a scalar. The directions of input and output are reversed.
