Vector-Valued Functions: Derivatives and Integrals
Differentiation of Vector-Valued Functions
A vector-valued function maps a scalar input (usually time) to a vector output:
The component functions , , and each describe behavior along one coordinate axis. To differentiate , you just differentiate each component separately:
Geometrically, is the tangent vector at the point . It points in the direction the curve is heading at that instant. This is the key link between derivatives and motion: the derivative tells you which way and how fast the point is moving along the curve.
Once you have a tangent vector, you can write the equation of the tangent line at :
This is just the parametric form of a line through the point in the direction . Note that here is a new parameter for the line, not the same from the original curve.
Rules for Vector Function Differentiation
Most differentiation rules carry over from single-variable calculus, applied component by component:
- Sum rule:
- Scalar multiple rule: (for a constant )
- Scalar function multiple:
The product rules require more care because vectors have two kinds of multiplication:
- Dot product rule:
- Cross product rule:
With the cross product, order matters. The cross product is not commutative, so you must keep on the left and on the right in both terms. Swapping them introduces a sign error.
The chain rule also extends naturally:

Integration of Vector-Valued Functions
Integration works component by component, just like differentiation.
Indefinite integral:
The constant of integration is a vector constant , not a scalar. Each component picks up its own constant.
Definite integral:
The result is a single vector, not a function.
Solving initial value problems is one of the most common applications. For example, given and initial conditions for velocity and position:
- Integrate to get
- Apply the initial velocity condition to solve for
- Integrate to get
- Apply the initial position condition to solve for
The Fundamental Theorem of Calculus extends to vector functions as expected:
Motion in Space

Position, Velocity, and Acceleration Relationships
These three quantities form a derivative chain, and understanding how they connect is the core of this section.
- Position describes where an object is at time
- Velocity is the first derivative of position. It's tangent to the path and tells you both direction and rate of motion.
- Acceleration is the second derivative of position. It captures how the velocity is changing.
Speed is the magnitude of velocity: . This is a scalar. Velocity tells you direction and how fast; speed tells you only how fast.
Arc length measures the total distance traveled along the curve from to :
This integrates speed over time, which makes intuitive sense: distance equals speed multiplied by time, accumulated continuously.
The TNB Frame
Three unit vectors form a moving coordinate system (called the Frenet-Serret frame or TNB frame) attached to the curve at each point:
- Unit tangent vector points in the direction of motion
- Principal normal vector points toward the center of curvature (perpendicular to , in the direction the curve is turning)
- Binormal vector is perpendicular to both and , completing a right-handed coordinate system
Together, , , and give you a local frame of reference that moves with the object along the curve. The plane spanned by and is called the osculating plane, and it's the plane in which the curve is locally bending.