Vector Derivative — Definition, Formula & Examples
A vector derivative is the derivative of a vector-valued function, computed by differentiating each component of the vector separately with respect to the parameter (usually time).
Given a vector-valued function , its derivative is defined as , which equals provided each component function is differentiable at .
Key Formula
Where:
- = A vector-valued function of the parameter t
- = The scalar component functions of the vector
- = The parameter, often representing time
How It Works
To differentiate a vector-valued function, apply the standard rules of single-variable calculus to each component independently. The resulting derivative vector is tangent to the curve traced by at the point corresponding to parameter . Its magnitude gives the speed of a particle moving along that curve. Product rules for dot products and cross products carry over with modifications: for instance, .
Worked Example
Problem: Find the derivative and speed at t = 1 for the vector-valued function r(t) = ⟨t², 3t, sin(πt)⟩.
Differentiate each component: Apply standard differentiation rules to each component separately.
Evaluate at t = 1: Substitute t = 1 into each component of the derivative.
Find the speed: The speed is the magnitude of the derivative vector.
Answer: The derivative at t = 1 is ⟨2, 3, −π⟩, and the speed is √(13 + π²) ≈ 4.79.
Why It Matters
Vector derivatives are essential in physics for describing velocity and acceleration of objects moving through space. In multivariable calculus and differential geometry, they underpin the computation of tangent vectors, arc length, and curvature of space curves.
Common Mistakes
Mistake: Forgetting that the derivative of a vector-valued function is itself a vector, and treating the result as a scalar.
Correction: Always write the derivative as a vector with the same number of components as the original function. Each component is differentiated independently.
