Why vector-valued calculus matters
The page Vector-Valued Functions explains that a vector-valued function is a map
whose components are ordinary scalar functions. That is the key idea behind calculus in this setting: when we differentiate or integrate a vector-valued function, we do the operation one coordinate at a time.
This is the same philosophy already used for limits in vector-valued functions: the limit is taken coordinate-wise, so the calculus rules are also coordinate-wise.
Derivative
Definition
Let
The derivative is defined by the usual difference quotient:
Because the limit is taken coordinate-wise, this becomes
So the derivative of a vector-valued function is just the vector of derivatives of its component functions.
Write the difference quotient component by component:
If each scalar limit exists, then taking the limit as gives
So the vector limit exists exactly when all the component limits exist.
Meaning of the derivative
If is the position of a moving particle, then is the velocity vector. Its direction is tangent to the path, and its magnitude is the speed.
If at some time, the particle is momentarily at rest.
Circle example in 2D
Consider the unit circle
Its derivative is
The graph below shows the circle with four sample points and tangent vectors drawn at each point.
Unit circle: r(t) = (cos t, sin t) with tangent vectors
At the four cardinal points, the derivative vectors are:
| point on the circle | tangent direction | ||
|---|---|---|---|
| upward | |||
| left | |||
| downward | |||
| right |
These are exactly the tangent directions to the circle at those points.
Sphere speciality: tangent vectors are perpendicular to the position vector
The same idea works for a sphere centered at the origin. Let
be a curve lying on a sphere of radius so that every point has constant distance from the origin:
Equivalently,
Differentiate both sides with respect to :
Using the product rule for the dot product,
Since the dot product is symmetric,
so
That means the tangent vector is perpendicular to the position vector.
This is the geometric reason the radius of a circle or sphere is normal to the tangent direction:
- the position vector has constant length,
- constant length means the dot product is constant,
- differentiating forces and to be orthogonal.
The same proof works for any sphere centered at by replacing with .
General 2D curve and tangent vector picker
For a general parametric curve
the tangent vector at is
The graph below shows a standard test curve with a sample point and its tangent vector. The displayed sample point can be changed by editing the sample parameter list in the note source, which is the current way to "pick" the point in this renderer.
A curve with a selected sample point and tangent vector
For this curve,
so
At the chosen point ,
If you want a different point, change the sample parameter and recompute .
Near , the curve is well approximated by
This is the vector-valued version of the tangent line approximation.
General 3D curves
As an example in three dimensions, consider a right-handed helix. A simple parametrization is
The plot below shows one turn of the helix with several sample points. The tangent vectors at those sample points are drawn as small cones (arrowheads) anchored at the curve; the cones show the direction of the derivative in 3D.
Helix: r(t) = (cos t, sin t, t/(2\pi))
Arithmetic properties of the derivative
Let and be vector-valued functions, and let be a constant scalar. Then:
when is a scalar function.
For the dot product,
For the cross product in ,
Useful special cases:
and if is a constant vector, then
These are the vector-calculus analogues of the familiar product rule from single-variable calculus.
Integration
Integration is also taken component-wise.
If
then
where is a constant vector.
Similarly, for a definite integral,
So integration of vector-valued functions is not a new operation; it is the usual integral applied to each component separately.
Summary
- A vector-valued derivative is defined by the usual limit of the difference quotient.
- The limit works coordinate-wise, so the derivative is computed component-wise.
- The derivative vector points along the tangent direction of the curve.
- On a circle or sphere, the tangent vector is perpendicular to the position vector because the radius has constant length.
- The main arithmetic rules are the sum rule, scalar rule, dot-product rule, and cross-product rule.
- Integration is also component-wise.