9. Parametric Equations, Polar Coordinates, and Vector-Valued Functions

Integrating Vector-valued Functions

Integrating Vector-Valued Functions

students, imagine a moving drone 📷 flying through the air. Its location changes over time, and at every moment it has a position, a velocity, and maybe even a changing acceleration. In AP Calculus BC, vector-valued functions help us describe that motion in the plane or in space. One of the most important tools is integration, because it lets us recover position from velocity, velocity from acceleration, and total change from a rate of change.

In this lesson, you will learn how to interpret and compute integrals of vector-valued functions, how these ideas connect to motion, and why they matter for parametric and vector-based calculus. By the end, you should be able to explain what it means to integrate a vector-valued function, use antiderivatives component by component, and solve motion problems with confidence 🚀.

What It Means to Integrate a Vector-Valued Function

A vector-valued function has the form $\mathbf{r}(t)=\langle x(t),y(t)\rangle$ in the plane or $\mathbf{r}(t)=\langle x(t),y(t),z(t)\rangle$ in space. Each component is a regular function of $t$. When we integrate a vector-valued function, we integrate each component separately.

If $\mathbf{r}(t)=\langle f(t),g(t)\rangle$, then

$$\int \mathbf{r}(t)\,dt=\left\langle \int f(t)\,dt,\int g(t)\,dt\right\rangle + \mathbf{C}$$

where $\mathbf{C}$ is a constant vector. This works because integration is done component by component.

For example, if

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

then an antiderivative is

$$\int \mathbf{v}(t)\,dt=\left\langle t^2,\sin t\right\rangle+\mathbf{C}.$$

This is useful when $\mathbf{v}(t)$ is velocity. Then integrating gives position. If you know an initial position, you can find the exact motion of the object.

The main idea is simple: scalar integration gives accumulated change in one number, while vector integration gives accumulated change in multiple directions at once. Think of a car moving east and north at the same time. One component tracks east-west movement, and the other tracks north-south movement. Integrating each component tells you the full displacement 🧭.

Antiderivatives and Initial Conditions

A common AP Calculus BC task is to find position from velocity or velocity from acceleration. Suppose a particle has velocity

$$\mathbf{v}(t)=\langle x'(t),y'(t)\rangle.$$

Then the position vector $\mathbf{r}(t)$ satisfies

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

To recover $\mathbf{r}(t)$, integrate the velocity:

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

If an initial position is given, such as $\mathbf{r}(0)=\langle 3,-1\rangle$, then use that to determine the constant vector.

Example: let

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

and suppose $\mathbf{r}(0)=\langle 2,5\rangle$.

First find the antiderivative:

$$\mathbf{r}(t)=\left\langle 2t^2+C_1,3t+C_2\right\rangle.$$

Now use the initial condition:

$$\mathbf{r}(0)=\langle C_1,C_2\rangle=\langle 2,5\rangle.$$

So $C_1=2$ and $C_2=5$, giving

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

This kind of problem appears often because it shows the connection between rates and accumulated motion. If velocity is the derivative of position, then position is the integral of velocity.

Another important situation is acceleration. If

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

then integrating acceleration gives velocity, and integrating again gives position. In physics language, acceleration changes velocity, and velocity changes position. This chain is one of the key connections in calculus and motion.

Definite Integrals and Displacement

A definite integral of a vector-valued function gives net change over an interval. If

$$\mathbf{v}(t)=\langle f(t),g(t)\rangle,$$

then

$$\int_a^b \mathbf{v}(t)\,dt=\left\langle \int_a^b f(t)\,dt,\int_a^b g(t)\,dt\right\rangle.$$

This vector is the displacement over $[a,b]$. Displacement is not the same as total distance. Displacement tells where you end up compared to where you started.

Example: if

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

on $0\le t\le 2$, then

$$\int_0^2 \mathbf{v}(t)\,dt=\left\langle \int_0^2 1\,dt,\int_0^2 t\,dt\right\rangle=\left\langle 2,2\right\rangle.$$

So the particle’s net change in position is $\langle 2,2\rangle$. That means after $2$ units of time, the particle is 2 units farther in the $x$-direction and 2 units farther in the $y$-direction than it was at the start.

This is different from path length. A particle can travel a long curved route but have a small displacement if it ends near where it started. That idea is important in AP Calculus BC because it helps you distinguish between vector change and scalar length.

Vector-Valued Functions in Motion Problems

A vector-valued function can describe the position of a particle directly:

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

Then

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

and

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

If you integrate velocity, you get position; if you integrate acceleration, you get velocity. This is often used in motion problems where one quantity is given and another must be found.

Example: suppose a particle has acceleration

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

velocity at time $t=0$ of

$$\mathbf{v}(0)=\langle 1,4\rangle,$$

and position at time $t=0$ of

$$\mathbf{r}(0)=\langle 0,3\rangle.$$

First integrate acceleration:

$$\mathbf{v}(t)=\left\langle 3t^2+C_1,-2t+C_2\right\rangle.$$

Use $\mathbf{v}(0)=\langle 1,4\rangle$ to get $C_1=1$ and $C_2=4$, so

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

Now integrate velocity:

$$\mathbf{r}(t)=\left\langle t^3+t+D_1,-t^2+4t+D_2\right\rangle.$$

Use $\mathbf{r}(0)=\langle 0,3\rangle$ to get $D_1=0$ and $D_2=3$, so

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

This type of problem shows how integration reconstructs the full motion of the particle from rate information.

Connection to Parametric and Polar Ideas

Integrating vector-valued functions is closely connected to parametric equations. If

$$x=x(t)$$

and

$$y=y(t),$$

then the position vector is

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

So every parametric curve in the plane can be viewed as a vector-valued function. Integrating the derivative of that vector gives the curve back up to a constant vector.

This also connects to polar coordinates. A polar curve has the form

$$r=f(\theta).$$

It can be converted to parametric form using

$$x=r\cos\theta$$

and

$$y=r\sin\theta.$$

Once written parametrically, you can treat the curve as a vector-valued function

$$\mathbf{r}(\theta)=\langle r\cos\theta,r\sin\theta\rangle.$$

That means the same ideas about differentiating and integrating vectors still apply. In AP Calculus BC, this broader view helps you see that parametric, polar, and vector-valued functions are linked by the same calculus tools.

For example, if a curve is described by

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

then its derivative is

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

and integrating that derivative returns the original position function plus a constant vector. This is the same basic idea whether the curve comes from a parametric equation, a polar equation, or a motion model.

Common AP Calculus BC Reasoning

When solving these problems, students, focus on a few reliable steps ✅:

  1. Identify whether the given function is position, velocity, or acceleration.
  2. Integrate component by component.
  3. Add a constant vector when finding an antiderivative.
  4. Use initial conditions to solve for constants.
  5. Interpret the answer in context: position, displacement, or change in motion.

A very common mistake is forgetting that the constant of integration is itself a vector, such as $\mathbf{C}=\langle C_1,C_2\rangle$. Another mistake is mixing up displacement and distance. The integral of velocity gives displacement, not the total path length.

You may also need to connect the result to a graph or a story problem. For example, if the $x$-component of velocity is positive, the particle moves right; if the $y$-component is negative, it moves downward. The sign of each component tells direction, while the size tells how fast the particle moves in that direction.

Conclusion

Integrating vector-valued functions is a powerful way to describe motion and accumulated change in more than one direction at once. In AP Calculus BC, the key idea is that integration works component by component, so a vector antiderivative is found by integrating each entry separately. This lets you recover velocity from acceleration, position from velocity, and displacement from a rate of change.

This lesson also fits into the bigger AP Calculus BC picture. Parametric equations, polar coordinates, and vector-valued functions are all ways to describe curves and motion, and integration helps connect them to real-world movement. Whether the situation is a plane flying through the sky, a car turning on a road, or a particle moving on a graph, the same calculus ideas apply.

Study Notes

  • A vector-valued function has components, such as $\mathbf{r}(t)=\langle f(t),g(t)\rangle$.
  • Integrate vector-valued functions component by component: $$\int \mathbf{r}(t)\,dt=\left\langle \int f(t)\,dt,\int g(t)\,dt\right\rangle+\mathbf{C}.$$
  • If $\mathbf{v}(t)$ is velocity, then $\mathbf{r}(t)$ is position and $\mathbf{r}'(t)=\mathbf{v}(t)$.
  • If $\mathbf{a}(t)$ is acceleration, then $\mathbf{v}(t)=\int \mathbf{a}(t)\,dt$ and $\mathbf{r}(t)=\int \mathbf{v}(t)\,dt$.
  • A definite integral of velocity gives displacement, not total distance.
  • Initial conditions determine the constant vector.
  • Parametric equations can be written as vector-valued functions.
  • Polar curves can be converted to parametric form using $x=r\cos\theta$ and $y=r\sin\theta$.
  • In motion problems, interpret each component separately to understand direction and change.
  • This topic supports AP Calculus BC reasoning about motion, rates, and accumulated change.

Practice Quiz

5 questions to test your understanding