Introduction
When a vector depends on a parameter (most commonly time $t$), we can differentiate it with respect to that parameter. The derivative of a vector function is itself a vector, obtained by differentiating each component separately. This concept is fundamental in physics for describing motion, where position, velocity, and acceleration are all vector quantities that change with time.
If $\mathbf{r}(t) = x(t)\hat{x} + y(t)\hat{y} + z(t)\hat{z}$ is a vector function of a parameter $t$, then the derivative of $\mathbf{r}$ with respect to $t$ is defined as:
This limit, when it exists, gives the derivative vector $\frac{d\mathbf{r}}{dt}$.
Component-Wise Differentiation
The derivative of a vector function is computed by differentiating each component separately:
Given a time-dependent vector $\mathbf{A}(t) = A_x(t)\hat{x} + A_y(t)\hat{y} + A_z(t)\hat{z}$, we can find its time derivative by differentiating each component separately with respect to time:
Since the unit vectors $\hat{x}$, $\hat{y}$, and $\hat{z}$ are constant (they don't depend on $t$), they can be treated as constants when differentiating.
Dot Notation
In physics, it is common to use dot notation to denote derivatives with respect to time.
For a function $f(t)$ that depends on time, we use the following notation:
- First derivative: $\dot{f} = \frac{df}{dt}$ (read as "f dot")
- Second derivative: $\ddot{f} = \frac{d^2f}{dt^2}$ (read as "f double dot")
- Third derivative: $\dddot{f} = \frac{d^3f}{dt^3}$ (read as "f triple dot")
For vectors, we apply the same notation:
- $\dot{\mathbf{r}} = \frac{d\mathbf{r}}{dt}$ (first derivative of position vector)
- $\ddot{\mathbf{r}} = \frac{d^2\mathbf{r}}{dt^2}$ (second derivative of position vector)
- Compactness: $\dot{x}$ is shorter and cleaner than $\frac{dx}{dt}$
- Convention: Standard notation in physics, especially in mechanics
- Efficiency: Reduces clutter in equations, making them easier to read and write
- Historical: Used by Newton and has been standard in physics for centuries
Given a time-dependent position vector $\mathbf{r}(t) = x(t)\hat{x} + y(t)\hat{y} + z(t)\hat{z}$, we can find the velocity vector by differentiating each component with respect to time:
This expression may be written explicity as the velocity vector and its components like this:
where $v_x$, $v_y$, and $v_z$ are the components of the velocity vector:
We can extend the previous example to acceleration by differentiating the velocity vector with respect to time:
This expression may be written explicity as the acceleration vector and its components like this:
where $a_x$, $a_y$, and $a_z$ are the components of the acceleration vector:
Properties of Vector Differentiation
- Sum rule: $\frac{d}{dt}(\mathbf{a} + \mathbf{b}) = \dot{\mathbf{a}}+ \dot{\mathbf{b}}$
- Scalar multiplication: $\frac{d}{dt}(c\mathbf{a}) = c\,\dot{\mathbf{a}}$ for constant scalar $c$
- Product with scalar function: $\frac{d}{dt}(f(t)\mathbf{a}(t)) = \dot{f}\mathbf{a} + f\dot{\mathbf{a}}$
- Dot product: $\frac{d}{dt}(\mathbf{a} \cdot \mathbf{b}) = \dot{\mathbf{a}} \cdot \mathbf{b} + \mathbf{a} \cdot \dot{\mathbf{b}} \;\;\;\;$(the dot product is defined in the next section)
- Cross product: $\frac{d}{dt}(\mathbf{a} \times \mathbf{b}) = \dot{\mathbf{a}} \times \mathbf{b} + \mathbf{a} \times \dot{\mathbf{b}} \;\;\;\;$ (the cross product is defined in the next section)
- Magnitude: $\frac{d}{dt}|\mathbf{a}| = \frac{\mathbf{a} \cdot \dot{\mathbf{a}}}{|\mathbf{a}|}$ (when $|\mathbf{a}| \neq 0$)
Examples
Find $\frac{d\mathbf{r}}{dt}$ where $\mathbf{r}(t) = t^2\hat{x} + 3t\hat{y}+\sin t\hat{z}$.
Solution:
Differentiating each component:
gives
A particle's position is given by $\mathbf{r}(t) = (2t^3, 5t^2, t)$ meters. Find the velocity and acceleration vectors using dot notation.
Solution:
Velocity:
Acceleration:
Verify the product rule for dot products: $\frac{d}{dt}(\mathbf{a} \cdot \mathbf{b}) = \dot{\mathbf{a}} \cdot \mathbf{b} + \mathbf{a} \cdot \dot{\mathbf{b}}$ where $\mathbf{a}(t) = (t, t^2, 1)$ and $\mathbf{b}(t) = (2t, 1, t)$.
Solution:
First, compute $\mathbf{a} \cdot \mathbf{b}$:
Taking the derivative:
Now compute the right-hand side. First find the derivatives:
Computing $\dot{\mathbf{a}} \cdot \mathbf{b} + \mathbf{a} \cdot \dot{\mathbf{b}}$:
This matches the left-hand side, confirming the product rule.
A particle moves in a circle of radius $R$ with constant angular speed $\omega$. Its position vector is $\mathbf{r}(t) = (R\cos(\omega t), R\sin(\omega t), 0)$. Find the velocity and acceleration using dot notation.
Solution:
Velocity:
Acceleration:
This shows that for uniform circular motion, the acceleration points toward the center (centripetal acceleration) with magnitude $R\omega^2$.
Show that if $\hat{\mathbf{r}}$ is a unit vector (i.e., $|\hat{\mathbf{r}}| = 1$), then $\frac{d\hat{\mathbf{r}}}{dt}$ is perpendicular to $\hat{\mathbf{r}}$.
Solution:
Since $|\hat{\mathbf{r}}| = 1$, we have $\hat{\mathbf{r}} \cdot \hat{\mathbf{r}} = 1$. Differentiating both sides:
Using the product rule for dot products:
Therefore, $\frac{d\hat{\mathbf{r}}}{dt} \cdot \hat{\mathbf{r}} = 0$, which means $\frac{d\hat{\mathbf{r}}}{dt}$ is perpendicular to $\hat{\mathbf{r}}$.
Applications in Physics
Vector differentiation is fundamental in physics:
- Kinematics: Position $\mathbf{r}(t)$, velocity $\mathbf{v} = \dot{\mathbf{r}}$, and acceleration $\mathbf{a} = \ddot{\mathbf{r}}$ are all related through differentiation.
- Newton's Second Law: $\mathbf{F} = m\mathbf{a} = m\ddot{\mathbf{r}}$ relates force to the second derivative of position.
- Angular momentum: $\mathbf{L} = \mathbf{r} \times \mathbf{p}$, and its time derivative gives torque: $\boldsymbol{\tau} = \dot{\mathbf{L}}$.
- Electric and magnetic fields: Time-varying fields involve derivatives of vector quantities.
- Wave equations: Many wave equations involve second derivatives of vector fields.