Study Guide

Straight-line motion: position, velocity, acceleration

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

1. Position and Instantaneous Velocityβ˜…β˜…β˜†β˜†β˜†β± 3 min

Straight-line motion models a particle constrained to move along a single axis, with all motion quantities expressed as single-valued functions of time . This is a foundational application of derivatives to real-world rates, appearing on both multiple-choice and free-response sections of the AP Calculus BC exam.

πŸ“˜ Definition

Position

Displacement of the particle from a fixed origin at time . Positive values mean the particle is to the right/forward of the origin, negative values mean left/backward.

πŸ“˜ Definition

Instantaneous Velocity

The instantaneous rate of change of position with respect to time, calculated as the first derivative of position. The sign of velocity indicates direction of motion.

v(t)=sβ€²(t)=lim⁑Δtβ†’0s(t+Ξ”t)βˆ’s(t)Ξ”tv(t) = s'(t) = \lim_{\Delta t \to 0} \frac{s(t+\Delta t) - s(t)}{\Delta t}

means the particle moves right/forward, means it moves left/backward, and means the particle is momentarily at rest.

πŸ“ Worked Example

A particle moves along the -axis with position function for , where is measured in centimeters and in seconds. Find the velocity of the particle at seconds, and state the direction of motion at that time.

  1. 1

    Velocity is defined as the first derivative of position, so differentiate using the power rule:

    v(t)=sβ€²(t)=3t2βˆ’12t+9v(t) = s'(t) = 3t^2 - 12t + 9
  2. 2

    Evaluate at :

    v(2)=3(2)2βˆ’12(2)+9=12βˆ’24+9=βˆ’3v(2) = 3(2)^2 - 12(2) + 9 = 12 - 24 + 9 = -3
  3. 3

    Interpret the result: the velocity at is cm/s. The negative sign indicates the particle is moving to the left.

2. Acceleration and Speed Changeβ˜…β˜…β˜…β˜†β˜†β± 4 min

Acceleration is the instantaneous rate of change of velocity with respect to time, so it connects directly to both position and velocity via differentiation.

πŸ“˜ Definition

Instantaneous Acceleration

The rate of change of velocity with respect to time, equal to the derivative of velocity and the second derivative of position.

a(t)=vβ€²(t)=sβ€²β€²(t)a(t) = v'(t) = s''(t)

A common misconception is that positive acceleration means speeding up and negative acceleration means slowing down. This is incorrect. Whether a particle speeds up or slows down depends on the relative signs of and :

  • If and have the same sign: the particle is speeding up

  • If and have opposite signs: the particle is slowing down

πŸ“ Worked Example

For the same particle from the previous example, for , find the acceleration at and , and determine if the particle is speeding up or slowing down at each time.

  1. 1

    We already know . Differentiate to get acceleration:

    a(t)=6tβˆ’12 cm/s2a(t) = 6t - 12 \text{ cm/s}^2
  2. 2

    cm/sΒ², cm/s

  3. 3

    cm/sΒ², cm/s

  4. 4

    Compare signs: At , is positive and is negative (opposite signs), so the particle is slowing down. At , and are both positive (same sign), so the particle is speeding up.

3. Speed and Direction Changeβ˜…β˜…β˜…β˜†β˜†β± 4 min

πŸ“˜ Definition

Speed

The non-negative magnitude of velocity, with no direction associated with it.

speed(t)=∣v(t)∣\text{speed}(t) = |v(t)|

A common AP exam question asks for all times when a particle changes direction. For continuous velocity (always the case in AP problems), a particle can only change direction if velocity changes sign, which can only happen at points where . Follow this process to confirm direction change:

  1. Find all where (candidate times)

  2. Test the sign of on intervals on either side of each candidate

  3. Confirm a sign change occurs: only then does the particle change direction

πŸ“ Worked Example

For the position function , , find the speed at , and determine all times where the particle changes direction.

  1. 1

    Speed is the absolute value of velocity: we already found cm/s, so speed is:

    speed(2)=∣v(2)∣=3 cm/s\text{speed}(2) = |v(2)| = 3 \text{ cm/s}
  2. 2

    Find candidate times by setting :

    3t2βˆ’12t+9=3(tβˆ’1)(tβˆ’3)=0β€…β€ŠβŸΉβ€…β€Št=1,t=33t^2 - 12t + 9 = 3(t-1)(t-3) = 0 \implies t=1, t=3
  3. 3

    Test the sign of on intervals: , ; , ; , .

  4. 4

    Velocity changes sign at both and , so the particle changes direction at both times.

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

βœ“ Quick check

Test your understanding with these AP-style questions:

  1. A particle moves along the -axis with position for . What is the velocity of the particle at ?

  2. A particle moves along the -axis for with position given by , where is measured in meters and in minutes. (a) Find the velocity and acceleration functions. (b) Find all times where the particle is at rest. (c) At , is the particle speeding up or slowing down? Justify your answer.

    Reveal answer
    (a) $v(t) = 6t^2 - 30t + 24$ m/min, $a(t) = 12t - 30$ m/minΒ². (b) $t=1$ and $t=4$ minutes. (c) Both $v(2)$ and $a(2)$ are negative, so same sign = speeding up. β€”

    A particle is at rest if and only if , regardless of position or acceleration. Always compare signs of and to determine speed change.

5. Common Pitfalls

Wrong move:

Concluding a particle is speeding up because acceleration is positive, or slowing down because acceleration is negative.

Why:

Students confuse the sign of acceleration with change in speed, relying on an incorrect intuitive rule that only holds when velocity is already positive.

Correct move:

Always compare the sign of and : same sign = speeding up, opposite signs = slowing down, every time.

Wrong move:

Concluding a particle changes direction at any time where .

Why:

Students mix up conditions for direction change, confusing zeros of velocity with zeros of acceleration.

Correct move:

Direction change requires a sign change in velocity, which can only occur at times where (for continuous velocity). Always check zeros of velocity, not acceleration.

Wrong move:

Reporting velocity instead of speed, or leaving a negative sign when asked for speed.

Why:

Students forget that speed is a magnitude, so they directly write instead of .

Correct move:

When a question asks for speed, immediately take the absolute value of your calculated velocity before reporting your answer.

Wrong move:

Automatically marking all times as direction changes, without checking for a sign change.

Why:

Many problems have at a point where velocity touches zero but does not cross it, so no direction change occurs.

Correct move:

After finding all where , always test the sign of on intervals on either side of the critical time to confirm a sign change.

Wrong move:

Interpreting as the particle being at rest.

Why:

Students confuse position and velocity, thinking negative position means no movement.

Correct move:

A particle is at rest if and only if , regardless of the value of position . Always check velocity, not position, to confirm if the particle is at rest.

6. Quick Reference Cheatsheet

Category

Formula / Rule

Notes

Position

Displacement from origin; positive = right/forward, negative = left/backward

Instantaneous Velocity

Sign indicates direction; zero = particle is at rest

Instantaneous Acceleration

Rate of change of velocity; sign indicates if velocity is increasing/decreasing

Speed

Non-negative magnitude of velocity; no direction

Speed Change Rule

Same sign = speeding up; opposite = slowing down

Never use only acceleration sign to determine this

Direction Change Condition

Change direction iff and changes sign

does not imply direction change

Particle at Rest

Independent of position or acceleration values

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.

  • 2022 Β· MCQ

    Find direction change of moving particle

  • 2023 Β· FRQ

    Interpret speeding up/slowing down

Going deeper

What's Next

This topic is the foundational prerequisite for all motion-related content later in the AP Calculus BC course. Immediately after mastering this, you will study how to use integration to solve motion problems, connecting position, velocity, and acceleration via the Fundamental Theorem of Calculus. Without a solid grasp of the derivative relationships covered here, you will struggle to interpret and solve integrated motion problems, which appear frequently on the FRQ section of the BC exam. This topic also lays the groundwork for two-dimensional parametric and vector-valued motion, a key BC-only topic that contributes significantly to your total exam score. The same relationships you learned here extend directly to higher-dimensional motion, so mastering the one-dimensional case makes advanced motion topics much easier to learn.