Kinematics in one dimension — AP Physics C: Mechanics Study Guide
For: AP Physics C: Mechanics candidates sitting AP Physics C: Mechanics.
Covers: Position, velocity, acceleration definitions (average and instantaneous), kinematic equations for constant acceleration, graphical motion analysis, and calculus-based methods for non-constant acceleration in one dimension.
You should already know: Basic single-variable differentiation and integration; how to set up a coordinate system; quadratic equation solution methods.
A note on the practice questions: All worked questions in the "Practice Questions" section below are original problems written by us in the AP Physics C: Mechanics style for educational use. They are not reproductions of past College Board / Cambridge / IB papers and may differ in wording, numerical values, or context. Use them to practise the technique; cross-check with official mark schemes for grading conventions.
1. What Is Kinematics in one dimension?
Kinematics is the branch of mechanics that describes the motion of objects without reference to the forces that cause the motion. One-dimensional kinematics restricts all motion to a single straight line (almost always the x-axis by convention), so all motion quantities have only a magnitude and a sign (positive/negative, indicating direction along the line). Per the official AP Physics C: Mechanics CED, all kinematics topics (including this one) make up 10-15% of total exam weight, and one-dimensional kinematics appears in both multiple-choice (MCQ) and free-response (FRQ) sections, usually as the foundation for larger problems involving forces, energy, or rotation.
Standard notation conventions: is position at time , relative to an origin ; is displacement, which is distinct from distance traveled (the total length of the path taken). Average velocity is displacement divided by time, while average speed is total distance divided by time. AP exam problems regularly test this critical distinction, and one-dimensional kinematics is the prerequisite for every other topic in mechanics.
2. Calculus Definitions of Average and Instantaneous Motion
All kinematic quantities are defined by the relationships between position, time, velocity, and acceleration. Average quantities are defined over a finite time interval : Instantaneous quantities are the limit of average quantities as approaches 0, which reduces to the derivative definitions that are core to AP Physics C: To reverse this relationship (get velocity from acceleration, position from velocity), we use integration, with the constant of integration fixed by initial conditions (initial position and initial velocity ): v(t) = v_0 + \int_0^t a(\tau) d\tau, \quad x(t) = x_0 + \int_0^t v(\tau) d\tau} These definitions work for all motion, regardless of whether acceleration is constant or non-constant, so they are the most general tools for solving kinematics problems.
Worked Example
The position of a toy car moving along a straight track is given by , where is in meters and in seconds for . Find (a) the instantaneous velocity at s, and (b) the average velocity between s and s.
- For instantaneous velocity, use the derivative definition: .
- Substitute s: . The negative sign indicates velocity points in the negative x-direction.
- For average velocity, first calculate position at the interval endpoints: , .
- Calculate average velocity: .
Exam tip: Always confirm the sign of your velocity/acceleration matches your coordinate system: AP problems accept the sign as a full answer for direction, so you do not need extra description if your coordinate system is clearly defined.
3. Kinematics with Constant Acceleration
When acceleration is constant ( for all ), the general integration rules simplify to a set of three widely used kinematic equations. Starting from the integral definition of velocity: Integrate again to get position: Eliminate time by rearranging the first equation to and substituting into the position equation to get the time-independent form: These equations are extremely useful for problems with constant acceleration (free fall near Earth's surface, constant braking, etc.), but they are only valid when acceleration is constant. AP problems frequently test whether students remember this restriction.
Worked Example
A ball is thrown straight upward from ground level with an initial speed of 24 m/s. Acceleration due to gravity is 9.8 m/s² downward. What is the maximum height the ball reaches before it begins falling back down?
- Define the coordinate system: origin at ground level (), positive x upward. Acceleration points downward, so .
- At maximum height, the ball stops moving upward before reversing direction, so its instantaneous velocity is at this point. We need to solve for maximum height .
- We know initial velocity, final velocity, and acceleration, so we use the time-independent kinematic equation to avoid solving for time first: .
- Substitute values: .
Exam tip: For problems asking for maximum height, speed at a specific position, or stopping distance, the time-independent equation will almost always save you time compared to solving for time first.
4. Graphical Analysis of One-Dimensional Motion
AP Physics C heavily tests the ability to interpret the three common motion graphs: position vs. time ( vs ), velocity vs. time ( vs ), and acceleration vs. time ( vs ). The relationships between these graphs follow directly from the derivative and integral definitions:
- On an vs graph: The slope at any point equals the instantaneous velocity at that time; the average slope between two points equals average velocity.
- On a vs graph: The slope at any point equals instantaneous acceleration, and the net area under the graph between two times equals displacement over that interval.
- On an vs graph: The area under the graph between two times equals the change in velocity over that interval. These relationships are tested in nearly every exam, often in MCQ where you need to match one graph to another.
Worked Example
The velocity of a car accelerating from rest along a straight highway follows for s, and for s, where is in m/s. What is the total displacement of the car between and s?
- By definition, displacement equals the net area under the curve between the two times.
- The curve forms a triangle with base equal to the total time interval (20 s) and height equal to the maximum velocity (20 m/s at s).
- The area of a triangle is .
- Confirming with integration: , matching the area calculation.
Exam tip: If the area under a graph is a simple geometric shape (triangle, rectangle, trapezoid), you do not need to integrate to find it—calculating the area directly saves valuable time on the exam.
5. Common Pitfalls (and how to avoid them)
- Wrong move: Using constant-acceleration kinematic equations when acceleration is given as a function of time or position. Why: Students memorize the simple constant-acceleration equations and default to them even when the problem explicitly states acceleration is non-constant. Correct move: Always check if acceleration is constant before using these equations; if not, use integration of to find and .
- Wrong move: Using displacement instead of total distance traveled to calculate average speed. For example, a ball thrown up and caught at the launch point has 0 displacement but non-zero distance traveled, so average speed is not zero. Why: Students confuse displacement (net change in position) with distance (total path length). Correct move: Always calculate average speed as total distance traveled divided by time, never displacement divided by time.
- Wrong move: Forgetting to add initial velocity/position when integrating acceleration/velocity. For example, integrating gives instead of . Why: Students forget the constant of integration is fixed by initial conditions, not zero by default. Correct move: Always add the initial condition when writing the result of an integral for kinematics.
- Wrong move: Mixing up slope and area for motion graphs, e.g., taking the area under a position vs time graph as displacement. Why: Students confuse the order of differentiation between position, velocity, and acceleration. Correct move: Remember: slope of lower = higher (x→v→a, so slope of x is v, slope of v is a), area of higher = lower (area of a is Δv, area of v is Δx).
- Wrong move: Assuming gravity is always positive regardless of coordinate system direction. Why: Students memorize gravity as 9.8 m/s² and forget to change the sign if positive x is downward. Correct move: Always assign the sign of acceleration based on direction relative to your defined positive axis before plugging into equations.
6. Practice Questions (AP Physics C: Mechanics Style)
Question 1 (Multiple Choice)
The position of an object moving along the x-axis is given by , where is in meters and is in seconds. What is the average acceleration between s and s? (A) 0 m/s² (B) 3 m/s² (C) 6 m/s² (D) 12 m/s²
Worked Solution: Average acceleration is defined as , where and . First, find velocity by differentiating the position function: . Evaluate at the endpoints: m/s, m/s. Calculate m/s, s, so m/s². The correct answer is (C).
Question 2 (Free Response)
An object moving along the x-axis has an acceleration given by for , where is in m/s² and is in seconds. At , the object is at m and has an initial velocity m/s. (a) Derive expressions for velocity and position as functions of time. (b) Find all times when the object is momentarily at rest. (c) Calculate the total distance traveled by the object between and s.
Worked Solution: (a) We derive velocity by integrating acceleration, using initial velocity as the constant of integration: We derive position by integrating velocity, using initial position as the constant of integration:
(b) The object is at rest when . Solve the quadratic equation with the quadratic formula: This gives roots at s and s. Both are non-negative, so the object is at rest at and .
(c) Velocity is positive for s and negative for s, so we split the interval to calculate total distance: , m, m. Total distance .
Question 3 (Application / Real-World Style)
A high-speed passenger train is traveling at 80 m/s along a straight track when the driver spots a broken rail 1500 m ahead and triggers emergency braking. Emergency braking gives the train a constant deceleration of 2.5 m/s². Determine if the train stops before reaching the broken rail, and if so, how far the train is from the broken rail when it comes to rest.
Worked Solution: Define the origin at the train's position when braking is triggered, with positive x toward the broken rail. Initial conditions: , m/s, m/s² (deceleration opposite to motion). When the train stops, . Use the time-independent constant acceleration equation: The broken rail is at 1500 m, so the distance from the broken rail when the train stops is m.
Interpretation: The emergency braking system stops the train 220 meters before the broken rail, avoiding a collision.
7. Quick Reference Cheatsheet
| Category | Formula | Notes |
|---|---|---|
| Average Velocity | Displacement over time, direction-sensitive | |
| Average Acceleration | Change in velocity over time | |
| Instantaneous Velocity | Derivative of position with respect to time | |
| Instantaneous Acceleration | Derivative of velocity, second derivative of position | |
| General Velocity from Acceleration | Works for any acceleration, constant or non-constant | |
| General Position from Velocity | Works for any velocity, constant or non-constant | |
| Constant Acceleration: Velocity | Only valid for constant | |
| Constant Acceleration: Position | Only valid for constant | |
| Constant Acceleration: Time-Independent | Only valid for constant | |
| Motion Graph Rules | Slope = derivative, Area = integral | Slope of - = , slope of - = ; area of - = , area of - = |
8. What's Next
One-dimensional kinematics is the fundamental foundation for all subsequent topics in AP Physics C: Mechanics. Immediately after this topic, you will extend the calculus-based definitions of position, velocity, and acceleration to two dimensions, to solve problems involving projectile motion and relative motion. Without mastering the sign conventions, derivative/integral relationships, and constant acceleration rules you learned here, multi-dimensional kinematics and all later topics involving motion will be significantly harder to master. This topic also feeds directly into Newton's second law of motion, where you will connect acceleration to net force, and later into energy and momentum, where you will integrate acceleration and velocity to find work and impulse.
Common follow-on topics to study next: