Integrals of Vector-Valued Functions
We have just looked at computing Derivatives of Vector-Valued Functions. We will now look at the vector-valued function analogue of integration. Let's first start off with indefinite integration.
Indefinite Integration of Vector-Valued Functions
Definition: Let $\vec{r}(t) = (x(t), y(t), z(t))$ be a vector-valued function. Then $\vec{R}(t)$ is said to be an Antiderivative of $\vec{r}(t)$ if $\vec{R'}(t) = \vec{r}(t)$. |
As we see, the notion of an antiderivative of a vector-valued function is analogous to that of an antiderivative of a real-valued function.
Definition: Let $\vec{r}(t) = (x(t), y(t), z(t))$ be a vector-valued function defined for all $t$ in the interval $I$. If $x(t)$, $y(t)$, and $z(t)$ are integrable on $I$, then $\int \vec{r}(t) \: dt = \left ( \int x(t) \: dt, \int y(t) \: dt, \int z(t) \: dt \right ) + \vec{C}$. We call $\vec{C}$ the Vector Constant of Integration. |
One important note to mention is that the constant of integration $\vec{C}$ is a vector when integrating vector-valued functions. In fact, $\vec{C} = (C_1, C_2, C_3)$ is the vector whose components are the constants of integration when integrating $x(t)$, $y(t)$, and $z(t)$ respectively.
Now that that's aside, let's look at an example of integrating a vector-valued function. Consider the vector-valued function $\vec{r}(t) = (2 \cos t, t^3, e^t - 1)$. To integrate $\vec{r}(t)$, all we need to do is integrate each component function as follows:
(1)Of course, if the components of $\vec{r}(t)$ are more complicated to integrate, we can always utilize techniques we have learned for real-valued functions for integration, such as U-Substitution, Integration by Parts, Tabular Integration, etc…
Now let's look at definite integration of vector-valued functions.
Definite Integration of Vector-Valued Functions
Definition: Let $\vec{r}(t) = (x(t), y(t), z(t))$ be a vector-valued function defined for all $t$ in the interval $I$. If $x(t)$, $y(t)$, and $z(t)$ are integrable on $I$, then $\int_a^b \vec{r}(t) \: dt = \left ( \int_a^b x(t) \: dt, \int_a^b y(t) \: dt , \int_a^b z(t) \: dt \right )$. |
An alternative way to denote definite integration of a vector-valued function is $\int_a^b \vec{r}(t) \: dt = \left ( \int x(t) \: dt, \int y(t) \: dt, \int z(t) \: dt \right ) \biggr \rvert _a^b$, which is often neater to write.
Theorem 1: Let $\vec{r}(t) = (x(t), y(t), z(t))$ be a vector-valued function defined for all $t$ in the interval $I$. If $x(t)$, $y(t)$, and $z(t)$ are integrable on $I$, then $\int_a^b \vec{r}(t) = \vec{R}(b) - \vec{R}(a)$ where $\vec{R}(t)$ is any antiderivative to $\vec{r}(t)$. |
- Proof: From the definition of integrating vector-valued functions we have that:
Now let's look at an example of definite integration of a vector-valued function.
Consider the vector-valued function $\vec{r}(t) = ( \sin t, t, 3e^t )$ that we want to integrate from $0$ to $2$. If we indefinitely integrate this function, we get that $\int \vec{r}(t) \: dt = \left ( \int \sin t \: dt, \int t \: dt , \int 3e^t \: dt \right ) = (-\cos t, \frac{t^2}{2}, 3e^t)$ and so it follows that:
(3)Note: Recall that if we have a real-valued integrable function $f$, then the indefinite integral of $f$ produces a function that is an antiderivative of $f$, while a definite integral of $f$ produces a number. When dealing with vector-valued integrable functions, the indefinite integral of $\vec{r}(t)$ produces a vector function $\vec{R}(t)$, while a definite integral of $\vec{r}(t)$ produces a single vector as you should notice from the last two examples. |