Skip to main content
United StatesPhysics C: MechanicsSyllabus dot point

How are velocity and acceleration defined as derivatives of position, and how do we recover motion by integration when the acceleration is known?

Topic 1.2 Displacement, Velocity, and Acceleration: define velocity and acceleration as the time derivatives of position and velocity, integrate to recover velocity and position, and apply the constant-acceleration kinematic equations.

A focused answer to AP Physics C: Mechanics Topic 1.2, defining velocity and acceleration as derivatives of position and velocity, recovering motion by integration when acceleration is a function of time, distinguishing average from instantaneous quantities, and applying the constant-acceleration kinematic equations, with calculus-based worked examples.

Generated by Claude Opus 4.811 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this topic is asking
  2. Velocity and acceleration as derivatives
  3. Recovering motion by integration
  4. Average versus instantaneous
  5. The constant-acceleration equations
  6. Speeding up or slowing down
  7. Try this

What this topic is asking

The College Board (Topic 1.2) wants you to define velocity as the time derivative of position and acceleration as the time derivative of velocity, to integrate to recover velocity and position when the acceleration is a known function of time, to distinguish average from instantaneous quantities, and to apply the constant-acceleration kinematic equations as the special case. This is where AP Physics C: Mechanics diverges from algebra-based physics: the definitions are calculus definitions, and a typical exam problem hands you a position or acceleration function and asks you to differentiate or integrate it.

Velocity and acceleration as derivatives

These are the engine of AP Physics C kinematics. If you are given the position as a function of time, you find velocity by differentiating once and acceleration by differentiating twice. For example, if x(t)=4t2−5tx(t) = 4t^2 - 5t, then v(t)=8t−5v(t) = 8t - 5 and a(t)=8a(t) = 8 (a constant). The calculus is usually polynomial differentiation, with occasional sines, cosines or exponentials.

Recovering motion by integration

If instead you know the acceleration as a function of time, you build the velocity and position by integrating, using the initial conditions as the constants:

v(t)=v0+∫0ta(t′) dt′,x(t)=x0+∫0tv(t′) dt′.v(t) = v_0 + \int_0^t a(t')\,dt', \qquad x(t) = x_0 + \int_0^t v(t')\,dt'.

The initial velocity v0v_0 and initial position x0x_0 are the constants of integration; without them the motion is undetermined. This is why exam problems always supply the starting conditions. Graphically, the integral is an area: the area under an acceleration-time graph is the change in velocity, and the area under a velocity-time graph is the displacement.

Average versus instantaneous

An average quantity uses the total change over a whole interval: vavg=ΔxΔtv_{avg} = \dfrac{\Delta x}{\Delta t} and aavg=ΔvΔta_{avg} = \dfrac{\Delta v}{\Delta t}. An instantaneous value is the derivative at one moment, the slope of the tangent on the graph. For constant acceleration only, the average velocity equals the simple mean of the endpoints, vavg=v0+v2v_{avg} = \dfrac{v_0 + v}{2}. When the acceleration varies, that shortcut fails and you must integrate.

The constant-acceleration equations

When the acceleration is constant, integrating aa once and twice produces the familiar kinematic equations:

v=v0+atv = v_0 + at

x=x0+v0t+12at2x = x_0 + v_0 t + \tfrac{1}{2}at^2

v2=v02+2a(x−x0)v^2 = v_0^2 + 2a(x - x_0)

Each omits one variable: the first has no displacement, the second has no final velocity, the third has no time. List your knowns and the unknown you want, then pick the equation with exactly those. In AP Physics C these are a special case of the calculus, not a starting point: if the acceleration is not constant (a falling object with air resistance, say), you go back to integrating a(t)a(t) directly.

Speeding up or slowing down

Because velocity and acceleration are independent vectors, an object can have, for instance, a positive velocity and a negative acceleration at once: it moves forward while slowing. The rule is that an object speeds up when vv and aa share a sign and slows down when their signs differ. At a turning point the velocity is momentarily zero while the acceleration is nonzero. This sign analysis is exactly what the calculus FRQs reward.

Try this

Q1. A particle has position x(t)=t3−6t2+9tx(t) = t^3 - 6t^2 + 9t (SI units). Calculate its velocity at t=0t = 0 and identify the times it is at rest. [3 points]

  • Cue. v(t)=3t2−12t+9v(t) = 3t^2 - 12t + 9; v(0)=9v(0) = 9 m/s. Setting v=0v = 0: 3(t−1)(t−3)=03(t-1)(t-3) = 0, so t=1t = 1 s and t=3t = 3 s.

Q2. A ball is dropped from rest with g=9.8g = 9.8 m/s squared (constant). Calculate its speed after 2.02.0 s. [2 points]

  • Cue. v=v0+at=0+(9.8)(2.0)=19.6v = v_0 + at = 0 + (9.8)(2.0) = 19.6 m/s downward.

Exam-style practice questions

Practice questions written in the style of College Board exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

AP 2024 (style)5 marksSection II (FRQ, calculus). A particle moves along the xx-axis with position x(t)=2.0t3−9.0t2+12tx(t) = 2.0t^3 - 9.0t^2 + 12t (SI units). (a) Derive expressions for the velocity and acceleration as functions of time. (b) Determine the times at which the particle is momentarily at rest. (c) Calculate the acceleration at t=1.0t = 1.0 s and state whether the particle is speeding up or slowing down there. (d) Determine the net displacement between t=0t = 0 and t=3.0t = 3.0 s.
Show worked answer →

A 5-point calculus FRQ using derivatives and the sign analysis of motion.

(a) Derivatives (1 point): v(t)=dxdt=6.0t2−18t+12v(t) = \dfrac{dx}{dt} = 6.0t^2 - 18t + 12; a(t)=dvdt=12t−18a(t) = \dfrac{dv}{dt} = 12t - 18.
(b) At rest (1 point): set v=0v = 0: 6.0(t2−3t+2)=0⇒(t−1)(t−2)=06.0(t^2 - 3t + 2) = 0 \Rightarrow (t-1)(t-2) = 0, so t=1.0t = 1.0 s and t=2.0t = 2.0 s.
(c) At t=1.0t = 1.0 s (2 points): a(1.0)=12(1.0)−18=−6.0a(1.0) = 12(1.0) - 18 = -6.0 m/s squared. Just before t=1.0t = 1.0 s the velocity is positive and the acceleration is negative, so vv and aa have opposite signs and the particle is slowing down (it is reaching a turning point).
(d) Net displacement (1 point): x(3.0)−x(0)=[2.0(27)−9.0(9)+12(3.0)]−0=54−81+36=9.0x(3.0) - x(0) = [2.0(27) - 9.0(9) + 12(3.0)] - 0 = 54 - 81 + 36 = 9.0 m.

Markers reward differentiating correctly and using the relative signs of vv and aa to decide speeding up versus slowing down.

AP 2022 (style)1 marksSection I (multiple choice). The acceleration of an object moving along the xx-axis is a(t)=6ta(t) = 6t (SI units), and it starts from rest at the origin. What is its velocity at t=2.0t = 2.0 s? (A) 6.06.0 m/s (B) 1212 m/s (C) 2424 m/s (D) 8.08.0 m/s. Justify your reasoning.
Show worked answer →

A 1-point calculus MCQ. The answer is (B).

Velocity is the integral of acceleration: v(t)=v0+∫0t6t′ dt′=0+3t2v(t) = v_0 + \int_0^t 6t'\,dt' = 0 + 3t^2. At t=2.0t = 2.0 s, v=3(2.0)2=12v = 3(2.0)^2 = 12 m/s. The trap (C) comes from treating the acceleration as constant at its final value a(2)=12a(2) = 12 and writing v=at=12×2v = at = 12 \times 2; but the acceleration is changing, so you must integrate.

Related dot points

Sources & how we know this