Fiveable

♾️AP Calculus AB/BC Unit 9 Review

QR code for AP Calculus AB/BC practice questions

9.6 Solving Motion Problems Using Parametric and Vector-Valued Functions

9.6 Solving Motion Problems Using Parametric and Vector-Valued Functions

Written by the Fiveable Content Team • Last updated June 2026
Verified for the 2027 exam
Verified for the 2027 examWritten by the Fiveable Content Team • Last updated June 2026
♾️AP Calculus AB/BC
Unit & Topic Study Guides

AP Cram Sessions 2021

Pep mascot

Planar motion uses a position vector r(t)=x(t),y(t)\mathbf r(t)=\langle x(t), y(t)\rangle, where the velocity vector is v(t)=r(t)\mathbf v(t)=\mathbf r'(t) and the acceleration vector is a(t)=v(t)\mathbf a(t)=\mathbf v'(t). To get displacement, integrate the velocity vector component by component; to get total distance traveled, integrate the speed v(t)|\mathbf v(t)|.

Why This Matters for the AP Calculus Exam

This topic is BC only and lives in Unit 9, which carries a noticeable share of the BC exam. It pulls together skills from earlier units (derivatives, definite integrals, the arc length idea) and applies them to objects moving along curves in the plane, not just along a line.

On the exam you can expect to:

  • Find velocity, speed, or acceleration at a specific time from a position or velocity vector.
  • Set up and evaluate definite integrals for displacement and total distance traveled.
  • Recover a position from velocity using initial conditions.
  • Interpret what your answer means with correct units and direction.

Because many of these problems allow a calculator for the integral, your job is usually to set up the correct expression. Clean notation and the right setup make your work easy to follow and easy to check.

Key Takeaways

  • Position is r(t)=x(t),y(t)\mathbf r(t)=\langle x(t), y(t)\rangle; differentiate component by component to get velocity v(t)=r(t)\mathbf v(t)=\mathbf r'(t) and acceleration a(t)=v(t)\mathbf a(t)=\mathbf v'(t).
  • Speed is the magnitude of velocity: v(t)=(dxdt)2+(dydt)2|\mathbf v(t)|=\sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}.
  • Displacement over [a,b][a,b] is the definite integral of the velocity vector, taken one component at a time.
  • Total distance traveled over [a,b][a,b] is abv(t)dt\int_a^b |\mathbf v(t)|\, dt, the integral of speed.
  • To go from velocity back to position, integrate and use an initial condition like r(t0)=r0\mathbf r(t_0)=\mathbf r_0 to solve for the constant.
  • Decide differentiation versus integration first: derivatives move toward velocity and acceleration, integrals move toward displacement, distance, and position.

Recap of Motion Terms

Position, velocity, acceleration, displacement, and distance traveled work the same way in the plane as on a line, just with two components. If you want a fuller refresher on the line version, this guide covers it.

Position

Position is where the object is in the coordinate plane at time tt. For planar motion it is given by a vector r(t)=x(t),y(t)\mathbf r(t)=\langle x(t), y(t)\rangle.

Velocity

Velocity is the rate of change of position with respect to time, and it carries both speed and direction. It is the derivative of position: v(t)=r(t)=dxdt,dydt\mathbf v(t)=\mathbf r'(t)=\left\langle \frac{dx}{dt}, \frac{dy}{dt}\right\rangle.

Speed

Speed is the magnitude of the velocity vector, so it is a single positive number with no direction:

v(t)=(dxdt)2+(dydt)2|\mathbf v(t)|=\sqrt{\left(\frac{dx}{dt}\right)^2+\left(\frac{dy}{dt}\right)^2}

Acceleration

Acceleration is the rate of change of velocity with respect to time. It is the derivative of velocity and the second derivative of position:

a(t)=v(t)=r(t)\mathbf a(t)=\mathbf v'(t)=\mathbf r''(t)

Displacement

Displacement is the net change in position from start to end, regardless of the path taken. As a vector it equals the final position minus the initial position. You can find it by integrating the velocity vector over the time interval.

Untitled
Two different paths: distance versus displacement. Image Courtesy of Wikipedia.

Distance Traveled

Distance traveled is the total length of the path the object covers. Unlike displacement, it ignores direction and just adds up all the ground covered.

Here is a quick analogy. Say you leave home, go a mile, realize you forgot your homework, and return. Your displacement is zero because you end where you started, but your distance traveled is 1 mile + 1 mile = 2 miles.


Calculus with Vector-Valued Functions

A vector-valued function is written r(t)=f(t),g(t)\mathbf r(t)=\langle f(t), g(t)\rangle, where f(t)f(t) and g(t)g(t) give the position at time tt. Differentiating each component gives velocity and acceleration.

Take the position r(t)=t2,sin(t)\mathbf r(t)=\langle t^2,\sin(t)\rangle. Differentiating each component gives the velocity vector v(t)=2t,cos(t)\mathbf v(t)=\langle 2t,\cos(t)\rangle, so the velocity in the x-direction is 2t2t and in the y-direction is cos(t)\cos(t).

Differentiating again gives the acceleration vector a(t)=2,sin(t)\mathbf a(t)=\langle 2,-\sin(t)\rangle. The x-acceleration is a constant 22 units (often m/s2m/s^2) and the y-acceleration is sin(t)-\sin(t).

You can always reverse this with integration to recover velocity or position, but you will need initial values to pin down the constant and get a particular solution.

Integrating to Find Displacement

To find displacement, take the definite integral of the velocity vector, one component at a time. Using v(t)=3t2,2t\mathbf v(t)=\langle3t^2,2t\rangle, find the displacement from t=2t=2 to t=5t=5:

Δx=253t2dt=[t3]25\Delta x=\int_2^5 3t^2 \, dt = [t^3]_2^5 Δy=252tdt=[t2]25\Delta y=\int_2^5 2t \, dt = [t^2]_2^5

Evaluating:

Δx=5323=1258=117\Delta x=5^3-2^3=125-8=117 Δy=5222=254=21\Delta y=5^2-2^2=25-4=21

So the displacement vector is 117,21\langle 117,21 \rangle, meaning the object ended 117 units in the positive x-direction and 21 units in the positive y-direction from where it started.

Untitled
An example of using the area under the velocity-time graph to calculate displacement. Image courtesy of Resourceaholic.

Using the Speed Integral to Find Distance Traveled

Distance traveled is the total length of the path, which is exactly the arc length of the curve. For a vector-valued function the formula is

S=abr(t)dtS=\int_a^b |\mathbf r'(t)|\, dt

where r(t)\mathbf r'(t) is the velocity vector. In words, integrate the magnitude of the velocity, which is the speed. Note that this is the same idea as integrating speed over time. For a more detailed look at how arc length connects to distance traveled, see this guide.


Calculus with Parametric Functions

Parametric functions work the same way; the only difference is notation. A parametric description uses the parameter tt to drive each coordinate:

x(t)=f(t),y(t)=g(t)x(t)=f(t), \quad y(t)=g(t)

Each coordinate is its own function of tt, which is just the component form of r(t)\mathbf r(t). Take x(t)=4t3x(t)=4t^3 and y(t)=2t4y(t)=2t^4. Differentiate each with respect to tt to get velocity:

dxdt=12t2,dydt=8t3\frac{dx}{dt}=12t^2, \quad \frac{dy}{dt}=8t^3

Differentiate again for acceleration:

ddt(12t2)=24t,ddt(8t3)=24t2\frac{d}{dt}(12t^2)=24t, \quad \frac{d}{dt}(8t^3)=24t^2

Each of these tells you how fast that coordinate is changing and in which direction.

Integrating Parametric Functions to Find Displacement

Just like with vector-valued functions, integrate the xx and yy rates separately. Take x(t)=t3t2x(t)=t-3t^2 and y(t)=t2+4t3y(t)=t^2+4t^3 and find the displacement from t=1t=1 to t=3t=3:

Δx=13(t3t2)dt,Δy=13(t2+4t3)dt\Delta x = \int_1^3 (t-3t^2)\, dt, \quad \Delta y = \int_1^3 (t^2+4t^3)\, dt Δx=[t22t3]13,Δy=[t33+t4]13\Delta x = \left[\frac{t^2}{2}-t^3\right]_1^3, \quad \Delta y = \left[\frac{t^3}{3}+t^4\right]_1^3 Δx=23,Δy=2663\Delta x = -23, \quad \Delta y = \frac{266}{3}

So the final x-position is 23 units left of the start, and the final y-position is 2663\frac{266}{3} units above the start.

Using Parametric Arc Length to Find Distance Traveled

The parametric arc length formula looks a little different from the vector form, but it is really the same thing. For more on where it comes from, see this guide on parametric arc length. The formula is:

S=ab(dxdt)2+(dydt)2dt,atbS=\int_a^b \sqrt{\left( \frac{dx}{dt} \right)^2 + \left( \frac{dy}{dt} \right)^2} \, dt, \quad a\le t \le b

Read one operation at a time: you are finding the magnitude of the velocity (the speed) and integrating it over the interval. That is exactly abr(t)dt\int_a^b |\mathbf r'(t)|\, dt in component form.


How to Use This on the AP Calculus Exam

Problem Solving

Start every motion problem by asking which direction you are moving: toward derivatives or toward integrals.

  • Given position, differentiate to get velocity, then differentiate again for acceleration.
  • Given velocity, integrate for displacement or position, or take the magnitude for speed.
  • Need total distance? Integrate the speed abv(t)dt\int_a^b |\mathbf v(t)|\, dt.

Free Response

  • When you need position from velocity, write the antiderivative and then use the initial condition, such as r(t0)=r0\mathbf r(t_0)=\mathbf r_0, to solve for the constant in each component.
  • For displacement, set up abv(t)dt\int_a^b \mathbf v(t)\, dt and handle the xx and yy components separately.
  • Distance traveled problems usually let you use a calculator for the integral, so the main work is writing ab(x(t))2+(y(t))2dt\int_a^b \sqrt{(x'(t))^2+(y'(t))^2}\, dt correctly.
  • Label answers with units and direction so your meaning is clear and easy to check.

Common Trap

Speed is a scalar, so do not integrate the velocity components separately and then try to call that distance. Distance traveled requires integrating the magnitude v(t)|\mathbf v(t)|, which combines both components under a square root before integrating.


Worked Example

A particle moves along a curve defined by r(t)=t,t2\mathbf r(t)=\langle t, t^2 \rangle (in meters). Determine the total distance traveled from t=1t=1 second to t=3t=3 seconds.

Solution

This is a distance traveled problem, so use S=abr(t)dtS=\int_a^b |\mathbf r'(t)|\, dt. First differentiate the position vector to get velocity:

v(t)=1,2t\mathbf v(t) = \langle 1, 2t \rangle

Next find the magnitude using x2+y2\sqrt{x^2+y^2} (this is the Pythagorean Theorem applied to the components):

v(t)=12+(2t)2=1+4t2|\mathbf v(t)| = \sqrt{1^2+(2t)^2} = \sqrt{1+4t^2}

Notice this is the same as the parametric arc length setup, since (x(t))2+(y(t))2\sqrt{(x'(t))^2+(y'(t))^2} is just the speed. Now integrate the speed from t=1t=1 to t=3t=3:

S=131+4t2dtS=\int_1^3 \sqrt{1+4t^2}\, dt

Evaluating with a calculator gives approximately 8.2688.268 meters.


Common Misconceptions

  • Displacement is not distance traveled. Displacement is the net change in position (integrate the velocity vector); distance traveled is the total path length (integrate the speed v(t)|\mathbf v(t)|). They only match when motion never reverses direction.
  • Speed is not a vector. Speed is the magnitude of velocity, a single nonnegative number. Velocity has direction and components; speed does not.
  • You cannot integrate components and take the magnitude later for distance. Take the magnitude first, then integrate. Order matters because ()2\sqrt{\int (\,)^2} is not the same as ()2\int \sqrt{(\,)^2}.
  • Recovering position needs an initial condition. Integrating velocity gives position only up to a constant vector. Without an initial value like r(t0)=r0\mathbf r(t_0)=\mathbf r_0, you only have the general solution, not the actual position.
  • Watch the variable of differentiation. For parametric motion the slope along the path is dydx=dy/dtdx/dt\frac{dy}{dx}=\frac{dy/dt}{dx/dt}, not dydt\frac{dy}{dt} alone, and acceleration is not just the second derivative of yy with respect to xx.

Vocabulary

The following words are mentioned explicitly in the College Board Course and Exam Description for this topic.

Term

Definition

acceleration

The derivative of the velocity function with respect to time, representing the rate of change of velocity for a moving particle.

displacement

The net change in position of a particle over a time interval, found by integrating the velocity vector.

parametric function

Functions where x and y coordinates are each expressed as separate functions of a third variable, typically time (t), rather than y as a function of x.

planar motion

The movement of a particle in a two-dimensional plane, described using parametric or vector-valued functions.

speed

The magnitude of the velocity vector, representing the rate at which a particle is moving without regard to direction.

total distance traveled

The total length of the path traveled by a particle over a time interval, found by integrating the speed.

vector-valued function

Functions that output vectors rather than scalar values, where each component is a function of the same independent variable.

velocity

The derivative of a position function with respect to time, representing the rate and direction of change of position for a moving particle.

Frequently Asked Questions

What is planar motion in AP Calculus BC?

Planar motion describes movement in the coordinate plane using position, velocity, and acceleration vectors instead of one-dimensional position functions.

How do you find velocity from a vector-valued position function?

Differentiate the position vector component by component. If position is r(t), then velocity is r prime of t.

How do you find speed from parametric equations?

Speed is the magnitude of the velocity vector, so use the square root of dx/dt squared plus dy/dt squared.

What is the difference between displacement and total distance traveled?

Displacement is the net change in position, a vector. Total distance traveled is the length of the path, found by integrating speed over the time interval.

How do you recover position from velocity?

Integrate the velocity vector component by component, then use the initial position to solve for the constants.

How is parametric and vector motion tested on AP Calculus BC?

You may need to compute velocity, speed, acceleration, displacement, total distance, or position and interpret the answer with units and direction.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly→ and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →