Derivative of a Vector Function- Complete Guide
What Is a Derivative of a Vector Function?
A derivative of a vector function tells you the rate of change of a quantity that has both magnitude and direction. Unlike regular derivatives that deal with scalars, vector derivatives handle things moving in space.
If you have a vector function r(t), its derivative r'(t) gives you the velocity vector at any point t. Simple as that.
Vector Functions: The Basics
A vector function assigns a vector to each value of a parameter, usually time t. You write it as:
r(t) = ⟨f(t), g(t), h(t)⟩
or in component form:
r(t) = f(t)i + g(t)j + h(t)k
Each component is just an ordinary function. That's the key insight—vector functions are really just three regular functions bundled together.
Definition: How to Find the Derivative
The derivative of a vector function follows the same limit definition as regular derivatives:
r'(t) = lim Δt→0 [r(t + Δt) - r(t)] / Δt
But here's the part most textbooks skip: this limit exists component-wise. That means you can differentiate each component separately and combine the results.
The Component Rule (What You Actually Use)
If r(t) = ⟨f(t), g(t), h(t)⟩, then:
r'(t) = ⟨f'(t), g'(t), h'(t)⟩
Differentiate the first component, differentiate the second, differentiate the third. Done. No magic involved.
Properties You Need to Know
- Sum Rule: d/dt [r(t) + s(t)] = r'(t) + s'(t)
- Scalar Multiplication: d/dt [c·r(t)] = c·r'(t), where c is a constant
- Product Rule (scalar times vector): d/dt [f(t)·r(t)] = f'(t)r(t) + f(t)r'(t)
- Dot Product: d/dt [r(t) · s(t)] = r'(t) · s(t) + r(t) · s'(t)
- Cross Product: d/dt [r(t) × s(t)] = r'(t) × s(t) + r(t) × s'(t)
The product rules matter when you're multiplying vectors by scalar functions or doing dot/cross products.
Getting Started: How to Compute Vector Derivatives
Step 1: Identify the Components
Write out your vector function as separate components. If you have r(t) = t²i + sin(t)j + eᵗk, your components are:
f(t) = t², g(t) = sin(t), h(t) = eᵗ
Step 2: Differentiate Each Component
Apply standard differentiation rules to each:
f'(t) = 2t, g'(t) = cos(t), h'(t) = eᵗ
Step 3: Combine the Results
Your derivative is r'(t) = ⟨2t, cos(t), eᵗ⟩
That's it. Three components, three derivatives, one answer.
What Does r'(t) Actually Represent?
In physics, if r(t) describes position, then r'(t) is the velocity vector. The magnitude |r'(t)| is the speed.
The direction of r'(t) is tangent to the curve at point t. This leads directly to the unit tangent vector:
T(t) = r'(t) / |r'(t)|
When r'(t) = 0, you have a critical point where the tangent vector vanishes. This often indicates a cusp or sharp turn in the path.
Second Derivative: r''(t)
Yes, you can differentiate again. The second derivative r''(t) gives you acceleration when r(t) is position.
If r'(t) = ⟨2t, cos(t), eᵗ⟩, then:
r''(t) = ⟨2, -sin(t), eᵗ⟩
Higher-Order Derivatives
Keep differentiating each component as many times as needed. There's no special rule—just repeat the process.
r⁽ⁿ⁾(t) means differentiate n times. For most applications, you won't need past the second derivative.
Comparing Vector and Scalar Differentiation
| Aspect | Scalar Function f(t) | Vector Function r(t) |
|---|---|---|
| Form | Single value | Three components ⟨f,g,h⟩ |
| Derivative | f'(t) | r'(t) = ⟨f',g',h'⟩ |
| Geometric meaning | Slope of curve | Velocity/tangent vector |
| Product rule | Standard f·g | Two versions (dot and cross) |
| Magnitude derivative | |f'| is straightforward | |r'| requires chain rule |
Common Mistakes to Avoid
- Treating vectors as scalars: Remember each component needs its own differentiation
- Forgetting the product rule: When multiplying by a scalar function, use the product rule
- Mixing up dot and cross products: Both have their own derivative rules
- Ignoring domain: The derivative exists only where each component is differentiable
When r'(t) = 0 But r(t) ≠ 0
This happens. It means the object has zero velocity at that instant but is still positioned somewhere. Think of a ball thrown upward at the peak of its arc—the velocity is zero, but it's still in the air.
The direction of motion reverses when r'(t) changes sign in any component.
Applications in Physics and Engineering
Vector derivatives show up everywhere:
- Particle motion: r(t) = position, r'(t) = velocity, r''(t) = acceleration
- Curvature calculations: κ = |r'(t) × r''(t)| / |r'(t)|³
- Tangential and normal components: Decomposing acceleration into parallel and perpendicular parts
- Electromagnetic fields: Time-varying E and B fields use vector derivatives
The Bottom Line
Finding the derivative of a vector function comes down to differentiating each component separately. The vector notation makes problems look harder than they are. Once you break it into components, you're just doing regular calculus three times.
Know your product rules for scalar-vector multiplication, dot products, and cross products. Those are where people actually get tripped up.