Study Guide

Position, velocity, acceleration via integration

AP Calculus BCΒ· AP Calculus BC CED β€” Applications of IntegrationΒ· 14 min read

1. Core Definitions and Relationshipsβ˜…β˜†β˜†β˜†β˜†β± 2 min

This topic applies integration to reverse the derivative relationships between motion quantities learned in differential calculus, for rectilinear (straight-line) motion, the primary context tested on the AP exam.

πŸ“˜ Definition

Standard motion notation

(or ), ,

For , = position of a particle relative to a fixed origin, = velocity, = acceleration.

When given acceleration or velocity and asked to find velocity or position, integration is the required tool. A key skill you will develop is distinguishing between net displacement (net change in position) and total distance traveled (total path length) over an interval. According to the AP Calculus CED, Applications of Integration make up 10-15% of the BC exam, with this subtopic accounting for roughly 2-4% of total exam points, appearing in both multiple-choice and free-response sections.

2. Finding Velocity and Position with Initial Conditionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

Since acceleration is the rate of change of velocity, and velocity is the rate of change of position, we reverse these relationships via integration:

v(t)=∫a(t) dt+Cs(t)=∫v(t) dt+Cv(t) = \int a(t) \, dt + C \\ s(t) = \int v(t) \, dt + C

We can also write this in definite integral form to avoid carrying an unknown constant, where is a dummy variable of integration:

v(t)=v(0)+∫0ta(Ο„)dΟ„s(t)=s(0)+∫0tv(Ο„)dΟ„v(t) = v(0) + \int_0^t a(\tau) d\tau \\ s(t) = s(0) + \int_0^t v(\tau) d\tau

The constant of integration is solved using an initial condition: a known value of velocity or position at a given starting time. Intuition: Integration accumulates all small changes in acceleration over time to get the total change in velocity, then adding the starting velocity gives the current velocity, with the same logic applying to position from velocity.

πŸ“ Worked Example

A particle moving along the x-axis has acceleration for . If the initial velocity is and initial position is , find the position function .

  1. 1

    Integrate to get the general form of :

    v(t)=∫(6tβˆ’sin⁑t)dt=3t2+cos⁑t+Cv(t) = \int (6t - \sin t) dt = 3t^2 + \cos t + C
  2. 2

    Apply the initial velocity condition to solve for : , so .

  3. 3

    Integrate to get the general form of :

    s(t)=∫(3t2+cos⁑t+1)dt=t3+sin⁑t+t+Ds(t) = \int (3t^2 + \cos t + 1) dt = t^3 + \sin t + t + D
  4. 4

    Apply the initial position condition to solve for : , so .

Exam tip:

Always solve for the constant of integration immediately after integrating each quantity, don’t wait until the end to solve for multiple constants. This avoids arithmetic errors from carrying unknown values through multiple steps.

3. Calculating Net Displacement Over a Time Intervalβ˜…β˜…β˜†β˜†β˜†β± 3 min

Net displacement is the net change in a particle’s position between two times and , or . By the Fundamental Theorem of Calculus Part 2, since is the antiderivative of , we get:

Ξ”s=s(b)βˆ’s(a)=∫abv(t) dt\Delta s = s(b) - s(a) = \int_a^b v(t) \, dt

Displacement is a net quantity: positive velocity (movement in the positive direction) adds to displacement, while negative velocity (movement in the negative direction) subtracts from displacement. Displacement can be positive, negative, or zero, depending on where the particle ends up relative to its starting position. You do not need an initial condition to calculate displacement, because the constant of integration cancels out when evaluating the definite integral.

πŸ“ Worked Example

A particle has velocity for . Find the net displacement of the particle over the interval.

  1. 1

    Recall displacement is the definite integral of velocity over the interval, so .

  2. 2

    Find the antiderivative of :

    ∫(t2βˆ’4t+3)dt=t33βˆ’2t2+3t+C\int (t^2 - 4t + 3) dt = \frac{t^3}{3} - 2t^2 + 3t + C
  3. 3

    Evaluate the definite integral using the bounds :

    [t33βˆ’2t2+3t]04=(643βˆ’32+12)βˆ’0=43\left[\frac{t^3}{3} - 2t^2 + 3t\right]_0^4 = \left(\frac{64}{3} - 32 + 12\right) - 0 = \frac{4}{3}
  4. 4

    Interpretation: The particle ends units in the positive direction from its starting position at .

Exam tip:

If a question only asks for displacement, you do not need to solve for the position function or find the constant of integration β€” just evaluate the definite integral of velocity directly.

4. Calculating Total Distance Traveled Over a Time Intervalβ˜…β˜…β˜…β˜†β˜†β± 5 min

Total distance traveled is the total length of the path a particle takes over , regardless of direction of movement. Unlike displacement, it is always non-negative. Any movement (forward or backward) adds to total distance, so we have to account for negative velocity by making it positive before integrating. The formula for total distance is:

D=∫ab∣v(t)βˆ£β€‰dtD = \int_a^b |v(t)| \, dt
  1. Find all times in where (these are turning points, where the particle changes direction).

  2. Split the original interval into subintervals where is entirely positive or entirely negative.

  3. On subintervals where , replace with to make it positive; leave as-is on intervals where .

  4. Integrate each subinterval and add the results.

πŸ“ Worked Example

For the same particle with on , find the total distance traveled over the interval.

  1. 1

    Find turning points by solving : , both inside .

  2. 2

    Test the sign of on each subinterval: on and , on .

  3. 3

    Set up the split integral for :

    D=∫01(t2βˆ’4t+3)dt+∫13βˆ’(t2βˆ’4t+3)dt+∫34(t2βˆ’4t+3)dtD = \int_0^1 (t^2 - 4t + 3) dt + \int_1^3 -(t^2 - 4t + 3) dt + \int_3^4 (t^2 - 4t + 3) dt
  4. 4

    Evaluate using the antiderivative :

  5. 5

    Add the results: units.

βœ“ Quick check

Test your understanding with this AP-style multiple choice question:

  1. A particle moving along a straight line has acceleration for . If the initial velocity is , what is ?

    Reveal answer
    1 β€”

    To find velocity from acceleration, integrate to get , then apply , so .

Exam tip:

If velocity is never zero on the interval, the particle never changes direction, so total distance equals displacement. Always confirm whether turning points exist inside the interval before splitting.

5. Common Pitfalls

Wrong move:

Ignoring the absolute value when asked for total distance, just integrating directly like you would for displacement.

Why:

Students mix up the definitions of displacement and total distance, especially on rushed FRQs.

Correct move:

Always circle what the question asks for and write the corresponding formula next to the question immediately after reading it to confirm.

Wrong move:

Forgetting to flip the sign of on intervals where when calculating total distance.

Why:

You remember to split the interval but rush and leave as-is, leading to a total distance that is too low.

Correct move:

After testing the sign on each subinterval, explicitly write or under each integral before integrating.

Wrong move:

Solving for the constant of integration when calculating definite displacement or total distance.

Why:

You are used to finding position functions, so you add an unnecessary step that introduces arithmetic errors.

Correct move:

For any definite quantity over an interval, use the definite integral directly; only solve for if the question explicitly asks for the full position or velocity function.

Wrong move:

Integrating acceleration directly to find displacement or distance, instead of first integrating acceleration to get velocity.

Why:

The question gives you acceleration and you forget the chain of relationships, skipping a step.

Correct move:

Write the relationship chain before starting any calculations.

Wrong move:

Using the initial position constant to solve for in the velocity function after integrating acceleration.

Why:

Rushing through multiple integration steps mixes up which initial condition goes with which integration.

Correct move:

Solve for immediately after integrating acceleration to get velocity before moving on to integrate velocity for position.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Velocity from Acceleration

is initial velocity; works for all

Position from Velocity

is initial position

Indefinite Velocity

Solve for using a known initial velocity

Indefinite Position

Solve for using a known initial position

Net Displacement

Can be positive/negative/zero; no initial position needed

Total Distance

Always non-negative; split at all turning points in

Core Derivative Relationship

Reversed by integration to get velocity and position

Sign Convention

Positive = positive direction movement

Standard for all AP rectilinear motion problems

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· BC MCQ

    Total distance from velocity function

  • 2022 Β· BC FRQ

    Position from acceleration with initial conditions

What's Next

This topic is the foundation for understanding motion in higher dimensions, a core tested topic on AP Calculus BC. Mastering the relationship between position, velocity, and acceleration via integration is required to solve problems involving parametric motion and vector-valued functions, where you analyze two-dimensional motion by applying the same rules to each directional component separately. It also connects directly to differential equations, where solving for position given acceleration and initial conditions is a common multi-part FRQ prompt. Without solidifying the relationships and key difference between displacement and distance here, you will struggle to extend these ideas to more complex motion contexts.