Kinematics of Particles

Kinematics of Particles

Kinematics is the branch of mechanics that deals with the geometry of motion without reference to the forces that cause the motion. In this section, we treat bodies as particles, meaning we neglect their dimensions and rotation.

Rectilinear Motion

Rectilinear motion describes a particle moving along a straight line. The position of the particle is defined by a single coordinate, ss, measured from a fixed origin OO.

Fundamental Variables

  • Position (ss): The location of the particle at any instant tt.
  • Velocity (vv): The time rate of change of position. v=dsdtv = \frac{ds}{dt}
  • Acceleration (aa): The time rate of change of velocity. a=dvdt=d2sdt2a = \frac{dv}{dt} = \frac{d^2s}{dt^2}
  • Differential Relation: Eliminating dtdt between the velocity and acceleration equations gives: ads=vdva \, ds = v \, dv

Motion with Constant Acceleration

If acceleration aa is constant (e.g., gravity), we can integrate the fundamental equations to obtain:

v=v0+actv = v_0 + a_c t s=s0+v0t+12act2s = s_0 + v_0 t + \frac{1}{2} a_c t^2 v2=v02+2ac(ss0)v^2 = v_0^2 + 2 a_c (s - s_0)

Where v0v_0 and s0s_0 are the initial velocity and position at t=0t=0.

Example: Braking Car

Step-by-Step Solution0 / 0 Problems

Start the practice problems to continue

Curvilinear Motion: Projectile Motion

Curvilinear motion occurs when a particle moves along a curved path. Projectile motion is a special case where a particle is launched into the air and moves under the influence of gravity alone (neglecting air resistance).

Equations of Projectile Motion

The motion is analyzed by separating it into independent horizontal (xx) and vertical (yy) components. Assume ax=0a_x = 0 and ay=ga_y = -g.

Horizontal Motion: vx=(vx)0v_x = (v_x)_0 x=x0+(vx)0tx = x_0 + (v_x)_0 t

Vertical Motion: vy=(vy)0gtv_y = (v_y)_0 - gt y=y0+(vy)0t12gt2y = y_0 + (v_y)_0 t - \frac{1}{2} gt^2 vy2=(vy)022g(yy0)v_y^2 = (v_y)_0^2 - 2g(y - y_0)

Example: Projectile Range

Step-by-Step Solution0 / 0 Problems

Start the practice problems to continue

Normal and Tangential Components

When the path of motion is known, it is often convenient to describe the motion using nn (normal) and tt (tangential) coordinates.

  • Tangential Axis (tt): Tangent to the curve, positive in the direction of motion.
  • Normal Axis (nn): Perpendicular to the tangent, pointing toward the center of curvature.

n-t Acceleration Components

Tangential Acceleration (ata_t): Changes the magnitude of velocity (speed). at=dvdta_t = \frac{dv}{dt}

Normal Acceleration (ana_n): Changes the direction of velocity. an=v2ρa_n = \frac{v^2}{\rho}

Where ρ\rho is the radius of curvature. The total magnitude of acceleration is a=at2+an2a = \sqrt{a_t^2 + a_n^2}.