Position, Velocity, and Acceleration

Derivatives and integrals in kinematics

🎯⭐ INTERACTIVE LESSON

Try the Interactive Version!

Learn step-by-step with practice exercises built right in.

Start Interactive Lesson →

Position, Velocity, and Acceleration

Fundamental Relationships

Position, velocity, and acceleration are related through calculus:

Velocity as derivative of position: v(t)=drdt\vec{v}(t) = \frac{d\vec{r}}{dt}

Acceleration as derivative of velocity: a(t)=dvdt=d2rdt2\vec{a}(t) = \frac{d\vec{v}}{dt} = \frac{d^2\vec{r}}{dt^2}

Position from velocity (integration): r(t)=r0+t0tv(t)dt\vec{r}(t) = \vec{r}_0 + \int_{t_0}^{t} \vec{v}(t') \, dt'

Velocity from acceleration (integration): v(t)=v0+t0ta(t)dt\vec{v}(t) = \vec{v}_0 + \int_{t_0}^{t} \vec{a}(t') \, dt'

One-Dimensional Motion

For motion along a straight line (x-axis):

Position function: x(t)x(t)

Velocity: vx(t)=dxdtv_x(t) = \frac{dx}{dt}

Acceleration: ax(t)=dvxdt=d2xdt2a_x(t) = \frac{dv_x}{dt} = \frac{d^2x}{dt^2}

Example: Polynomial Position Function

If x(t)=3t32t2+5t+1x(t) = 3t^3 - 2t^2 + 5t + 1 (in meters), then:

Velocity: vx=dxdt=9t24t+5 m/sv_x = \frac{dx}{dt} = 9t^2 - 4t + 5 \text{ m/s}

Acceleration: ax=dvxdt=18t4 m/s2a_x = \frac{dv_x}{dt} = 18t - 4 \text{ m/s}^2

Two-Dimensional Motion

Position vector in 2D: r(t)=x(t)i^+y(t)j^\vec{r}(t) = x(t)\hat{i} + y(t)\hat{j}

Velocity vector: v(t)=dxdti^+dydtj^=vxi^+vyj^\vec{v}(t) = \frac{dx}{dt}\hat{i} + \frac{dy}{dt}\hat{j} = v_x\hat{i} + v_y\hat{j}

Acceleration vector: a(t)=dvxdti^+dvydtj^=axi^+ayj^\vec{a}(t) = \frac{dv_x}{dt}\hat{i} + \frac{dv_y}{dt}\hat{j} = a_x\hat{i} + a_y\hat{j}

Speed (magnitude of velocity): v=v=vx2+vy2v = |\vec{v}| = \sqrt{v_x^2 + v_y^2}

Projectile Motion

For projectile motion with no air resistance:

Horizontal component:

  • ax=0a_x = 0
  • vx=v0x=v0cosθv_x = v_{0x} = v_0\cos\theta (constant)
  • x(t)=x0+v0xtx(t) = x_0 + v_{0x}t

Vertical component:

  • ay=ga_y = -g
  • vy(t)=v0ygt=v0sinθgtv_y(t) = v_{0y} - gt = v_0\sin\theta - gt
  • y(t)=y0+v0yt12gt2y(t) = y_0 + v_{0y}t - \frac{1}{2}gt^2

Variable Acceleration

When acceleration is a function of time, a(t)a(t):

v(t)=v0+0ta(t)dtv(t) = v_0 + \int_0^t a(t') \, dt'

x(t)=x0+0tv(t)dtx(t) = x_0 + \int_0^t v(t') \, dt'

Example: Time-Dependent Acceleration

If a(t)=6t4a(t) = 6t - 4 m/s², and v0=2v_0 = 2 m/s, x0=0x_0 = 0:

v(t)=2+0t(6t4)dt=2+3t24tv(t) = 2 + \int_0^t (6t' - 4) \, dt' = 2 + 3t^2 - 4t

x(t)=0t(2+3t24t)dt=2t+t32t2x(t) = \int_0^t (2 + 3t'^2 - 4t') \, dt' = 2t + t^3 - 2t^2

📚 Practice Problems

No example problems available yet.