2. Vector-Valued Functions

Integrals Of Vector Functions

Explores integrals of vector-valued functions and their applications in displacement and work.

Integrals of Vector Functions

Welcome, students! In this lesson, we’re diving into the world of integrals of vector functions. This topic is a cornerstone in multivariable calculus and has exciting applications in physics, engineering, and beyond. By the end of this lesson, you’ll understand how to integrate vector-valued functions, how to interpret these integrals in real-world terms (like displacement and work), and how to solve practical problems using them. So, let’s get ready to discover how integrals of vector functions help us analyze motion and forces in multidimensional spaces! 🚀

What Are Vector Functions?

Before we jump into integrals, let’s first understand what vector functions are. A vector function is a function that has a vector as its output. Unlike scalar functions, which return a single number, vector functions return a vector.

A common form of a vector function in three dimensions is:

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

Here, $x(t)$, $y(t)$, and $z(t)$ are scalar functions of a single variable $t$, and $\mathbf{r}(t)$ gives a vector at each value of $t$.

Example: Parametric Representation of a Curve

Imagine a particle moving through space. Its position at time $t$ can be represented by a vector function. For example:

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

This tells us that at any time $t$, the particle’s $x$-position is $3t$, the $y$-position is $2t^2$, and the $z$-position is always $5$.

Real-World Analogy: Flight Path of a Drone

Think of a drone flying in 3D space. Its position at any moment is a vector that depends on time. This vector might tell us how far north, how high, and how far east the drone is. The vector function $\mathbf{r}(t)$ is like a GPS tracker for that drone, giving us its exact position at each second.

Integrating Vector Functions: The Basics

Now that we know what vector functions are, let’s talk about integrals. Integrating a vector function is a lot like integrating a regular (scalar) function, except we integrate each component separately.

If we have a vector function $\mathbf{r}(t) = \langle x(t), y(t), z(t) \rangle$, then its integral is:

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

Example: Integrating a Simple Vector Function

Let’s take a simple vector function:

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

We can find its integral by integrating each component:

  1. $\int 4t \, dt = 2t^2 + C_1$
  2. $\int t^2 \, dt = \frac{t^3}{3} + C_2$
  3. $\int 3 \, dt = 3t + C_3$

So, the integral of $\mathbf{r}(t)$ is:

$$\int \mathbf{r}(t) \, dt = \langle 2t^2 + C_1, \frac{t^3}{3} + C_2, 3t + C_3 \rangle$$

Here, $C_1$, $C_2$, and $C_3$ are constants of integration, which depend on initial conditions.

Key Idea: Each Component is Integrated Separately

When integrating a vector function, always remember that each component behaves like a regular function. So, if you can integrate $x(t)$, $y(t)$, and $z(t)$ individually, you can integrate the whole vector function.

Displacement: The Integral of Velocity

One of the most important applications of integrating vector functions is finding displacement from velocity.

Velocity and Position

The velocity of a moving object is the derivative of its position vector:

$$\mathbf{v}(t) = \frac{d}{dt} \mathbf{r}(t)$$

So, if we know the velocity vector $\mathbf{v}(t)$, we can find the position vector $\mathbf{r}(t)$ by integrating:

$$\mathbf{r}(t) = \int \mathbf{v}(t) \, dt$$

Example: Finding the Position from Velocity

Suppose a particle’s velocity is given by:

$$\mathbf{v}(t) = \langle 2t, 3, 4t^2 \rangle$$

We want to find the position function $\mathbf{r}(t)$, given that at $t=0$, the particle is at the origin $\langle 0, 0, 0 \rangle$.

We integrate each component of $\mathbf{v}(t)$:

  1. $\int 2t \, dt = t^2 + C_1$
  2. $\int 3 \, dt = 3t + C_2$
  3. $\int 4t^2 \, dt = \frac{4t^3}{3} + C_3$

Now, we use the initial condition $\mathbf{r}(0) = \langle 0, 0, 0 \rangle$. That means:

  • $0 = 0^2 + C_1 \Rightarrow C_1 = 0$
  • $0 = 3 \cdot 0 + C_2 \Rightarrow C_2 = 0$
  • $0 = \frac{4 \cdot 0^3}{3} + C_3 \Rightarrow C_3 = 0$

So, the position function is:

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

Real-World Example: Car’s Motion

Let’s say a car is driving along a curved highway. Its velocity might be a vector function that changes over time. By integrating that velocity function, we can find the car’s exact position at any time. This is exactly how GPS systems calculate your location from velocity data.

Fun Fact: The Integral’s Units

When you integrate velocity (which has units like meters per second), you end up with a position (which has units like meters). This is a great way to check your work: make sure the units match up! 🧮

Work Done by a Force: Line Integrals of Vector Fields

Another important application of integrals of vector functions is calculating the work done by a force. In physics, work is the integral of force along a path.

Force and Work

If a force $\mathbf{F}$ moves an object along a path described by the position vector $\mathbf{r}(t)$, then the work done by the force is given by the line integral:

$$W = \int_C \mathbf{F} \cdot d\mathbf{r}$$

Here, $d\mathbf{r}$ is the differential displacement vector along the path, and $\mathbf{F} \cdot d\mathbf{r}$ is the dot product of the force and the displacement.

Breaking It Down: What’s $d\mathbf{r}$?

The differential displacement vector $d\mathbf{r}$ is the derivative of the position vector $\mathbf{r}(t)$ with respect to $t$, multiplied by $dt$:

$$d\mathbf{r} = \frac{d\mathbf{r}}{dt} dt = \mathbf{v}(t) dt$$

So, the work integral can be written as:

$$W = \int_a^b \mathbf{F}(\mathbf{r}(t)) \cdot \mathbf{v}(t) \, dt$$

Example: Work Done by a Force Field

Suppose we have a force field:

$$\mathbf{F}(x, y) = \langle 2x, 3y \rangle$$

And the path is given by the position vector:

$$\mathbf{r}(t) = \langle t^2, t^3 \rangle, \quad t \in [0, 1]$$

We want to find the work done by the force along this path.

First, we find the velocity vector:

$$\mathbf{v}(t) = \frac{d\mathbf{r}(t)}{dt} = \langle 2t, 3t^2 \rangle$$

Next, we plug $\mathbf{r}(t)$ into $\mathbf{F}$ to get the force along the path:

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

Now, we find the dot product $\mathbf{F}(\mathbf{r}(t)) \cdot \mathbf{v}(t)$:

$$\mathbf{F}(\mathbf{r}(t)) \cdot \mathbf{v}(t) = (2t^2)(2t) + (3t^3)(3t^2) = 4t^3 + 9t^5$$

Finally, we integrate from $t=0$ to $t=1$:

$$W = \int_0^1 (4t^3 + 9t^5) \, dt = \left[ t^4 + \frac{9}{6}t^6 \right]_0^1 = 1 + \frac{3}{2} = \frac{5}{2}$$

So, the work done by the force along the given path is $\frac{5}{2}$ units.

Real-World Example: Work Done by Gravity

Imagine you’re lifting a box straight up. The force of gravity acts downward, and you’re applying an upward force. The work you do is the integral of your force along the path. If you lift the box 2 meters, and the box weighs 10 N, the work done is:

$$W = \int_0^2 10 \, dy = 10 \cdot 2 = 20 \, \text{Joules}$$

This shows how integrals of vector functions relate directly to physical work.

Properties of Vector Integrals

Integrals of vector functions share many properties with scalar integrals. Here are a few key properties that will help you solve problems more easily:

  1. Linearity: If $\mathbf{u}(t)$ and $\mathbf{v}(t)$ are vector functions and $c$ is a constant, then:

$$

$\int$ (c$\mathbf{u}$(t) + $\mathbf{v}$(t)) \, dt = c $\int$ $\mathbf{u}$(t) \, dt + $\int$ $\mathbf{v}$(t) \, dt

$$

  1. Additivity of Intervals: If you want to integrate over two intervals $[a, b]$ and $[b, c]$, you can add the integrals:

$$

$\int$_a^c $\mathbf{r}$(t) \, dt = $\int$_a^b $\mathbf{r}$(t) \, dt + $\int$_b^c $\mathbf{r}$(t) \, dt

$$

  1. Zero Integral for Constant Functions: If $\mathbf{r}(t)$ is constant, then:

$$

$\int$_a^b $\mathbf{r}$(t) \, dt = (b - a) $\mathbf{r}$(t)

$$

Example: Using Linearity

Suppose we have two vector functions:

$$\mathbf{u}(t) = \langle t, 2t, 3 \rangle, \quad \mathbf{v}(t) = \langle t^2, t^3, 1 \rangle$$

We want to find:

$$\int (\mathbf{u}(t) + 2\mathbf{v}(t)) \, dt$$

We can use linearity:

$$\int \mathbf{u}(t) \, dt = \langle \frac{t^2}{2}, t^2, 3t \rangle + \mathbf{C}_1$$

$$\int 2\mathbf{v}(t) \, dt = 2 \int \langle t^2, t^3, 1 \rangle \, dt = 2 \langle \frac{t^3}{3}, \frac{t^4}{4}, t \rangle + \mathbf{C}_2$$

So, the integral is:

$$\int (\mathbf{u}(t) + 2\mathbf{v}(t)) \, dt = \langle \frac{t^2}{2} + \frac{2t^3}{3}, t^2 + \frac{t^4}{2}, 3t + 2t \rangle + \mathbf{C}$$

This shows how linearity helps break down complex integrals into simpler parts.

Vector Fields and Path Independence

In some cases, the value of the integral doesn’t depend on the path taken, only on the endpoints. This happens if the vector field is conservative.

Conservative Vector Fields

A vector field $\mathbf{F}$ is called conservative if there exists a scalar function $f$ (called a potential function) such that:

$$\mathbf{F} = \nabla f$$

In other words, $\mathbf{F}$ is the gradient of $f$.

Path Independence

If $\mathbf{F}$ is conservative, then the line integral of $\mathbf{F}$ along any path from point $A$ to point $B$ depends only on the endpoints $A$ and $B$:

$$\int_A^B \mathbf{F} \cdot d\mathbf{r} = f(B) - f(A)$$

Example: A Conservative Field

Consider the vector field:

$$\mathbf{F}(x, y) = \langle 2x, 2y \rangle$$

We can find a potential function $f(x, y)$ by integrating:

  1. Integrate $2x$ with respect to $x$: $f(x, y) = x^2 + g(y)$
  2. Integrate $2y$ with respect to $y$: $f(x, y) = y^2 + h(x)$

Combining both, we see that $f(x, y) = x^2 + y^2$ is the potential function.

Now, if we want to find the work done by $\mathbf{F}$ along any path from $(0,0)$ to $(1,1)$:

$$W = f(1,1) - f(0,0) = (1^2 + 1^2) - (0^2 + 0^2) = 2$$

So, the work done is $2$, no matter what path we take.

Real-World Example: Gravity Near Earth’s Surface

Near Earth’s surface, the gravitational force field is conservative. The work done by gravity only depends on the change in height, not the path. That’s why climbing a staircase or a ramp requires the same amount of energy to reach the same height. 🏞️

Conclusion

Congratulations, students! You’ve journeyed through the fascinating world of integrals of vector functions. We learned what vector functions are, how to integrate them, and how these integrals apply to real-world concepts like displacement and work. We also saw how conservative vector fields make certain integrals path-independent.

By mastering these concepts, you’re now equipped to solve problems involving motion, forces, and energy in multidimensional spaces. Keep practicing, and soon you’ll see these integrals pop up everywhere—from physics to engineering to computer graphics. 🚀

Study Notes

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

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

  • To integrate a vector function, integrate each component separately:

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

  • The position vector is the integral of the velocity vector:

$$\mathbf{r}(t) = \int \mathbf{v}(t) \, dt$$

  • Work done by a force along a path:

$$W = \int_C \mathbf{F} \cdot d\mathbf{r} = \int_a^b \mathbf{F}(\mathbf{r}(t)) \cdot \mathbf{v}(t) \, dt$$

  • Properties of vector integrals:
  • Linearity:

$$\int (c\mathbf{u}(t) + \mathbf{v}(t)) \, dt = c \int \mathbf{u}(t) \, dt + \int \mathbf{v}(t) \, dt$$

  • Additivity of intervals:

$$\int_a^c \mathbf{r}(t) \, dt = \int_a^b \mathbf{r}(t) \, dt + \int_b^c \mathbf{r}(t) \, dt$$

  • Conservative vector fields:
  • A vector field $\mathbf{F}$ is conservative if $\mathbf{F} = \nabla f$ for some potential function $f$.
  • For conservative fields, line integrals depend only on the endpoints:

$$\int_A^B \mathbf{F} \cdot d\mathbf{r} = f(B) - f(A)$$

  • Real-world applications:
  • Displacement: Integrating velocity gives position.
  • Work: Integrating force along a path gives the work done.
  • Conservative fields: Gravitational force near Earth is an example.

Practice Quiz

5 questions to test your understanding

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