2. Vector-Valued Functions

Derivatives Of Vector Functions

Covers the derivative of vector-valued functions and its physical meaning in motion.

Derivatives of Vector Functions

Welcome, students! 🌟 In this lesson, we’re diving into the fascinating world of vector-valued functions and how to find their derivatives. By the end of this lesson, you’ll understand how to compute the derivative of a vector function, interpret it in terms of velocity and acceleration, and apply it to real-world motion problems. Ready to roll? Let’s go! 🚀

Understanding Vector-Valued Functions

Before we jump into derivatives, let’s get a solid grasp on what vector-valued functions are.

A vector-valued function is a function that outputs a vector. That means its range isn’t just a single number (as with scalar functions), but a vector with multiple components. Typically, we write a vector-valued function as:

$$\mathbf{r}(t) = \langle x(t), y(t), z(t) \rangle$$

Each component ($x(t)$, $y(t)$, and $z(t)$) is a scalar function of the same variable $t$. That variable $t$ often represents time.

Real-World Example: A Flying Drone

Imagine a drone flying through the air. At every moment in time $t$, the drone’s position in 3D space can be described by a vector:

$$\mathbf{r}(t) = \langle x(t), y(t), z(t) \rangle$$

Here, $x(t)$, $y(t)$, and $z(t)$ might describe the drone’s position in meters along the $x$, $y$, and $z$ axes.

For example, if

$$\mathbf{r}(t) = \langle 2t, t^2, 5 \rangle$$

then at $t = 0$, the drone is at the position $\langle 0, 0, 5 \rangle$, and at $t = 2$, it’s at $\langle 4, 4, 5 \rangle$.

Now, what if we wanted to know how fast the drone is moving and in what direction? That’s where derivatives come in. Let’s explore that next.

Derivatives of Vector-Valued Functions

The derivative of a vector-valued function is a vector that describes how the function changes with respect to time (or whatever the variable is). In other words, it tells us the rate of change of each component.

Definition of the Derivative

If $\mathbf{r}(t) = \langle x(t), y(t), z(t) \rangle$, then its derivative is:

$$\mathbf{r}'(t) = \langle x'(t), y'(t), z'(t) \rangle$$

This means we take the derivative of each component function individually.

Example 1: A Simple Vector Function

Let’s say we have the vector function:

$$\mathbf{r}(t) = \langle 3t^2, \sin(t), e^t \rangle$$

To find the derivative, we differentiate each component:

  1. $x(t) = 3t^2 \quad \Rightarrow \quad x'(t) = 6t$
  2. $y(t) = \sin(t) \quad \Rightarrow \quad y'(t) = \cos(t)$
  3. $z(t) = e^t \quad \Rightarrow \quad z'(t) = e^t$

So the derivative is:

$$\mathbf{r}'(t) = \langle 6t, \cos(t), e^t \rangle$$

That’s it! We’ve found the derivative of the vector function.

Physical Meaning: Velocity

In physics, the derivative of the position vector function $\mathbf{r}(t)$ is called the velocity vector function, $\mathbf{v}(t)$.

So if $\mathbf{r}(t)$ gives the position of an object at time $t$, then:

$$\mathbf{v}(t) = \mathbf{r}'(t)$$

tells us the object’s velocity. Each component of $\mathbf{v}(t)$ gives the rate of change of position in that direction.

Let’s revisit our drone example.

Example 2: Velocity of the Drone

Recall the drone’s position function:

$$\mathbf{r}(t) = \langle 2t, t^2, 5 \rangle$$

We’ll differentiate each component:

  1. $x(t) = 2t \quad \Rightarrow \quad x'(t) = 2$
  2. $y(t) = t^2 \quad \Rightarrow \quad y'(t) = 2t$
  3. $z(t) = 5 \quad \Rightarrow \quad z'(t) = 0$

So the velocity vector is:

$$\mathbf{v}(t) = \langle 2, 2t, 0 \rangle$$

This tells us that at any time $t$, the drone is moving with a constant speed of 2 m/s along the $x$-axis, and its speed along the $y$-axis is changing at a rate of $2t$ m/s. It’s not moving at all in the $z$-direction (that component is 0).

Speed: Magnitude of the Velocity Vector

We often want to know the speed of the object. Speed is the magnitude of the velocity vector. If

$$\mathbf{v}(t) = \langle v_x(t), v_y(t), v_z(t) \rangle$$

then the speed $|\mathbf{v}(t)|$ is:

$$|\mathbf{v}(t)| = \sqrt{v_x(t)^2 + v_y(t)^2 + v_z(t)^2}$$

Let’s find the speed of the drone.

Example 3: Finding the Speed of the Drone

We know:

$$\mathbf{v}(t) = \langle 2, 2t, 0 \rangle$$

So the speed is:

$$|\mathbf{v}(t)| = \sqrt{2^2 + (2t)^2 + 0^2} = \sqrt{4 + 4t^2} = 2\sqrt{1 + t^2}$$

At $t = 0$, the speed is $2\sqrt{1 + 0} = 2$ m/s. At $t = 2$, the speed is $2\sqrt{1 + 4} = 2\sqrt{5} \approx 4.47$ m/s. Notice how the speed changes over time—it increases as $t$ grows.

Acceleration: The Second Derivative

The second derivative of the position function gives us the acceleration vector. Acceleration is the rate of change of velocity.

If $\mathbf{v}(t) = \mathbf{r}'(t)$, then the acceleration vector is:

$$\mathbf{a}(t) = \mathbf{v}'(t) = \mathbf{r}''(t)$$

Let’s find the drone’s acceleration.

Example 4: Acceleration of the Drone

We have the velocity function:

$$\mathbf{v}(t) = \langle 2, 2t, 0 \rangle$$

Now we differentiate each component again:

  1. $v_x(t) = 2 \quad \Rightarrow \quad v_x'(t) = 0$
  2. $v_y(t) = 2t \quad \Rightarrow \quad v_y'(t) = 2$
  3. $v_z(t) = 0 \quad \Rightarrow \quad v_z'(t) = 0$

So the acceleration vector is:

$$\mathbf{a}(t) = \langle 0, 2, 0 \rangle$$

This means the drone has a constant acceleration of 2 m/s² along the $y$-axis and no acceleration along the $x$ or $z$ axes. In other words, it’s speeding up in the $y$ direction at a constant rate.

Tangent Vectors and Curves

The velocity vector $\mathbf{v}(t)$ is tangent to the path of the object at any time $t$. This means the direction of $\mathbf{v}(t)$ gives us the direction the object is moving at that instant.

Imagine a roller coaster track. The position vector function $\mathbf{r}(t)$ describes the shape of the track. The velocity vector $\mathbf{v}(t)$ tells us the direction the cart is traveling along that track at any moment. The acceleration vector $\mathbf{a}(t)$ tells us how the cart’s velocity is changing—whether it’s speeding up, slowing down, or turning.

Example 5: A Circular Path

Let’s explore a classic example: motion along a circle.

Consider the position function:

$$\mathbf{r}(t) = \langle \cos(t), \sin(t), 0 \rangle$$

This describes an object moving around a unit circle in the $xy$-plane.

Let’s find the velocity:

$$\mathbf{v}(t) = \mathbf{r}'(t) = \langle -\sin(t), \cos(t), 0 \rangle$$

Notice that the velocity vector is always tangent to the circle. That makes sense, because the object is always moving along the circular path.

Now let’s find the acceleration:

$$\mathbf{a}(t) = \mathbf{v}'(t) = \langle -\cos(t), -\sin(t), 0 \rangle$$

Interestingly, the acceleration vector points toward the center of the circle (the origin). This is called centripetal acceleration—it’s what keeps the object moving in a circular path.

Curvature and Higher-Order Derivatives

The second derivative $\mathbf{r}''(t)$ doesn’t just give us acceleration. It also tells us something about the curvature of the path. Curvature describes how sharply a curve bends.

For a vector function in 2D or 3D, the curvature $\kappa$ can be calculated using the formula:

$$\kappa = \frac{|\mathbf{r}'(t) \times \mathbf{r}''(t)|}{|\mathbf{r}'(t)|^3}$$

Here, $\mathbf{r}'(t) \times \mathbf{r}''(t)$ is the cross product of the first and second derivatives, and $|\mathbf{r}'(t)|$ is the magnitude of the velocity.

Example 6: Curvature of the Circular Path

Let’s find the curvature of our circular path:

We know:

$$\mathbf{r}'(t) = \langle -\sin(t), \cos(t), 0 \rangle$$

$$\mathbf{r}''(t) = \langle -\cos(t), -\sin(t), 0 \rangle$$

The cross product is:

$$\mathbf{r}'(t) \times \mathbf{r}''(t) = \langle 0, 0, \sin^2(t) + \cos^2(t) \rangle = \langle 0, 0, 1 \rangle$$

So its magnitude is 1.

The magnitude of the velocity is:

$$|\mathbf{r}'(t)| = \sqrt{(-\sin(t))^2 + (\cos(t))^2} = \sqrt{1} = 1$$

Thus, the curvature is:

$$\kappa = \frac{1}{1^3} = 1$$

This tells us the curvature of a unit circle is always 1. In general, curvature gives us a measure of how tight the turn is.

Conclusion

Great job, students! 🎉 You’ve learned how to find the derivative of a vector-valued function. We covered:

  • What vector-valued functions are
  • How to differentiate them component by component
  • The physical meaning of the first derivative (velocity) and second derivative (acceleration)
  • How to find speed and curvature

These concepts are super important in fields like physics, engineering, and computer graphics. Next time you see a drone flying or a roller coaster zooming by, you’ll know exactly how to describe its motion with vectors and derivatives. Keep practicing, and you’ll master this in no time!

Study Notes

  • A vector-valued function is a function that outputs a vector:

$$\mathbf{r}(t) = \langle x(t), y(t), z(t) \rangle$$

  • To find the derivative of a vector-valued function, differentiate each component:

$$\mathbf{r}'(t) = \langle x'(t), y'(t), z'(t) \rangle$$

  • The derivative $\mathbf{r}'(t)$ represents the velocity vector $\mathbf{v}(t)$.
  • Speed is the magnitude of the velocity vector:

$$|\mathbf{v}(t)| = \sqrt{v_x(t)^2 + v_y(t)^2 + v_z(t)^2}$$

  • The second derivative $\mathbf{r}''(t)$ is the acceleration vector $\mathbf{a}(t)$:

$$\mathbf{a}(t) = \mathbf{r}''(t)$$

  • Velocity is tangent to the path; acceleration can point in different directions, including toward the center (centripetal acceleration).
  • Curvature $\kappa$ measures how sharply a curve bends:

$$\kappa = \frac{|\mathbf{r}'(t) \times \mathbf{r}''(t)|}{|\mathbf{r}'(t)|^3}$$

  • For circular motion:
  • Position: $\mathbf{r}(t) = \langle \cos(t), \sin(t), 0 \rangle$
  • Velocity: $\mathbf{v}(t) = \langle -\sin(t), \cos(t), 0 \rangle$
  • Acceleration: $\mathbf{a}(t) = \langle -\cos(t), -\sin(t), 0 \rangle$
  • Curvature: $\kappa = 1$ (for a unit circle)

Keep these notes handy, students, and you’ll have a strong foundation for tackling vector derivatives! 🚀

Practice Quiz

5 questions to test your understanding

Derivatives Of Vector Functions — High School Calculus 3 | A-Warded