AP Physics C Mechanics

Kinematics

A calculus-based introduction to motion using vectors, graphs, uncertainty, and model-building. This page emphasizes how to describe motion before asking what force caused it.

How to Use This Page

Core Idea

Kinematics is not a list of equations. It is the process of building a mathematical model of position, velocity, and acceleration.

  • Use vectors to describe direction.
  • Use derivatives to describe rates of change.
  • Use integrals to accumulate motion.
  • Use data to test the model.

What students should be able to do

By the end of this unit, students should be able to represent motion with words, diagrams, vectors, graphs, equations, and data. The goal is to move between those representations without losing physical meaning.

AP Physics C focus

Every equation in this unit can be understood through derivatives or integrals. Algebraic kinematics is useful, but AP Physics C requires students to understand where the relationships come from.

Common mistake: Students often choose an equation before identifying the physical situation. Start with a sketch, coordinate system, known variables, unknown variable, and direction convention.

General Problem-Solving Method

  1. Draw the situation before doing algebra.
  2. Choose a coordinate system and define positive direction.
  3. Write position, velocity, and acceleration as components when needed.
  4. Separate motion into independent directions.
  5. Choose equations based on missing and known variables.
  6. Check whether the sign, units, and magnitude of the answer make sense.

1. Lab Skills and Experimental Language

Even when the unit is not centered on a formal lab, kinematics should be taught as experimental modeling. Motion is observed, measured, graphed, fit with functions, and compared to theory.

Accuracy

How close a measured or calculated value is to the accepted or theoretical value.

Precision

How repeatable measurements are. A measurement can be precise but not accurate if the method has systematic bias.

Random Error

Scatter caused by timing variation, reading uncertainty, or small uncontrolled differences from trial to trial.

Systematic Error

A consistent shift in one direction, often caused by calibration, an incorrect starting point, or a biased procedure.

Percent Error
\[\%\text{ error}=\left|\dfrac{\text{experimental}-\text{accepted}}{\text{accepted}}\right|\times 100\%\]
Standard Deviation

A measure of spread in repeated data. In kinematics, it is useful when comparing many timing or distance trials.

Physics writing skill: Good analysis does not just say “human error.” It identifies a specific uncertainty, explains its direction or effect, and connects it to the result.

Check Your Understanding: Measurement

A student predicts that a cart will take 1.42 s to travel down a ramp. Five measured trials are 1.49 s, 1.46 s, 1.51 s, 1.47 s, and 1.50 s. Is the main issue accuracy, precision, or both?

Show solution

The trials are close to one another, so the measurements are reasonably precise. The average is about 1.49 s, which is noticeably above the predicted 1.42 s. That suggests an accuracy issue or a model mismatch. A strong answer would investigate whether the prediction ignored friction, starting delay, ramp angle uncertainty, or release method.

2. Vectors in Kinematics

Kinematics uses vectors because motion has direction. A standalone vector unit may go deeper into vector algebra, dot products, and cross products, but this unit uses vector notation as the language of motion.

Position

\[\vec r = x\hat i + y\hat j + z\hat k\]

Position tells where an object is relative to an origin.

Velocity

\[\vec v = v_x\hat i + v_y\hat j + v_z\hat k\]

Velocity tells how position changes in time.

Acceleration

\[\vec a = a_x\hat i + a_y\hat j + a_z\hat k\]

Acceleration tells how velocity changes in time.

Component Thinking

In two-dimensional motion, treat the x-direction and y-direction as separate one-dimensional problems that share the same time variable.

v⃗ vₓ vᵧ xy

Core skill

Write the vector first, then decide what each component does.

\[\vec v = v\cos\theta\,\hat i + v\sin\theta\,\hat j\]

If the projectile is launched at speed \(v\) and angle \(\theta\), the horizontal and vertical components are different parts of one velocity vector.

Problem: Velocity Vector

A ball is launched at 20.0 m/s at 30.0° above the horizontal. Write its initial velocity vector.

Show solution

Use \(v_x=v\cos\theta\) and \(v_y=v\sin\theta\).

\[v_x=20.0\cos30.0^\circ=17.3\text{ m/s}\]
\[v_y=20.0\sin30.0^\circ=10.0\text{ m/s}\]

So the vector is \(\vec v_0=(17.3\hat i+10.0\hat j)\text{ m/s}\).

3. One-Dimensional Motion

One-dimensional kinematics is the foundation for more complicated motion. The key is choosing a direction convention and sticking with it.

Constant Acceleration Relationships

\[v_f=v_i+at\]

Useful when displacement is not needed.

\[\Delta x=v_it+\frac12at^2\]

Useful when final velocity is not needed.

\[v_f^2-v_i^2=2a\Delta x\]

Useful when time is not needed.

Worked Example: Braking Car

A car travels at 20.0 m/s. The driver applies the brakes, producing a constant acceleration of −2.00 m/s² until the car stops.

  1. How long does it take to stop?
  2. How far does the car travel while braking?
  3. What is the car’s speed halfway through the stopping time?
  4. What is the car’s speed halfway through the stopping distance?
Show solution

1. Use \(v_f=v_i+at\).

\[0=20.0+(-2.00)t \Rightarrow t=10.0\text{ s}\]

2. Use \(v_f^2-v_i^2=2a\Delta x\).

\[0^2-20.0^2=2(-2.00)\Delta x \Rightarrow \Delta x=100\text{ m}\]

3. Halfway through the time is 5.00 s.

\[v=20.0+(-2.00)(5.00)=10.0\text{ m/s}\]

4. Halfway through the distance is 50.0 m.

\[v^2-20.0^2=2(-2.00)(50.0)\Rightarrow v=14.1\text{ m/s}\]

The halfway-time speed and halfway-distance speed are not the same because distance does not accumulate evenly during accelerated motion.

4. Deriving the Kinematic Equations with Separable Differential Equations

The constant-acceleration equations should not feel like magic. In AP Physics C, they come directly from the definitions of velocity and acceleration. When acceleration is constant, the differential equations are separable and can be integrated.

Key assumption: these derivations only apply when acceleration is constant. If acceleration depends on time, position, or velocity, the same calculus ideas still apply, but the final equations may look different.

Derivation 1: Velocity as a Function of Time

Start with the definition of acceleration in one dimension:

\[a=\frac{dv}{dt}\]

Separate the variables:

\[dv=a\,dt\]

Integrate from the initial state to the final state:

\[\int_{v_i}^{v_f} dv=\int_{0}^{t}a\,dt\]

For constant acceleration, \(a\) comes out of the integral:

\[v_f-v_i=at\]
\[\boxed{v_f=v_i+at}\]

Derivation 2: Position as a Function of Time

Use velocity as the derivative of position:

\[v=\frac{dx}{dt}\]

Since \(v(t)=v_i+at\), substitute that expression for velocity:

\[\frac{dx}{dt}=v_i+at\]

Separate and integrate:

\[dx=(v_i+at)\,dt\]
\[\int_{x_i}^{x_f}dx=\int_0^t(v_i+at)\,dt\]

Evaluate the integral:

\[x_f-x_i=v_it+\frac12at^2\]
\[\boxed{\Delta x=v_it+\frac12at^2}\]

Derivation 3: The Time-Independent Equation

Sometimes time is not given. Start with acceleration and use the chain rule:

\[a=\frac{dv}{dt}=\frac{dv}{dx}\frac{dx}{dt}\]

Since \(\frac{dx}{dt}=v\), this becomes:

\[a=v\frac{dv}{dx}\]

Separate variables:

\[a\,dx=v\,dv\]

Integrate from the initial state to the final state:

\[\int_{x_i}^{x_f}a\,dx=\int_{v_i}^{v_f}v\,dv\]

For constant acceleration:

\[a(x_f-x_i)=\frac12(v_f^2-v_i^2)\]
\[\boxed{v_f^2-v_i^2=2a\Delta x}\]

Check Your Understanding

A particle starts from rest and accelerates at a constant \(3.0\text{ m/s}^2\). Use calculus, not memorized kinematics, to find its displacement after \(4.0\text{ s}\).

Show solution

Start with acceleration:

\[a=\frac{dv}{dt}=3.0\]

Integrate to find velocity:

\[v(t)=\int 3.0\,dt=3.0t+C\]

Since the particle starts from rest, \(v(0)=0\), so \(C=0\). Then:

\[v(t)=3.0t\]

Now use \(v=\frac{dx}{dt}\):

\[\Delta x=\int_0^4 3.0t\,dt=\left.1.5t^2\right|_0^4=24\text{ m}\]

5. Graphs and Calculus Interpretation

AP Physics C expects students to connect kinematics to calculus. Derivatives describe slopes. Integrals describe accumulated change.

Velocity from Position

\[\vec v=\dfrac{d\vec r}{dt}\]

Velocity is the derivative of position with respect to time.

Acceleration from Velocity

\[\vec a=\dfrac{d\vec v}{dt}=\dfrac{d^2\vec r}{dt^2}\]

Acceleration is the derivative of velocity and the second derivative of position.

Displacement from Velocity

\[\Delta \vec r=\int_{t_i}^{t_f}\vec v(t)\,dt\]

Displacement is the area under the velocity-time graph.

GraphSlope MeansArea Means
Position vs. timeVelocityUsually not physically central in this course
Velocity vs. timeAccelerationDisplacement
Acceleration vs. timeRate of change of acceleration (jerk)Change in velocity

Problem: Calculus Kinematics

A particle moves along the x-axis with position \(x(t)=3t^3-4t^2+2\), where x is in meters and t is in seconds.

  1. Find \(v(t)\).
  2. Find \(a(t)\).
  3. Find the velocity and acceleration at \(t=2.00\text{ s}\).
Show solution

Differentiate position to get velocity:

\[v(t)=\dfrac{dx}{dt}=9t^2-8t\]

Differentiate velocity to get acceleration:

\[a(t)=\dfrac{dv}{dt}=18t-8\]

At \(t=2.00\text{ s}\):

\[v(2)=9(2)^2-8(2)=20\text{ m/s}\]
\[a(2)=18(2)-8=28\text{ m/s}^2\]

6. Projectile Motion

Projectile motion is two-dimensional kinematics with constant vertical acceleration and, if air resistance is ignored, constant horizontal velocity.

Central idea: The x and y components are independent, but they share the same time.

Projectile Model

Horizontal Motion

\[x=x_0+v_{0x}t\]

With no air resistance, \(a_x=0\).

Vertical Motion

\[y=y_0+v_{0y}t-\frac12gt^2\]

Near Earth, \(a_y=-g\).

Velocity Components

\[v_x=v_{0x}\quad v_y=v_{0y}-gt\]

The velocity vector changes because the vertical component changes.

g v⃗₀ vₓ constant vᵧ v⃗

Case A: Launch and Land at Same Height

Problem

A projectile is launched from level ground at 20.0 m/s and 30.0° above the horizontal. Ignore air resistance. Find the total time of flight, maximum height, and range.

Show solution

Resolve the initial velocity:

\[v_{0x}=20.0\cos30.0^\circ=17.3\text{ m/s}\]
\[v_{0y}=20.0\sin30.0^\circ=10.0\text{ m/s}\]

At the top, \(v_y=0\):

\[0=10.0-9.8t \Rightarrow t_{top}=1.02\text{ s}\]

Total time is twice the time to the top:

\[t_{total}=2.04\text{ s}\]

Maximum height:

\[H=v_{0y}t-\frac12gt^2=10.0(1.02)-4.9(1.02)^2=5.10\text{ m}\]

Range:

\[R=v_xt=17.3(2.04)=35.3\text{ m}\]

Case B: Horizontal Launch

Problem

A package is released from an aircraft moving horizontally at 686 m/s at an altitude of 21,000 m. Ignore air resistance. How far horizontally does the package travel before hitting the ground?

Show solution

Vertical motion determines the time. The initial vertical velocity is zero.

\[-21000=0t-\frac12(9.8)t^2\]
\[t=\sqrt{\dfrac{2(21000)}{9.8}}=65.5\text{ s}\]

Use horizontal motion to find range:

\[x=v_xt=686(65.5)=4.49\times10^4\text{ m}\]

The package lands about \(44.9\text{ km}\) horizontally from the release point.

Case C: Symbolic Range Derivation

Problem

Derive the range of a projectile launched and landing at the same height with launch speed \(v_0\) and angle \(\theta\).

Show solution

The vertical position returns to zero:

\[0=v_0\sin\theta\,t-\frac12gt^2\]

Ignoring the starting time \(t=0\), solve for total flight time:

\[t=\dfrac{2v_0\sin\theta}{g}\]

Horizontal range is horizontal velocity times time:

\[R=v_0\cos\theta\left(\dfrac{2v_0\sin\theta}{g}\right)\]

Use \(2\sin\theta\cos\theta=\sin(2\theta)\):

\[\boxed{R=\dfrac{v_0^2\sin(2\theta)}{g}}\]

7. Relative Motion and Circular Motion Preview

Relative motion and circular motion both require careful vector thinking. This page introduces the ideas briefly; later units can treat them in more depth.

Relative Velocity

\[\vec v_{A/C}=\vec v_{A/B}+\vec v_{B/C}\]

Velocity depends on the observer. Riverboat and airplane-wind problems are applications of vector addition.

Circular Motion Preview

\[a_c=\dfrac{v^2}{r}\]

Even when speed is constant, velocity changes direction. That change in direction requires acceleration toward the center.

Common mistake

Constant speed does not mean zero acceleration. Velocity is a vector, so changing direction counts as acceleration.

Problem: River Crossing

A boat points directly across a river and moves at 4.0 m/s relative to the water. The river current flows downstream at 3.0 m/s. Find the boat’s velocity relative to the shore.

Show solution

The boat’s across-river velocity and the river’s downstream velocity are perpendicular components.

\[\vec v=(4.0\hat i+3.0\hat j)\text{ m/s}\]
\[|\vec v|=\sqrt{4.0^2+3.0^2}=5.0\text{ m/s}\]
\[\theta=\tan^{-1}(3.0/4.0)=36.9^\circ\]

The boat moves at 5.0 m/s relative to the shore, angled 36.9° downstream from straight across.

7. Additional Practice Problems

Use these problems after attempting the main examples. Solutions are hidden so students can check their work after making a serious attempt.

Conceptual Question 1

In ideal projectile motion, why does the horizontal velocity remain constant while the vertical velocity changes?

Show solution

With air resistance ignored, the only acceleration is gravity, which points vertically downward. Therefore \(a_x=0\), so \(v_x\) remains constant. The vertical component changes because \(a_y=-g\).

Conceptual Question 2

A car travels around a circular track at constant speed. Is its acceleration zero? Explain.

Show solution

No. The speed is constant, but the velocity vector changes direction continuously. Since acceleration is the rate of change of velocity, the car has centripetal acceleration toward the center of the circle.

Algebraic Problem

A cart starts from rest and accelerates at 1.60 m/s² for 5.00 s. Find its final speed and displacement.

Show solution
\[v_f=0+(1.60)(5.00)=8.00\text{ m/s}\]
\[\Delta x=0(5.00)+\frac12(1.60)(5.00)^2=20.0\text{ m}\]

AP-Style Multi-Part Problem

A particle moves in the xy-plane with position vector \(\vec r(t)=(2t^2+1)\hat i+(6t-t^2)\hat j\), where position is in meters and time is in seconds.

  1. Find \(\vec v(t)\).
  2. Find \(\vec a(t)\).
  3. Find the speed at \(t=2.00\text{ s}\).
  4. Determine whether the particle’s acceleration is constant.
Show solution

Differentiate the position vector component by component:

\[\vec v(t)=4t\hat i+(6-2t)\hat j\]

Differentiate velocity:

\[\vec a(t)=4\hat i-2\hat j\]

At \(t=2.00\text{ s}\):

\[\vec v(2)=8\hat i+2\hat j\]
\[|\vec v|=\sqrt{8^2+2^2}=8.25\text{ m/s}\]

The acceleration is constant because \(\vec a(t)=4\hat i-2\hat j\) does not depend on time.

Formula Summary

\[v_f=v_i+at\]
\[\Delta x=v_it+\frac12at^2\]
\[v_f^2-v_i^2=2a\Delta x\]
\[\vec v=\dfrac{d\vec r}{dt}\]
\[\vec a=\dfrac{d\vec v}{dt}\]
\[R=\dfrac{v_0^2\sin(2\theta)}{g}\]