Derivative of a Vector Function

Differentiate r(t) component by component, then get velocity, speed and the unit tangent
Derivative of r(t) = <t^2, sin(t), e^(3t)>
Unit tangent vector for r(t) = <cos t, sin t, t> at t = pi/2
Derivative of the dot product of <t, t^2, 1> and <1, t, t^3>
Speed of a particle with r(t) = <3t, 4t, 5>

Differentiate Component by Component

A vector-valued function r(t)=âŸĻf(t), g(t), h(t)âŸĐ\mathbf{r}(t) = \langle f(t),\, g(t),\, h(t)\rangle traces a curve in space as tt varies. Its derivative comes from the same limit as in single-variable calculus,

râ€ē(t)=lim⁡Δt→0r(t+Δt)−r(t)Δt\mathbf{r}'(t) = \lim_{\Delta t \to 0}\frac{\mathbf{r}(t + \Delta t) - \mathbf{r}(t)}{\Delta t}

and because vector subtraction and scalar division act componentwise, this collapses to the rule you actually use:

râ€ē(t)=âŸĻfâ€ē(t), gâ€ē(t), hâ€ē(t)âŸĐ\mathbf{r}'(t) = \langle f'(t),\, g'(t),\, h'(t)\rangle

It exists only where every component is differentiable — one non-smooth component kills the whole derivative.

What it means geometrically. râ€ē(t)\mathbf{r}'(t) is a vector, not a slope: it points along the curve in the direction of increasing tt and is tangent to it. If r\mathbf{r} is position, then râ€ē\mathbf{r}' is velocity, âˆĨrâ€ēâˆĨ\|\mathbf{r}'\| is speed (a scalar), and râ€ēâ€ē\mathbf{r}'' is acceleration.

Rules, Speed and the Unit Tangent

With u,v\mathbf{u}, \mathbf{v} differentiable and cc a scalar function:

ddt[u+v]=uâ€ē+vâ€ē,ddt[c u]=câ€ēu+c uâ€ē\frac{d}{dt}[\mathbf{u} + \mathbf{v}] = \mathbf{u}' + \mathbf{v}', \qquad \frac{d}{dt}[c\,\mathbf{u}] = c'\mathbf{u} + c\,\mathbf{u}'

ddt[u⋅v]=uâ€ē⋅v+u⋅vâ€ē(a scalar)\frac{d}{dt}[\mathbf{u} \cdot \mathbf{v}] = \mathbf{u}' \cdot \mathbf{v} + \mathbf{u} \cdot \mathbf{v}' \quad (\text{a scalar})

ddt[u×v]=uâ€ē×v+u×vâ€ē(order is fixed)\frac{d}{dt}[\mathbf{u} \times \mathbf{v}] = \mathbf{u}' \times \mathbf{v} + \mathbf{u} \times \mathbf{v}' \quad (\text{order is fixed})

ddt[r(s(t))]=râ€ē(s(t)) sâ€ē(t)\frac{d}{dt}[\mathbf{r}(s(t))] = \mathbf{r}'(s(t))\,s'(t)

Speed is the magnitude âˆĨrâ€ē(t)âˆĨ=fâ€ē2+gâ€ē2+hâ€ē2\|\mathbf{r}'(t)\| = \sqrt{f'^2 + g'^2 + h'^2}, and arc length on [a,b][a,b] is âˆŦabâˆĨrâ€ē(t)âˆĨ dt\int_a^b \|\mathbf{r}'(t)\|\,dt.

The unit tangent requires râ€ē(t)≠0\mathbf{r}'(t) \neq \mathbf{0}:

T(t)=râ€ē(t)âˆĨrâ€ē(t)âˆĨ\mathbf{T}(t) = \frac{\mathbf{r}'(t)}{\|\mathbf{r}'(t)\|}

A curve with râ€ē≠0\mathbf{r}' \neq \mathbf{0} everywhere is called smooth; where râ€ē=0\mathbf{r}' = \mathbf{0} the curve can have a cusp even though every component is differentiable.

Common Mistakes to Avoid

  • Reversing a cross product. uâ€ē×v+u×vâ€ē\mathbf{u}' \times \mathbf{v} + \mathbf{u} \times \mathbf{v}' — swapping either factor flips a sign, because a×b=− b×a\mathbf{a} \times \mathbf{b} = -\,\mathbf{b} \times \mathbf{a}.
  • Confusing âˆĨrâˆĨâ€ē\|\mathbf{r}\|' with âˆĨrâ€ēâˆĨ\|\mathbf{r}'\|. They are different: for r=âŸĻcos⁥t,sin⁥tâŸĐ\mathbf{r} = \langle\cos t, \sin t\rangle the first is 00 and the second is 11.
  • Treating râ€ē\mathbf{r}' as a slope. It is a vector; the "slope" of a space curve is not defined.
  • Forgetting the chain rule inside a component. ddte3t=3e3t\frac{d}{dt}e^{3t} = 3e^{3t}, not e3te^{3t}.
  • Normalising before differentiating. Tâ€ē(t)\mathbf{T}'(t) is not râ€ēâ€ē/âˆĨrâ€ēâ€ēâˆĨ\mathbf{r}''/\|\mathbf{r}''\|; differentiate r\mathbf{r} first, then normalise.
  • Dividing by zero at a cusp. Check râ€ē(t)≠0\mathbf{r}'(t) \neq \mathbf{0} before forming T(t)\mathbf{T}(t).

Examples

Step 1: Differentiate each component separately
Step 2: First: ddtt2=2t\dfrac{d}{dt}t^2 = 2t
Step 3: Second: ddtsin⁥t=cos⁥t\dfrac{d}{dt}\sin t = \cos t
Step 4: Third (chain rule): ddte3t=3e3t\dfrac{d}{dt}e^{3t} = 3e^{3t}
Answer: râ€ē(t)=âŸĻ2t,  cos⁥t,  3e3tâŸĐ\mathbf{r}'(t) = \langle 2t,\; \cos t,\; 3e^{3t}\rangle

Step 1: râ€ē(t)=âŸĻ−sin⁥t,  cos⁥t,  1âŸĐ\mathbf{r}'(t) = \langle -\sin t,\; \cos t,\; 1\rangle
Step 2: âˆĨrâ€ē(t)âˆĨ=sin⁥2t+cos⁥2t+1=1+1=2\|\mathbf{r}'(t)\| = \sqrt{\sin^2 t + \cos^2 t + 1} = \sqrt{1 + 1} = \sqrt{2} — constant speed
Step 3: At t=π/2t = \pi/2: râ€ē(π/2)=âŸĻ−1,  0,  1âŸĐ\mathbf{r}'(\pi/2) = \langle -1,\; 0,\; 1\rangle
Step 4: T=12âŸĻ−1,  0,  1âŸĐ\mathbf{T} = \dfrac{1}{\sqrt{2}}\langle -1,\; 0,\; 1\rangle
Answer: Speed =2= \sqrt{2}; T(π/2)=âŸĻ−12,  0,  12âŸĐ\mathbf{T}(\pi/2) = \left\langle -\tfrac{1}{\sqrt{2}},\; 0,\; \tfrac{1}{\sqrt{2}}\right\rangle

Step 1: uâ€ē=âŸĻ1, 2t, 0âŸĐ\mathbf{u}' = \langle 1,\, 2t,\, 0\rangle and vâ€ē=âŸĻ0, 1, 3t2âŸĐ\mathbf{v}' = \langle 0,\, 1,\, 3t^2\rangle
Step 2: uâ€ē⋅v=(1)(1)+(2t)(t)+(0)(t3)=1+2t2\mathbf{u}' \cdot \mathbf{v} = (1)(1) + (2t)(t) + (0)(t^3) = 1 + 2t^2
Step 3: u⋅vâ€ē=(t)(0)+(t2)(1)+(1)(3t2)=4t2\mathbf{u} \cdot \mathbf{v}' = (t)(0) + (t^2)(1) + (1)(3t^2) = 4t^2
Step 4: Add: 1+2t2+4t2=1+6t21 + 2t^2 + 4t^2 = 1 + 6t^2
Step 5: Check directly: u⋅v=t+t3+t3=t+2t3\mathbf{u} \cdot \mathbf{v} = t + t^3 + t^3 = t + 2t^3, whose derivative is 1+6t21 + 6t^2
Answer: 1+6t21 + 6t^2 (a scalar)

Frequently Asked Questions

Differentiate each component with respect to the parameter and reassemble them into a vector. For r(t) = <f, g, h> the derivative is r'(t) = <f', g', h'>. No new technique is needed beyond ordinary single-variable differentiation.

It is the tangent vector to the curve, pointing in the direction of increasing t. If r(t) is position then r'(t) is velocity, its magnitude is the speed, and r''(t) is acceleration.

Yes, and both look like the ordinary product rule. The dot version gives a scalar. The cross version requires you to preserve the order of the factors, since the cross product is anticommutative.

T(t) = r'(t)/||r'(t)|| is undefined wherever r'(t) is the zero vector, because you would divide by zero. Such points are where the curve can have a cusp, even if each component function is perfectly differentiable.

Related Solvers

Related Guides

Try AI-Math for Free

Get step-by-step solutions to any math problem. Upload a photo or type your question.

Start Solving