PrepGo

Straight-Line Motion: Connecting Position, Velocity, and Acceleration - AP Calculus AB Study Guide

Written by AP Content Team, Verified for 2026 AP Exams, Last updated: May 2026

Learn with study guides reviewed by top AP teachers. This guide takes about 12 minutes to read.

The Core Idea: Straight-Line Motion: Connecting Position, Velocity, and Acceleration

Calculus provides a powerful framework for describing motion. For an object moving along a straight line, its position can be described by a function of time, typically denoted as or . The fundamental concept of this topic is that the derivative allows us to analyze this motion precisely. The instantaneous rate of change of the particle's position with respect to time is its instantaneous velocity. In turn, the instantaneous rate of change of the particle's velocity is its acceleration.

By applying the principles of differentiation, we can move from a function describing where an object is to functions describing how fast it is moving and how its speed is changing. This topic establishes the foundational relationships between position, velocity, and acceleration, which are essential for solving problems involving motion.

Key Formulas

The relationships between position, velocity, speed, and acceleration are defined by derivatives. Let be the position of a particle at time .

  • Velocity: The instantaneous velocity, , is the derivative of the position function.

  • Acceleration: The instantaneous acceleration, , is the derivative of the velocity function (which is also the second derivative of the position function).

  • Speed: The speed of the particle is the absolute value (or magnitude) of its velocity. Speed is always a non-negative quantity.

Understanding Velocity vs. Speed

A critical distinction in the study of motion is the difference between velocity and speed. These two concepts are related but are not interchangeable.

  • Velocity includes direction. The sign of the velocity function indicates the direction of motion along an axis (e.g., the x-axis).

    • If , the particle is moving in the positive direction (e.g., to the right or up).

    • If , the particle is moving in the negative direction (e.g., to the left or down).

    • If , the particle is momentarily at rest. This is often where the particle changes direction.

  • Speed is a scalar quantity and does not include direction. It tells you how fast the particle is moving, regardless of its direction. Since speed is defined as , it can never be negative. For example, a velocity of and a velocity of both correspond to a speed of .

Core Concepts & Rules

  • The position of a particle moving on a line is given by a function of time, or .

  • The first derivative of the position function, , gives the instantaneous velocity function, .

  • The second derivative of the position function, , gives the instantaneous acceleration function, . This is also the first derivative of the velocity function, .

  • The sign of indicates the direction of the particle's motion.

  • The particle is at rest when its velocity is zero, i.e., .

  • The speed of the particle is the absolute value of its velocity, .

  • The speed of a particle is increasing when its velocity and acceleration have the same sign ( and , or and ).

  • The speed of a particle is decreasing when its velocity and acceleration have opposite signs ( and , or and ).

Step-by-Step Example 1: Finding Velocity, Acceleration, and Speed

A particle moves along the x-axis so that its position at any time is given by the function .

(a) Find the velocity and acceleration functions.

(b) What is the velocity of the particle at ?

(c) What is the speed of the particle at ?

(d) What is the acceleration of the particle at ?

Solution

(a) Find the velocity and acceleration functions.

  • The velocity function is the first derivative of the position function .

  • The acceleration function is the first derivative of the velocity function .

(b) Find the velocity at .

  • Substitute into the velocity function .

  • The velocity at is . This means the particle is moving to the left.

(c) Find the speed at .

  • Speed is the absolute value of velocity.

  • The speed at is .

(d) Find the acceleration at .

  • Substitute into the acceleration function .

  • The acceleration at is .

Step-by-Step Example 2: Exam-Style Application

Using the same particle motion from Example 1, with position :

(a) At what times is the particle momentarily at rest?

(b) On what open time intervals is the particle moving to the right?

(c) At , is the speed of the particle increasing or decreasing? Justify your answer.

Solution

(a) Find when the particle is at rest.

  • The particle is at rest when its velocity is zero. From Example 1, we know .

  • Set and solve for .

  • The solutions are and . The particle is at rest at these two times.

(b) Find when the particle is moving to the right.

  • The particle moves to the right when its velocity is positive, .

  • We use the points where (from part a) to test intervals on a sign chart for . The critical points are and . We only consider .

    IntervalTest Value ()Sign of Direction
    Right
    Left
    Right
  • The particle is moving to the right on the intervals and .

(c) At , is the speed increasing or decreasing?

  • To determine if speed is increasing or decreasing, we must compare the signs of velocity and acceleration at .

  • Find the velocity at :

  • Find the acceleration at :

  • At , (positive) and (negative).

  • Justification: Because the velocity and acceleration have opposite signs at , the speed of the particle is decreasing at that time.

Using Your Calculator

For functions where finding the derivative by hand is complex or for questions on the calculator-active section of the exam, your calculator is an essential tool. The primary function to use is the numerical derivative command.

Problem: The position of a particle is given by for . Find the acceleration of the particle at t=2.5`. **Method (TI-84 Style Commands):** 1. **Enter the position function:** Press `Y=` and enter `Y1 = X^2 * cos(X)`. (Use $X as the variable).

  1. Find acceleration: Acceleration is the second derivative of position. You can find this from the home screen using the numerical derivative command, nDeriv (found under MATH -> ).

    • To find the first derivative (velocity) at , the syntax is nDeriv(Y1, X, 2.5).

    • To find the second derivative (acceleration), you must take the derivative of the derivative. The syntax is:

      nDeriv(nDeriv(Y1, X, X), X, 2.5)

    • This command tells the calculator to take the numerical derivative of the function `nDeriv(Y1, X, X)(which represents $v(t)) with respect to , evaluated at -13.566$. So, .

This method is highly efficient for finding the value of a derivative at a point without having to compute the derivative function by hand, which in this case would require two applications of the product rule.

AP Exam Quick Hit

Common Question Types

  • Finding Motion Properties from a Position Function: Given , you will be asked to find , , or speed at a specific time . This is a direct test of the derivative relationships.

    • Example: "A particle's position is given by . Find the acceleration of the particle at ."
  • Analyzing the Direction of Motion: Given , you will be asked to find the time intervals when the particle is moving left, moving right, or is at rest. This requires finding , setting it to zero, and analyzing its sign.

    • Example: "For the particle with position , find all time intervals during which the particle is moving to the left."
  • Determining if Speed is Increasing or Decreasing: You will be given a position function and a time and asked if the speed is increasing or decreasing. This requires finding the signs of both and and comparing them.

    • Example: "At , is the speed of the particle with position increasing or decreasing? Give a reason for your answer."

Common Mistakes

  • Confusing Speed and Velocity: Reporting a negative value for speed. Remember, speed is and must be greater than or equal to zero.

  • Confusing "At Rest" with "Zero Acceleration": A particle is at rest when . A particle has zero acceleration when , which means its velocity is not changing at that instant (it could be at a local maximum or minimum velocity). The particle can still be moving when acceleration is zero.

  • Incorrectly Justifying Increasing/Decreasing Speed: A common mistake is to state that speed is increasing simply because acceleration is positive. This is incorrect. Speed increases only when velocity and acceleration have the same sign. Your justification must mention the signs of both and .

  • Forgetting to Justify: On free-response questions, an answer without a justification (e.g., "The speed is decreasing because and ") will not receive full credit. You must show your work for finding the values or signs of velocity and acceleration.