# Solving motion problems using parametric and vector-valued functions

> AP Calculus BC · CED Unit 9: Parametric Equations, Polar Coordinates, and Vector-Valued Functions
> Source: https://www.owlsprep.com/study/ap-calculus-bc-u9-solving-motion-problems-using-parametric/

This guide covers 2D motion modeling with parametric and vector-valued functions for AP Calculus BC, including core vectors, speed calculation, displacement vs total distance, and common projectile motion applications.

**Prerequisites:** Differentiation and integration of parametric functions; Chain rule for derivatives; Evaluating definite integrals by hand and with a calculator

## Learning objectives

- Model 2D motion using position, velocity, and acceleration vectors
- Calculate speed and direction of motion for parametric motion
- Distinguish between displacement and total distance traveled
- Solve standard projectile motion problems using parametric vector methods

## Position, Velocity, and Acceleration Vectors

For a particle moving in the 2D plane, x and y coordinates change independently with time, so we represent position as a vector-valued function of time. All operations on motion vectors are done component-wise: we differentiate or integrate each coordinate separately.

**Position Vector** — A vector-valued function that gives the horizontal $x(t)$ and vertical $y(t)$ position of a particle at time $t$.

*Notation:* $\vec{r}(t) = \langle x(t), y(t) \rangle$

Velocity is the first derivative of position, found by differentiating each component separately:

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

Acceleration is the derivative of velocity (second derivative of position):

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

When working backwards from acceleration to velocity or position, we integrate component-wise, then use initial conditions to solve for constants of integration for each component.

**Worked example:** A particle moves in the plane with acceleration $\vec{a}(t) = \langle 2t, 6 \rangle$ for $t \geq 0$. At $t=0$, velocity is $\vec{v}(0) = \langle 4, 0 \rangle$ and position is $\vec{r}(0) = \langle 0, 10 \rangle$. Find the position function $\vec{r}(t)$.

1. Integrate acceleration component-wise to get velocity:

   $$\int 2t dt = t^2 + C_x; \int 6 dt = 6t + C_y \implies \vec{v}(t) = \langle t^2 + C_x, 6t + C_y \rangle$$
2. Use initial velocity to solve for constants:

   $$v_x(0) = C_x = 4; v_y(0) = C_y = 0 \implies \vec{v}(t) = \langle t^2 + 4, 6t \rangle$$
3. Integrate velocity component-wise to get position:

   $$\int (t^2 + 4) dt = \frac{1}{3}t^3 + 4t + D_x; \int 6t dt = 3t^2 + D_y \implies \vec{r}(t) = \langle \frac{1}{3}t^3 + 4t + D_x, 3t^2 + D_y \rangle$$
4. Use initial position to solve for constants and get the final position function:

   $$x(0) = D_x = 0; y(0) = D_y = 10 \implies \vec{r}(t) = \langle \frac{1}{3}t^3 + 4t, 3t^2 + 10 \rangle$$

> **tip**
>
> When working backwards from acceleration to position, solve for constants after each integration step to avoid carrying unknowns and making arithmetic errors.

*Calculator:* allowed

## Speed and Direction of Motion

Velocity is a vector with both magnitude and direction. The magnitude of the velocity vector is called speed, a non-negative scalar quantity that describes how fast the particle is moving regardless of direction.

$$\text{speed} = |\vec{v}(t)| = \sqrt{\left(x'(t)\right)^2 + \left(y'(t)\right)^2}$$

To find direction of motion, check the sign of each velocity component: positive $x'(t)$ means rightward motion, negative means left; positive $y'(t)$ means upward motion, negative means down. The slope $\frac{y'(t)}{x'(t)}$ gives the slope of the tangent to the particle's path at time $t$.

**Worked example:** A particle has position $\vec{r}(t) = \langle \cos t, 2 \sin t \rangle$ for $t \geq 0$. Find the speed of the particle at $t = \frac{\pi}{3}$, and state whether it is moving left/right and up/down at this time.

1. Differentiate position component-wise to get velocity:

   $$x'(t) = -\sin t; y'(t) = 2 \cos t \implies \vec{v}\left(\frac{\pi}{3}\right) = \langle -\sin\left(\frac{\pi}{3}\right), 2 \cos\left(\frac{\pi}{3}\right) \rangle$$
2. Evaluate components at $t = \frac{\pi}{3}$:

   $$\sin\left(\frac{\pi}{3}\right) = \frac{\sqrt{3}}{2}; \cos\left(\frac{\pi}{3}\right) = \frac{1}{2} \implies \vec{v}\left(\frac{\pi}{3}\right) = \langle -\frac{\sqrt{3}}{2}, 1 \rangle$$
3. Calculate speed as the magnitude of velocity:

   $$|v| = \sqrt{\left(-\frac{\sqrt{3}}{2}\right)^2 + (1)^2} = \sqrt{\frac{3}{4} + 1} = \frac{\sqrt{7}}{2}$$
4. Check component signs for direction: $v_x = -\frac{\sqrt{3}}{2} < 0$ (moving left), $v_y = 1 > 0$ (moving up).

> **tip**
>
> If a question asks for speed, never leave your answer as a velocity vector. Speed is a scalar, so you must always calculate the magnitude to get a single non-negative number.

*Calculator:* allowed

## Displacement vs Total Distance Traveled

A key distinction repeatedly tested on the AP exam is between displacement (net change in position) and total distance traveled (total length of the path traversed by the particle).

**Displacement** — The net change in position from $t=a$ to $t=b$, calculated as $\Delta \vec{r} = \vec{r}(b) - \vec{r}(a)$. It is a vector, and its magnitude is the straight-line distance between start and end points.

**Total Distance Traveled** — The total length of the path a particle moves along from $t=a$ to $t=b$, a scalar. Since speed is the rate of change of distance with time, we calculate it by integrating speed over the interval:

$$\text{Total Distance} = \int_a^b |\vec{v}(t)| dt = \int_a^b \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} dt$$

This formula is identical to the arc length formula for a parametric curve, which makes sense because we are calculating the length of the path traced by the particle over time.

**Worked example:** A particle moves with velocity $\vec{v}(t) = \langle 2t - 2, 3 \rangle$ for $0 \leq t \leq 3$. Find (a) the displacement from $t=0$ to $t=3$, and (b) the total distance traveled over the same interval.

1. (a) Displacement is found by integrating velocity component-wise over the interval:

   $$\Delta x = \int_0^3 (2t - 2) dt = \left[t^2 - 2t\right]_0^3 = 3; \Delta y = \int_0^3 3 dt = 9. \text{ Displacement} = \langle 3, 9 \rangle$$
2. (b) Write speed as the magnitude of velocity:

   $$|v(t)| = \sqrt{(2t - 2)^2 + 3^2} = \sqrt{4t^2 - 8t + 13}$$
3. Set up the integral for total distance:

   $$\text{Total Distance} = \int_0^3 \sqrt{4t^2 - 8t + 13} dt$$
4. Total Distance ≈ 10.311

> **tip**
>
> If the question says "total distance traveled", you must set up the integral of speed. Half of all test-takers lose points here by accidentally calculating displacement instead.

*Calculator:* allowed

## Projectile Motion Modeling

Projectile motion (motion of an object acted on only by gravity after launch) is one of the most common real-world applications tested on the AP exam. For a standard coordinate system with origin at the launch point, x horizontal, y upward, acceleration is entirely due to gravity, so horizontal acceleration is always 0:

$$\vec{a}(t) = \langle 0, -g \rangle$$

where $g = 32 \text{ ft/s}^2$ for imperial units, and $g = 9.8 \text{ m/s}^2$ for metric units. If launched with initial speed $v_0$ at angle $\theta$ from the horizontal from initial height $h$, integrating gives the standard position function:

$$\vec{r}(t) = \langle (v_0 \cos \theta) t, h + (v_0 \sin \theta)t - \frac{1}{2} g t^2 \rangle$$

Common questions ask for maximum height, time of impact, or range (horizontal distance at impact), all solved using derivative and integral rules for vector motion. Maximum height occurs when vertical velocity equals 0.

**Worked example:** A projectile is launched from a platform 10 meters above the ground, with initial speed 60 m/s at an angle of 45 degrees above the horizontal. Use $g=9.8 m/s^2$. Find the maximum height the projectile reaches above the ground.

1. Calculate initial velocity components and write the position function:

   $$v_0 \cos 45^\circ = 30\sqrt{2}, v_0 \sin 45^\circ = 30\sqrt{2} \implies \vec{r}(t) = \langle 30\sqrt{2} t, 10 + 30\sqrt{2} t - 4.9 t^2 \rangle$$
2. Maximum height occurs when vertical velocity is 0. Find vertical velocity:

   $$v_y(t) = \frac{dy}{dt} = 30\sqrt{2} - 9.8 t$$
3. Set $v_y(t) = 0$ and solve for $t$:

   $$t = \frac{30\sqrt{2}}{9.8} \approx 4.329 \text{ seconds}$$
4. Substitute $t$ back into the vertical position function to find maximum height:

   $$y(4.329) \approx 101.63 \text{ meters}$$

> **tip**
>
> Remember that gravity only acts on the vertical component of motion: horizontal acceleration is always 0 for projectile motion, so horizontal velocity is always constant. Use this to check your work quickly.

*Calculator:* allowed

## Common pitfalls

- **Wrong:** When asked for total distance traveled, you calculate the magnitude of displacement $\sqrt{(\Delta x)^2 + (\Delta y)^2}$ instead of integrating speed.
  - Why it fails: Students confuse the definitions of displacement and total distance, thinking 'distance' only means net change.
  - Correct: Always confirm if the question asks for net displacement or total path length; if it says total distance traveled, set up the definite integral of $\sqrt{(x'(t))^2 + (y'(t))^2}$ from start to end time.
- **Wrong:** When integrating from acceleration to position, you only find one constant of integration instead of four total (two for velocity, two for position).
  - Why it fails: Students forget integration is done component-wise, so each integral produces a separate constant.
  - Correct: After each integration step (acceleration → velocity, velocity → position), apply initial conditions to solve for the constant for each component immediately, before moving to the next step.
- **Wrong:** When asked for speed, you write the velocity vector or just give one component.
  - Why it fails: Students confuse velocity (vector) with speed (scalar magnitude of velocity).
  - Correct: If the question asks for speed, always compute $\sqrt{v_x(t)^2 + v_y(t)^2}$ to get the non-negative scalar value.
- **Wrong:** In projectile motion, you add gravity to the horizontal component of acceleration.
  - Why it fails: Students mix up which axis gravity acts on.
  - Correct: Always set horizontal acceleration to 0 for projectile motion; gravity only affects the vertical component of motion.
- **Wrong:** When checking direction of motion, you use the slope of the position vector from the origin instead of the slope of the velocity vector.
  - Why it fails: Students confuse position (where the particle is) with velocity (the direction it is moving).
  - Correct: Direction of motion is always given by the velocity vector's components, not the position vector's components.

## Cheatsheet

| Category | Formula | Notes |
| --- | --- | --- |
| Position Vector | $\vec{r}(t) = \langle x(t), y(t) \rangle$ | $x(t)$ = horizontal, $y(t)$ = vertical position at time $t$ |
| Velocity Vector | $\vec{v}(t) = \vec{r}'(t) = \langle x'(t), y'(t) \rangle$ | Differentiate component-wise; sign of $v_x$ = left/right, sign of $v_y$ = up/down |
| Acceleration Vector | $\vec{a}(t) = \vec{v}'(t) = \langle x''(t), y''(t) \rangle$ | One constant of integration per component when working backwards |
| Speed (scalar) | $\|v(t)\| = \sqrt{(x'(t))^2 + (y'(t))^2}$ | Always non-negative; magnitude of the velocity vector |
| Displacement | $\Delta \vec{r} = \vec{r}(b) - \vec{r}(a)$ | Net change in position, vector quantity |
| Total Distance Traveled | $\int_a^b \sqrt{(x'(t))^2 + (y'(t))^2} dt$ | Total path length, scalar quantity |
| Projectile Position | $\vec{r}(t) = \langle (v_0 \cos \theta) t, h + (v_0 \sin \theta)t - \frac{1}{2} g t^2 \rangle$ | Horizontal acceleration = 0, gravity only acts on vertical component |

## What's next

This sub-topic is a core application of parametric and vector-valued functions that appears frequently on both multiple-choice and free-response sections of the AP Calculus BC exam. Mastering these kinematic concepts builds on your understanding of one-dimensional motion from AP Calculus AB and extends it to curved paths that cannot be modeled with single-variable functions, which is foundational for college-level physics and engineering. Practice combining these skills with calculator use, as most total distance problems on the exam require numerical integration. Next, you will explore related concepts in Unit 9 to build full mastery.

- [Unit 9 Full Overview](https://www.owlsprep.com/study/ap-calculus-bc-u9-overview/)
- [Defining polar coordinates and differentiating in polar form](https://www.owlsprep.com/study/ap-calculus-bc-u9-defining-polar-coordinates-and-differentiating/)
- [Finding the area of a polar region or the area enclosed by a single polar curve](https://www.owlsprep.com/study/ap-calculus-bc-u9-finding-the-area-of-a/)

---

From [OwlsPrep](https://www.owlsprep.com) — free study guides for A-Level, IB, AP and IGCSE, written against the official syllabus. Canonical page: https://www.owlsprep.com/study/ap-calculus-bc-u9-solving-motion-problems-using-parametric/
