Integrating vector-valued functions — AP Calculus BC
1. Indefinite and Definite Integration of Vector-Valued Functions ★★☆☆☆ ⏱ 4 min
A 2D vector-valued function (the only form tested on AP Calculus BC) has the general form $\vec{r}(t) = \left< x(t), y(t) \right>$, where $x(t)$ and $y(t)$ are scalar functions of the parameter $t$ (almost always time for motion problems). Integration of vector-valued functions is done component-wise, by linearity of integration and vector addition.
\int \vec{r}(t) dt = \left< \int x(t) dt, \int y(t) dt \right> = \left< X(t) + C_1, Y(t) + C_2 \right> = \vec{R}(t) + \vec{C}
Where $X(t)$ is the antiderivative of $x(t)$, $Y(t)$ is the antiderivative of $y(t)$, and $\vec{C} = \left< C_1, C_2 \right>$ is the constant vector of integration. For definite integration, the Fundamental Theorem of Calculus extends directly to vector-valued functions:
\int_a^b \vec{r}(t) dt = \left< \int_a^b x(t) dt, \int_a^b y(t) dt \right> = \left< X(b) - X(a), Y(b) - Y(a) \right>
The result of a definite integral of a vector-valued function is always a constant vector, while the result of an indefinite integral is a family of vector-valued functions differing by a constant vector. This works because x and y components of planar motion are independent, with no cross-term interaction during integration.
Exam tip: On the AP exam, if you are asked for an indefinite integral of a vector-valued function, always include the constant vector; writing it as $\vec{C}$ is sufficient to earn full credit for the constant term in FRQ.
2. Finding Position from Velocity/Acceleration with Initial Conditions ★★★☆☆ ⏱ 5 min
One of the most frequently tested applications of integrating vector-valued functions on the AP exam is solving for position $\vec{r}(t)$ given velocity $\vec{v}(t) = \vec{r}'(t)$, or velocity given acceleration $\vec{a}(t) = \vec{v}'(t)$, with initial conditions (e.g., initial position $\vec{r}(t_0) = \vec{r}_0$ or initial velocity $\vec{v}(t_0) = \vec{v}_0$).
The process follows the same component-wise integration rule, then we use the given initial condition to solve for the unknown constants $C_1$ and $C_2$. This is directly analogous to finding position from velocity for 1D motion, just extended to two independent components.
To find position from velocity, repeat the integration step and use the initial position to solve for the new constant vector. AP FRQs often ask for both net displacement and total distance traveled, both relying on this integration step.
Exam tip: If an FRQ asks for position at a specific time $t=T$, do not leave your answer in terms of $t$; always substitute $T$ into your position vector to get the final coordinate values, or you will lose a point for not answering the question asked.
3. Arc Length and Total Distance for Vector-Valued Curves ★★★☆☆ ⏱ 4 min
For a plane curve given by the vector-valued function $\vec{r}(t) = \left< x(t), y(t) \right>$ for $a \leq t \leq b$, where $x'(t)$ and $y'(t)$ are continuous on $[a,b]$, the arc length $L$ of the curve from $t=a$ to $t=b$ is the integral of the magnitude of the derivative of $\vec{r}(t)$ (which equals speed for motion problems) over the interval.
L = \int_a^b |\vec{r}'(t)| dt = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} dt
This formula makes intuitive sense: we approximate the total length of the curve as the sum of infinitely many small tangent line segments, each of length approximately $|\vec{r}'(t)| dt$, so integrating gives the exact total length. For motion problems, this is also the formula for total distance traveled by a particle from $t=a$ to $t=b$.
Exam tip: Do not confuse arc length/total distance traveled with the magnitude of net displacement. Net displacement is the magnitude of $\int_a^b \vec{v}(t) dt$, while total distance is $\int_a^b |\vec{v}(t)| dt$—these are almost never equal.
4. Concept Check ★★★☆☆ ⏱ 1 min
Common Pitfalls
Why: Students rush through motion problems and often overlook the y-component after finishing a more complicated x-component integral.
Why: Students are used to single-variable integration with one constant, so they carry that habit over to vector-valued integration.
Why: The two phrases sound similar, and students mix up the order of the magnitude operation and integration.
Why: Students rush the expansion of the square and drop the variable term.
Why: Students forget acceleration is the derivative of velocity, which is the derivative of position, so two integration steps are required.