AP PHYSICS C: MECHANICS • KINEMATICS

Displacement, Velocity, and Acceleration

The calculus-based foundations of motion that connect position, velocity, and acceleration through differentiation and integration.

Historical Context & Motivation

The quest to describe motion mathematically is one of the oldest threads in natural philosophy, stretching back to ancient Greece and reaching full maturity only with the invention of calculus in the seventeenth century. Kinematics—the branch of mechanics concerned with describing motion without reference to its causes—provides the language in which every subsequent law of physics is written. Before Galileo, the dominant Aristotelian framework asserted that heavier objects fall faster and that sustained motion requires a sustained push; these ideas went essentially unchallenged for nearly two millennia. It was only through careful experimentation and the development of new mathematical tools that physicists arrived at the precise, calculus-based definitions of displacement, velocity, and acceleration that form the bedrock of modern mechanics.

c. 340 BCE
Aristotle's Physics
Aristotle formalized the idea that objects have "natural" places and that speed is proportional to applied force—an intuitive but ultimately incorrect framework for motion.
1638
Galileo's Two New Sciences
Galileo published results from his inclined-plane experiments, demonstrating that free-fall displacement grows as the square of elapsed time—the first quantitative kinematic law.
1666–1687
Newton's Calculus & Principia
Isaac Newton developed the method of fluxions (calculus), enabling the definition of instantaneous velocity as the derivative of position and instantaneous acceleration as the derivative of velocity.
1684
Leibniz Publishes Differential Calculus
Gottfried Wilhelm Leibniz independently introduced the dx/dt notation still used in physics today, giving kinematics its modern symbolic language.
1788
Lagrange's Mécanique Analytique
Joseph-Louis Lagrange extended kinematics to generalized coordinates, paving the way for the analytical mechanics framework that AP Physics C ultimately leads into.

The central question that drove this centuries-long evolution was deceptively simple: How do we describe exactly where something is, how fast it is moving, and how its speed is changing—at any single instant in time? Answering this question required moving beyond averages to instantaneous rates of change, which is precisely why AP Physics C treats kinematics with calculus rather than algebra alone. In the sections that follow, you will see how the derivative and the integral connect position, velocity, and acceleration into a unified chain that governs all translational motion.

Core Principles & Definitions

Before diving into the calculus, it is essential to establish precise definitions for the three fundamental kinematic quantities. In physics, imprecise language leads to conceptual errors—particularly the conflation of distance with displacement or speed with velocity. Each quantity below is defined as a vector in general, though in one-dimensional problems the sign convention (positive or negative) encodes the directional information. The concept grid below lays out the foundational ideas that underpin the rest of this lesson.

1

Displacement (Δx or Δr)

Displacement is the change in position of an object: Δx = xf − xi. It is a vector quantity—it has both magnitude and direction. Crucially, displacement depends only on the initial and final positions, not on the path taken between them.
2

Velocity (v = dx/dt)

Velocity is the time rate of change of position. Average velocity is Δx/Δt, but instantaneous velocity is defined as the derivative v(t) = dx/dt. Velocity is a vector; its magnitude is called speed.
3

Acceleration (a = dv/dt)

Acceleration is the time rate of change of velocity. Just as velocity is dx/dt, acceleration is dv/dt = d²x/dt². An object can be accelerating even when its speed is constant—if its direction is changing.
4

Scalar vs. Vector

Distance and speed are scalar quantities (always non-negative), whereas displacement, velocity, and acceleration are vector quantities (carrying directional information). In 1-D, the sign encodes the direction.
5

The Derivative–Integral Chain

Differentiation moves you from position → velocity → acceleration. Integration moves you in the reverse direction: acceleration → velocity → position. Each integration introduces a constant of integration determined by initial conditions.
KEY TAKEAWAY
Think of position, velocity, and acceleration like a three-story building connected by an elevator. Differentiation is riding the elevator down one floor: position → velocity → acceleration. Integration is riding it back up. On each trip up (integration), you must punch in a code—the initial condition—to reach the correct floor. Without that code, you know the shape of the function but not where it sits on the axis. This derivative–integral chain is the single most important structural idea in AP Physics C kinematics.

Visual Explanation — The Kinematic Trio

The relationship among position, velocity, and acceleration is most transparent when you examine their graphs side by side. The diagram below shows the three graphs for a particle undergoing constant acceleration. Notice how the slope of the position–time curve at any instant equals the velocity at that instant, and the slope of the velocity–time curve equals the acceleration. Conversely, the area under the velocity–time curve between two times gives the displacement, and the area under the acceleration–time curve gives the change in velocity.

The top row shows representative x(t), v(t), and a(t) graphs for constant acceleration. The slope of each graph equals the value on the next graph to the right, and the area under each graph equals the change in the quantity to its left. The bottom panel summarizes the derivative–integral chain connecting the three kinematic quantities.

In the leftmost graph, x(t) is a parabola because the position of a uniformly accelerating particle is a quadratic function of time. Its slope—measured by the tangent line at any point—gives the instantaneous velocity at that moment. The middle graph, v(t), is therefore a straight line whose constant slope equals the acceleration. The shaded region (area) beneath v(t) between any two times yields the net displacement Δx during that interval. The rightmost graph, a(t), is a horizontal line for constant acceleration, and its area yields Δv. When acceleration is not constant, the graphs take more complex shapes—but the derivative and integral relationships remain universally valid.

Mathematical Framework

The power of AP Physics C lies in its use of calculus to handle motion that is not uniformly accelerated. The following equations define the instantaneous kinematic quantities and derive the special-case constant-acceleration equations you have likely seen before. Understanding the derivations—not merely memorizing the results—is what the AP exam rewards.

General Definitions (Any Motion)

INSTANTANEOUS VELOCITY
v(t) = dx/dt
The instantaneous velocity is the first derivative of position with respect to time. In the limit as Δt → 0, the average velocity Δx/Δt becomes dx/dt.
INSTANTANEOUS ACCELERATION
a(t) = dv/dt = d²x/dt²
Acceleration is the first derivative of velocity or, equivalently, the second derivative of position with respect to time.
POSITION FROM VELOCITY (INTEGRATION)
x(t) = x₀ + ∫₀ᵗ v(t′) dt′
Position at time t is found by integrating velocity from 0 to t and adding the initial position x₀. The variable t′ is a dummy variable of integration.
VELOCITY FROM ACCELERATION (INTEGRATION)
v(t) = v₀ + ∫₀ᵗ a(t′) dt′
Velocity at time t is found by integrating acceleration from 0 to t and adding the initial velocity v₀.

Constant-Acceleration Equations (Special Case)

When acceleration a is constant, the integrations above can be carried out analytically to produce the well-known UAM (uniformly accelerated motion) equations. Integrating a constant a once gives v(t) = v₀ + at. Integrating again yields x(t) = x₀ + v₀t + ½at². Eliminating time between these two equations produces v² = v₀² + 2a(x − x₀). These three results are not independent; any one can be derived from the other two. On the AP Physics C exam, you may be expected to derive them from the definitions rather than simply apply them from memory.

📐 Derivation Sketch
Start with a = dv/dt = constant. Separate variables: dv = a dt. Integrate both sides from 0 to t: v − v₀ = at, so v = v₀ + at. Next, use v = dx/dt = v₀ + at. Integrate: x − x₀ = v₀t + ½at². Finally, solve the first equation for t = (v − v₀)/a and substitute into the second to obtain v² = v₀² + 2a(x − x₀). This eliminates time and is especially useful when the problem does not mention time.

Graph Analysis & Non-Constant Acceleration

Many AP Physics C problems present motion graphs and ask you to extract kinematic information. The table below summarizes what you can determine from each type of graph and how to do it. Understanding these relationships is especially important for non-constant acceleration, where the UAM equations no longer apply and you must fall back on the general calculus definitions.

Extracting kinematic information from motion graphs
Given GraphSlope at a Point GivesArea Under Curve GivesConcavity Tells You
x(t)Instantaneous velocity v(t)(Not commonly used)Sign of acceleration: concave up → a > 0; concave down → a < 0
v(t)Instantaneous acceleration a(t)Displacement Δx between two timesWhether acceleration is increasing or decreasing (jerk)
a(t)Jerk j(t) = da/dtChange in velocity Δv between two timesWhether jerk is positive or negative
Velocity–time graph for v(t) = 3t² − 6t + 4. The shaded regions represent displacements obtained by integration. At t = 1 s, the velocity reaches a local minimum and the tangent is horizontal, meaning a(1) = 0. At t = 0, the tangent has a steep negative slope, indicating a(0) = −6 m/s². When the acceleration is not constant, only calculus (not UAM formulas) gives exact answers.

The curve above illustrates a scenario where the constant-acceleration equations would be inappropriate. The velocity v(t) = 3t² − 6t + 4 is a parabola in time, meaning the acceleration a(t) = dv/dt = 6t − 6 is itself changing linearly. To find the displacement between, say, t = 1 s and t = 3 s, you must evaluate the definite integral: Δx = ∫₁³ (3t² − 6t + 4) dt = [t³ − 3t² + 4t]₁³ = (27 − 27 + 12) − (1 − 3 + 4) = 12 − 2 = 10 m. This is the signed area under the v(t) curve, consistent with the diagram. When the curve dips below the time axis, the area in that region counts as negative displacement (motion in the negative direction).

Worked Example

The following worked example demonstrates how to apply the general calculus-based kinematic framework when acceleration is a function of time. This type of problem appears frequently on both the multiple-choice and free-response sections of the AP Physics C exam.

Non-Constant Acceleration: Finding Position
1
Step 1 — State the ProblemA particle starts from rest at the origin (x₀ = 0, v₀ = 0) at t = 0. Its acceleration is given by a(t) = 4t − 2 (in SI units, m/s²). Find the particle's velocity v(t) and position x(t) as functions of time, and determine the displacement of the particle during the interval t = 0 to t = 3 s.
2
Step 2 — Integrate Acceleration to Get VelocityStarting from the definition v(t) = v₀ + ∫₀ᵗ a(t′) dt′, substitute a(t′) = 4t′ − 2 and v₀ = 0: v(t) = ∫₀ᵗ (4t′ − 2) dt′ = [2t′² − 2t′]₀ᵗ = 2t² − 2t
v(t) = 2t² − 2t m/s
3
Step 3 — Integrate Velocity to Get PositionNow use x(t) = x₀ + ∫₀ᵗ v(t′) dt′ with x₀ = 0 and v(t′) = 2t′² − 2t′: x(t) = ∫₀ᵗ (2t′² − 2t′) dt′ = [⅔t′³ − t′²]₀ᵗ = ⅔t³ − t²
x(t) = ⅔t³ − t² m
4
Step 4 — Evaluate the Displacement from t = 0 to t = 3 sDisplacement is Δx = x(3) − x(0). We have: x(3) = ⅔(27) − 9 = 18 − 9 = 9 m x(0) = 0 m Δx = 9 − 0 = 9 m
Δx = 9 m
5
Step 5 — Verify by Checking Units and BehaviorDimensional check: a(t) has units m/s², so integrating once gives m/s (velocity) and twice gives m (position)—consistent. Physical check: at t = 0, v = 0 and x = 0, matching the initial conditions. At t = 1 s, v = 2(1) − 2(1) = 0, meaning the particle momentarily stops. For t > 1, v > 0 and increasing, so the particle moves in the positive direction with increasing speed, consistent with our positive displacement result.

Common Pitfalls & Comparisons

A significant portion of points lost on the AP Physics C exam comes from conceptual errors rather than mathematical mistakes. The table below highlights the most frequent confusions and contrasts the incorrect intuition with the correct physics. Study these carefully—many multiple-choice distractors are designed to exploit exactly these misconceptions.

Common kinematic pitfalls and their corrections
Common MistakeWhy It's WrongCorrect Understanding
Confusing distance with displacementDistance is the total path length (scalar, always ≥ 0). Displacement is the net change in position (vector, can be negative).A car driving 5 km east then 3 km west has distance = 8 km but displacement = 2 km east.
Assuming v = 0 means a = 0Velocity and acceleration are independent quantities. An object can have zero velocity while undergoing nonzero acceleration.A ball at the peak of its trajectory has v = 0 but a = −g = −9.8 m/s². The velocity is instantaneously zero, but it is changing.
Using UAM equations when a is not constantThe equations x = x₀ + v₀t + ½at² and v = v₀ + at were derived assuming constant a. They give wrong answers otherwise.If a(t) is given as a function of time, you must integrate: v = v₀ + ∫a dt and x = x₀ + ∫v dt.
Treating negative acceleration as decelerationNegative acceleration simply means acceleration in the negative direction. Whether the object speeds up or slows down depends on the relative signs of v and a.If v < 0 and a < 0, the object speeds up (both point the same way). Deceleration occurs when v and a have opposite signs.
Forgetting the constant of integrationEach integration produces an unknown constant. Without applying initial conditions, your function is shifted by an arbitrary amount along the vertical axis.Always use the given initial conditions (x₀, v₀) to evaluate the constant. On the FRQ, this is a rubric point you cannot afford to miss.
KEY TAKEAWAY
The sign of acceleration tells you the direction of the acceleration vector, not whether the object is speeding up or slowing down. To determine whether an object's speed is increasing or decreasing, compare the signs of velocity and acceleration: same sign → speeding up; opposite signs → slowing down. This distinction is a frequent exam target and is analogous to how a financial portfolio's rate of return (acceleration) and current value (velocity) together determine whether the portfolio is growing or shrinking in absolute terms.

Connection to Advanced Theory

The one-dimensional definitions of displacement, velocity, and acceleration extend naturally to two and three dimensions through the use of vector calculus. In AP Physics C: Mechanics, you will encounter projectile motion, circular motion, and other multi-dimensional scenarios where the position is described by a vector r(t) = x(t)î + y(t)ĵ. Differentiating component by component gives the velocity vector v(t) = (dx/dt)î + (dy/dt)ĵ and the acceleration vector a(t) = (d²x/dt²)î + (d²y/dt²)ĵ. The calculus-based definitions you have learned in this lesson apply independently to each component.

From 1-D kinematics to multi-dimensional motion
Concept1-D Kinematics (This Lesson)Multi-D / Advanced Extension
Positionx(t) — a scalar function along one axisr(t) = x(t)î + y(t)ĵ + z(t)k̂ — a vector function
Velocityv = dx/dtv = dr/dt; speed = |v| = √(vₓ² + v_y² + v_z²)
Accelerationa = dv/dt = d²x/dt²a = dv/dt; may have tangential and centripetal components
Constant-a caseThree UAM equations (algebraic)Projectile motion (free fall in 2-D); each component treated independently
Non-constant-a caseIntegrate a(t) to get v(t), then x(t)Leads to differential equations of motion; connects to Newton's second law F = ma

Looking ahead in the course, Newton's second law transforms kinematics into dynamics by establishing that F = ma—force is mass times acceleration. This means the kinematic framework you have just built is not merely descriptive; it becomes the foundation for predicting motion from known forces. In later units on rotational motion, you will encounter angular analogs (angular displacement θ, angular velocity ω = dθ/dt, and angular acceleration α = dω/dt), which form a parallel derivative–integral chain. Mastery of the translational kinematics in this lesson is therefore essential for success throughout the rest of AP Physics C: Mechanics.

Practice Problems

1
A car travels along a straight road. At time t = 2 s, the car's velocity is +10 m/s and its acceleration is −3 m/s². Which of the following best describes the car's motion at t = 2 s?
2
A particle's position as a function of time is x(t) = 5t³ − 2t + 1, where x is in meters and t is in seconds. What is the particle's acceleration at t = 2 s?
3
A particle moves along the x-axis with acceleration a(t) = 6t (m/s²). At t = 0, the particle is at x = 2 m with velocity v = −4 m/s. What is the position of the particle at t = 2 s?
PROBLEM 4APPLIED
A rocket sled starts from rest and accelerates along a straight track. Onboard sensors record the acceleration as a(t) = 12 − 2t (m/s²) for 0 ≤ t ≤ 6 s. (a) Derive an expression for the velocity v(t) of the sled. (b) At what time does the sled reach its maximum velocity, and what is that velocity? (c) Derive an expression for the position x(t) of the sled, given x(0) = 0. (d) Find the total displacement of the sled from t = 0 to t = 6 s.
PROBLEM 5CRITICAL THINKING
A student is given the velocity graph of a particle moving in one dimension. The graph shows v(t) as a piecewise function: v = 4 m/s for 0 ≤ t < 3 s, then v decreases linearly from 4 m/s to −2 m/s over 3 ≤ t ≤ 6 s. (a) Sketch the corresponding acceleration-time graph for 0 ≤ t ≤ 6 s and explain your reasoning. (b) Determine the displacement of the particle from t = 0 to t = 6 s. (c) Determine the total distance traveled by the particle from t = 0 to t = 6 s. (d) Explain why the total distance and displacement differ in this scenario.

Lesson Summary

Displacement (Δx = xf − xi) is the vector change in position, distinct from the scalar total distance traveled. Velocity is defined as v = dx/dt, the first derivative of position, while acceleration is a = dv/dt = d²x/dt², the second derivative. The derivative–integral chain links these three quantities: differentiation moves from position to velocity to acceleration, and integration reverses the process—with each integration requiring an initial condition to determine the constant of integration.

When acceleration is constant, the general integrals reduce to the UAM equations: v = v₀ + at, x = x₀ + v₀t + ½at², and v² = v₀² + 2a(x − x₀). When acceleration is not constant, you must return to the fundamental definitions and integrate a(t) to find v(t), then integrate v(t) to find x(t). Graph analysis is equally vital: the slope of each motion graph yields the quantity one level down the chain, and the area under the curve yields the change in the quantity one level up. Remember that an object's speed increases when v and a share the same sign, and decreases when they have opposite signs—regardless of the sign of either quantity alone.

Varsity Tutors • AP Physics C: Mechanics • Displacement, Velocity, and Acceleration