Study Guide

Position, velocity, acceleration via integration

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

1. Recovering Velocity and Position with Initial Conditionsβ˜…β˜…β˜†β˜†β˜†β± 4 min

We start from the fundamental derivative relationships you already know: velocity is the rate of change of position, and acceleration is the rate of change of velocity. Integration reverses differentiation, so we can integrate acceleration to get velocity, then integrate velocity to get position, using initial conditions to solve for unknown constants of integration.

v(t)=dsdt,a(t)=dvdtv(t) = \frac{ds}{dt}, \quad a(t) = \frac{dv}{dt}
v(t)=∫a(t)dt+Cs(t)=∫v(t)dt+Dv(t) = \int a(t) dt + C \\ s(t) = \int v(t) dt + D
πŸ“˜ Definition

Constants of Integration

Unknown constants that arise from indefinite integration. We solve for each constant separately using the corresponding initial condition after each integration step, regardless of whether the starting time is .

πŸ“ Worked Example

A particle moving along the x-axis has acceleration given by m/sΒ². At time , the velocity is m/s, and the position is m. Find the position function .

  1. 1

    First integrate acceleration to get the general form of :

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

    Use the initial velocity condition to solve for :

    3(1)2βˆ’2(1)+C=4β€…β€ŠβŸΉβ€…β€Š1+C=4β€…β€ŠβŸΉβ€…β€ŠC=33(1)^2 - 2(1) + C = 4 \implies 1 + C = 4 \implies C = 3
  3. 3

    This gives the full velocity function: . Next, integrate velocity to get the general form of :

    s(t)=∫(3t2βˆ’2t+3)dt=t3βˆ’t2+3t+Ds(t) = \int (3t^2 - 2t + 3) dt = t^3 - t^2 + 3t + D
  4. 4

    Use the position condition at to solve for :

    13βˆ’12+3(1)+D=βˆ’2β€…β€ŠβŸΉβ€…β€Š3+D=βˆ’2β€…β€ŠβŸΉβ€…β€ŠD=βˆ’51^3 - 1^2 + 3(1) + D = -2 \implies 3 + D = -2 \implies D = -5
  5. 5

    Final position function:

    s(t)=t3βˆ’t2+3tβˆ’5s(t) = t^3 - t^2 + 3t - 5

Exam tip:

Always label your constants and separately when integrating twice, and solve for each constant as soon as you have the required initial condition. Don't wait to solve for both at the end, which often leads to substitution errors.

2. Net Displacement vs. Total Distance Traveledβ˜…β˜…β˜…β˜†β˜†β± 5 min

Once you have the velocity function , you can calculate two distinct quantities over an interval that are frequently confused on the AP exam. Net displacement is the net change in position from start to end of the interval, accounting for direction, while total distance is the total length of the path traveled, regardless of direction.

πŸ“˜ Definition

Net Displacement

s(b)βˆ’s(a)s(b) - s(a)

Net change in position over an interval, equal to the signed integral of velocity. Negative velocity (motion in the negative direction) contributes negative displacement that cancels positive displacement.

To calculate total distance, all motion counts as positive, so we integrate the absolute value of velocity. First find all points in where (direction changes), split the integral at these points, adjust the sign for intervals where is negative, then add the results.

Net Displacement=∫abv(t)dt\text{Net Displacement} = \int_a^b v(t) dt
Total Distance Traveled=∫ab∣v(t)∣dt\text{Total Distance Traveled} = \int_a^b |v(t)| dt
πŸ“ Worked Example

A particle has velocity m/s for seconds. Find (a) net displacement, (b) total distance traveled over the interval.

  1. 1

    Calculate net displacement directly:

    ∫05(t2βˆ’4)dt=[t33βˆ’4t]05=1253βˆ’20=653β‰ˆ21.67 m\int_0^5 (t^2 - 4) dt = \left[\frac{t^3}{3} - 4t\right]_0^5 = \frac{125}{3} - 20 = \frac{65}{3} \approx 21.67 \text{ m}
  2. 2

    For total distance, first find where on :

    t2βˆ’4=0β€…β€ŠβŸΉβ€…β€Št=2 (discard t=βˆ’2 for non-negative time)t^2 - 4 = 0 \implies t = 2 \text{ (discard } t=-2 \text{ for non-negative time)}
  3. 3

    Check sign: on , so on this interval, and on . Split the integral:

    ∫05∣t2βˆ’4∣dt=∫02βˆ’(t2βˆ’4)dt+∫25(t2βˆ’4)dt=[βˆ’t33+4t]02+[t33βˆ’4t]25=163+27=973β‰ˆ32.33 m\begin{align*} \int_0^5 |t^2 - 4| dt &= \int_0^2 -(t^2 - 4) dt + \int_2^5 (t^2 - 4) dt \\ &= \left[-\frac{t^3}{3} + 4t\right]_0^2 + \left[\frac{t^3}{3} - 4t\right]_2^5 \\ &= \frac{16}{3} + 27 = \frac{97}{3} \approx 32.33 \text{ m} \end{align*}
  4. 4

    Final results: Net displacement = m, total distance = m.

Exam tip:

Always check that the total distance is greater than or equal to the absolute value of net displacement. If your calculation gives the opposite, you made a sign error when splitting the integral.

3. Finding Values at a Point with the Fundamental Theoremβ˜…β˜…β˜†β˜†β˜†β± 3 min

A common AP exam problem asks for velocity or position at a specific time, given an initial value, but does not require the full function. In these cases, you can use the Fundamental Theorem of Calculus directly to avoid solving for constants of integration, saving time and reducing errors.

v(b)=v(a)+∫aba(t)dts(b)=s(a)+∫abv(t)dtv(b) = v(a) + \int_a^b a(t) dt \\ s(b) = s(a) + \int_a^b v(t) dt
πŸ“ Worked Example

A rocket moving straight upward has acceleration m/sΒ² at time seconds. If the velocity at is 100 m/s, what is the velocity at seconds?

  1. 1

    We only need , not the full function, so use the FTC form directly:

    v(10)=v(0)+∫0102e0.1tdtv(10) = v(0) + \int_0^{10} 2e^{0.1t} dt
  2. 2

    Compute the definite integral: the antiderivative of is :

    20e1βˆ’20e0=20(eβˆ’1)β‰ˆ34.3620e^{1} - 20e^{0} = 20(e-1) \approx 34.36
  3. 3

    Add the initial velocity to get the final result:

    v(10)β‰ˆ100+34.36=134.36 m/sv(10) \approx 100 + 34.36 = 134.36 \text{ m/s}

Exam tip:

If the question only asks for a value of velocity/position at a specific time, skip finding the full function and use the Fundamental Theorem form directly to save 1–2 minutes on exam day.

4. Concept Checkβ˜…β˜…β˜…β˜†β˜†β± 2 min

βœ“ Quick check

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

  1. A particle moving along the x-axis has acceleration given by for . If the initial velocity is and the initial position is , what is the position at ?

    Reveal answer
    1 β€”

    First integrate acceleration to get , then integrate to get . Evaluating at gives .

5. Common Pitfalls

Wrong move:

Forgetting to flip the sign of when integrating on intervals where is negative.

Why:

Students remember to split the integral at zeros of but just drop the absolute value without checking the sign, treating everywhere.

Correct move:

Always test the sign of in each subinterval after splitting, and add a negative sign to any interval where is negative before integrating.

Wrong move:

Solving for only one constant of integration after integrating acceleration twice to get position.

Why:

Students confuse the constants, using the same for both integration steps and solving once instead of solving for a new constant after the second integration.

Correct move:

Label the constant after integrating acceleration and the constant after integrating velocity , and solve each separately using the corresponding initial condition.

Wrong move:

Calculating total distance by integrating velocity instead of absolute value of velocity.

Why:

Students confuse net displacement with total distance, especially when the question says 'how far did the particle travel' which can seem ambiguous to new learners.

Correct move:

Always read the question carefully: 'what is the change in position' or 'what is the displacement' means integrate ; 'how far did the particle travel' or 'what is the total distance traveled' means integrate .

Wrong move:

Including roots of outside the interval of integration when splitting the integral for total distance.

Why:

Students solve for all roots automatically and split at all roots, even ones outside the interval, leading to extra unnecessary subintervals and calculation errors.

Correct move:

After finding all roots of , only keep roots that are strictly between and when splitting the interval.

Wrong move:

Using initial position to find the constant for velocity, or initial velocity to find the constant for position.

Why:

Students mix up which initial condition goes with which integration step.

Correct move:

Match the derivative order: acceleration integrates to velocity, so use velocity's initial condition to find for velocity; velocity integrates to position, so use position's initial condition to find for position.

6. Quick Reference Cheatsheet

Category

Formula

Notes

Velocity from Acceleration

Solve for using initial velocity

Position from Velocity

Solve for using initial position

Change in Velocity

No need to solve for , works for any interval

Net Displacement

Signed, accounts for direction of motion

Total Distance Traveled

Always non-negative, all motion counts

Position at time

Uses FTC, avoids full function derivation

Splitting Absolute Value Integral

Split only at roots inside

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 Β· AB

    FRQ linear motion problem

  • 2022 Β· AB

    MCQ distance calculation

What's Next

This topic is the foundational example for applying integration to all net change problems across AP Calculus AB, not just linear motion. Immediately next in Unit 8, you will extend the core reasoning of this topicβ€”finding net change from a rate of changeβ€”to other applied contexts, like population growth, fluid flow, and accumulated cost. Without mastering this relationship, you will struggle to generalize this reasoning to other rate-of-change problems, which are common in both multiple-choice and free-response sections of the AP exam. This topic also reinforces the core inverse relationship between differentiation and integration that unites the entire course.