Andromeda
Note

Motion Along a Line

Definition

Motion along a line involves describing the displacement, velocity, and acceleration of an object constrained to a one-dimensional path (a coordinate line) using time-dependent functions.

Why It Matters

Linear motion is the simplest case of dynamics, yet it is the foundation for understanding all physics. Errors in calculating position, velocity, and acceleration on a line propagate into every higher-dimensional model, from plumbing to planetary orbits.

Core Concepts

  • Position (ss): s=f(t)s = f(t).

    • How to read: “The position s is equal to the function f evaluated at time t.”
    • Meaning: Position along the line is a function of time.
  • Velocity (vv): v(t)=dsdt=f(t)v(t) = \frac{ds}{dt} = f'(t).

    • How to read: “The velocity v at time t is equal to the derivative of position s with respect to time t, which is the first derivative of the position function f.”
    • Meaning: Velocity is the rate of change of position—first derivative of ss with respect to time.
  • Speed: v(t)|v(t)|.

    • How to read: “The absolute value of the velocity at time t, which represents speed.”
    • Meaning: Speed is magnitude of velocity, ignoring direction.
  • Acceleration (aa): a(t)=dvdt=f(t)a(t) = \frac{dv}{dt} = f''(t).

    • How to read: “The acceleration a at time t is equal to the derivative of velocity v with respect to time t, which is the second derivative of the position function f.”
    • Meaning: Acceleration is the rate of change of velocity—second derivative of position.
  • Jerk (jj): j(t)=dadt=f(t)j(t) = \frac{da}{dt} = f'''(t).

    • How to read: “The jerk j at time t is equal to the derivative of acceleration a with respect to time t, which is the third derivative of the position function f.”
    • Meaning: Jerk is the rate of change of acceleration—third derivative of position.

Connected Concepts