7.4 Kinematics, Kinetics of Particles & Rigid Body Dynamics

Key Takeaways

  • Rectilinear motion with variable acceleration requires differential/integral calculus setups: a = dv/dt = v (dv/ds) = d²s/dt².
  • In curvilinear motion, total acceleration consists of tangential acceleration (a_t = dv/dt, changing speed) and normal centripetal acceleration (a_n = v²/ρ, changing direction toward the center of curvature).
  • D'Alembert's Principle converts dynamic kinetic problems into equivalent static equilibrium systems by introducing fictitious reversed inertia forces (F_inertia = -m*a).
  • The Work-Energy Theorem (W_net = ΔKE) and Impulse-Momentum Principle (∫F dt = Δp) eliminate internal constraint forces during system-level evaluations.
  • In rigid body planar motion, total kinetic energy is the sum of translational energy of the center of mass and rotational energy about the center of mass: KE = (1/2) m v_G² + (1/2) I_G ω².
Last updated: August 2026

6.4 Kinematics, Kinetics of Particles & Rigid Body Dynamics

Dynamic systems analysis is at the core of heavy mining operations—from skip hoists hoisting extracted coal at high acceleration out of vertical shafts, to haul trucks negotiating unpaved curves, to impact dynamics in crusher mills. This section synthesizes kinematic equations, Newton-Euler kinetics, energy methods, impact restitution, and rigid body plane motion for the CIL MT examination.


1. Kinematics of Particles: Rectilinear Motion

Kinematics analyzes geometry of motion (displacement, velocity, acceleration, time) without considering the forces causing the motion.

Constant (Uniform) Acceleration Formulations

When acceleration $a = \text{constant}$:

v=u+atv = u + a t

s=ut+frac12at2s = u t + \\frac{1}{2} a t^2

v2=u2+2asv^2 = u^2 + 2 a s

sn=u+fraca2(2n1)quadtext(Distancetraversedduringthentextthtextsecond)s_n = u + \\frac{a}{2}(2n - 1) \\quad \\text{(Distance traversed during the } n^{\\text{th}} \\text{ second)}

Variable Acceleration Formulations

When acceleration varies as a function of time $a(t)$, displacement $a(s)$, or velocity $a(v)$:

v=fracdsdt,qquada=fracdvdt=fracd2sdt2=vfracdvdsv = \\frac{ds}{dt}, \\qquad a = \\frac{dv}{dt} = \\frac{d^2s}{dt^2} = v \\frac{dv}{ds}

Integration Paths for Variable Acceleration:
  1. If a = f(t) ───► v = ∫ f(t) dt ──────────────► s = ∫ v(t) dt
  2. If a = f(v) ───► t = ∫ dv / f(v) ────────────► s = ∫ v dv / f(v)
  3. If a = f(s) ───► ∫ v dv = ∫ f(s) ds ─────────► (1/2)(v² - u²) = ∫ f(s) ds

2. Projectile Motion in a Gravitational Field

A projectile launched with initial velocity $u$ at elevation angle $\theta$ to the horizontal under constant downward gravity $g$ (neglecting aerodynamic drag):

                         Trajectory of a Projectile
               ▲ y
               │                  Peak (H_max)
               │                 . - - - .
         u     │             .               .
          ▲    │          .                     .
           \   │        .                         .
            \ θ│      .                             .
               └─────┴───────────────────────────────┴────► x
               O                                     Range (R)

Governing Mathematical Expressions

  • Horizontal velocity (constant): $v_x = u \cos\theta$
  • Vertical velocity (variable): $v_y = u \sin\theta - g t$
  • Cartesian Trajectory Equation (Parabolic): y=xtanthetafracgx22u2cos2theta=xtanthetaleft[1fracxRright]y = x \\tan\\theta - \\frac{g x^2}{2 u^2 \\cos^2\\theta} = x \\tan\\theta \\left[1 - \\frac{x}{R}\\right]
  • Time to Reach Maximum Height ($t_h$): $t_h = \frac{u \sin\theta}{g}$
  • Total Time of Flight ($T$): $T = 2 t_h = \frac{2 u \sin\theta}{g}$
  • Maximum Vertical Height ($H_{\text{max}}$): Htextmax=fracu2sin2theta2gH_{\\text{max}} = \\frac{u^2 \\sin^2\\theta}{2g}
  • Horizontal Range ($R$): R=fracu2sin(2theta)gR = \\frac{u^2 \\sin(2\\theta)}{g}
  • Maximum Horizontal Range ($R_{\text{max}}$): Occurs at launch angle $\theta = 45^{\circ}$: Rtextmax=fracu2gR_{\\text{max}} = \\frac{u^2}{g}
  • Complementary Angles Property: Launch angles $\theta$ and $(90^{\circ} - \theta)$ produce the exact same horizontal range $R$ for a given launch velocity $u$.

3. Curvilinear Motion: Normal and Tangential Acceleration

When a particle traces a curved planar path, its velocity vector $\vec{v}$ is always tangent to the trajectory, while its acceleration decomposes into two orthogonal components:

                        Tangential Acceleration (a_t = dv/dt)
                                    ▲
                                    │   / Velocity Vector v
                                    │  /
                                    │ /
                     Particle (P) ──┼/────────► Normal Centripetal Accel (a_n = v²/ρ)
                                    │          (Directed toward Center of Curvature)
                                    │
                                    ▼

Acceleration Components

  1. Tangential Acceleration ($a_t$): Changes the magnitude of velocity (speed): at=fracdvdt=dotv=vfracdvdsa_t = \\frac{dv}{dt} = \\dot{v} = v \\frac{dv}{ds}
  2. Normal (Centripetal) Acceleration ($a_n$): Changes the direction of velocity, directed perpendicular to the path toward the center of curvature: an=fracv2rhoa_n = \\frac{v^2}{\\rho} where $\rho$ is the local radius of curvature of the trajectory curve $y = f(x)$: rho=fracleft[1+left(fracdydxright)2right]3/2leftfracd2ydx2right\\rho = \\frac{\\left[1 + \\left(\\frac{dy}{dx}\\right)^2\\right]^{3/2}}{\\left|\\frac{d^2y}{dx^2}\\right|}
  3. Total Resultant Acceleration ($a$): a=sqrtat2+an2,qquadbeta=tan1left(fracanatright)a = \\sqrt{a_t^2 + a_n^2}, \\qquad \\beta = \\tan^{-1}\\left(\\frac{a_n}{a_t}\\right)

4. Kinetics of Particles: Newton & D'Alembert's Principle

Newton's Second Law

sumvecF=mveca\\sum \\vec{F} = m \\vec{a}

D'Alembert's Principle (Dynamic Equilibrium)

D'Alembert's Principle states that any moving particle or body can be analyzed using static equilibrium equations by adding a fictitious reversed effective force (inertia force) $\vec{F}_{\text{inertia}} = -m \vec{a}$:

sumvecF+(mveca)=vec0\\sum \\vec{F} + (-m \\vec{a}) = \\vec{0}

           Elevator Accelerating Upward (+a)       Elevator Accelerating Downward (-a)
                     ▲ Cable Tension T                     ▲ Cable Tension T
                     │                                     │
                ┌────┴────┐                           ┌────┴────┐
                │ Mass m  │                           │ Mass m  │
                └────┬────┘                           └────┬────┘
                     │                                     │
                     ▼ Weight W = mg                       ▼ Weight W = mg
                     ▼ Inertia Force = m*a                 ▲ Inertia Force = m*a

              T = m(g + a) (Feels heavier)          T = m(g - a) (Feels lighter)

5. Work-Energy & Impulse-Momentum Principles

Work-Energy Theorem for Particles

The net work done on a particle by all external and frictional forces equals the net change in its kinetic energy:

W1to2=DeltaKE=frac12mv22frac12mv12W_{1 \\to 2} = \\Delta KE = \\frac{1}{2} m v_2^2 - \\frac{1}{2} m v_1^2

  • Work done by constant force: $W = \vec{F} \cdot \vec{s} = F s \cos\theta$
  • Work done by linear spring ($F = k x$): $W_{\text{spring}} = -\frac{1}{2} k (x_2^2 - x_1^2)$
  • Work done by gravity: $W_{\text{gravity}} = -mg \Delta h = -mg (y_2 - y_1)$

Principle of Conservation of Mechanical Energy

For conservative force fields (gravity, ideal elastic springs):

KE1+PE1=KE2+PE2impliesfrac12mv12+mgh1+frac12kx12=frac12mv22+mgh2+frac12kx22KE_1 + PE_1 = KE_2 + PE_2 \\implies \\frac{1}{2} m v_1^2 + m g h_1 + \\frac{1}{2} k x_1^2 = \\frac{1}{2} m v_2^2 + m g h_2 + \\frac{1}{2} k x_2^2

Impulse-Momentum Principle

The linear impulse imparted by resultant force $\vec{F}$ over time interval $\Delta t = t_2 - t_1$ equals the change in linear momentum:

vecJ=intt1t2vecF,dt=Deltavecp=mvecv2mvecv1\\vec{J} = \\int_{t_1}^{t_2} \\vec{F} \\, dt = \\Delta \\vec{p} = m \\vec{v}_2 - m \\vec{v}_1

  • Conservation of Linear Momentum: If the net external force along a specific axis is zero ($\Sigma F_{\text{ext}, x} = 0$), linear momentum along that axis is conserved: m1u1x+m2u2x=m1v1x+m2v2xm_1 u_{1x} + m_2 u_{2x} = m_1 v_{1x} + m_2 v_{2x}

6. Collision & Impact Mechanics

Impact is a sudden collision between two bodies occurring over an infinitesimal duration with exceptionally high contact forces.

                     Direct Central Impact along Line of Action
              Before Impact:      (m1, u1) ───►     ◄─── (m2, u2)  (u1 > u2)
              Line of Impact: ───────────────────────────────────────
              After Impact:       (m1, v1) ───►          (m2, v2) ───►

Coefficient of Restitution ($e$)

Defined as the ratio of relative velocity of separation to relative velocity of approach along the line of impact:

e=fracv2v1u1u2e = \\frac{v_2 - v_1}{u_1 - u_2}

Collision TypeCoefficient of Restitution ($e$)Energy Characteristic
Perfectly Elastic$e = 1$Momentum conserved, Kinetic Energy strictly conserved ($\Delta KE = 0$).
Inelastic / Plastic$0 < e < 1$Momentum conserved, Kinetic Energy partially dissipated as heat/sound/deformation.
Perfectly Inelastic (Plastic)$e = 0$Bodies coalesce and move with common velocity ($v_1 = v_2 = \frac{m_1 u_1 + m_2 u_2}{m_1 + m_2}$). Maximum KE loss.

Loss of Kinetic Energy in Direct Central Impact

DeltaEtextloss=KEtextinitialKEtextfinal=fracm1m22(m1+m2)(1e2)(u1u2)2\\Delta E_{\\text{loss}} = KE_{\\text{initial}} - KE_{\\text{final}} = \\frac{m_1 m_2}{2(m_1 + m_2)} (1 - e^2) (u_1 - u_2)^2

Rebound Dynamics of a Dropped Particle

For a ball dropped from initial height $h_0$ onto a massive rigid horizontal floor:

  • Velocity after $n$ bounces: $v_n = e^n \sqrt{2 g h_0}$
  • Height attained after $n$ bounces: $h_n = e^{2n} h_0$
  • Total distance traveled before coming to rest: $S_{\text{total}} = h_0 \left(\frac{1 + e^2}{1 - e^2}\right)$
  • Total time elapsed before coming to rest: $T_{\text{total}} = \sqrt{\frac{2 h_0}{g}} \left(\frac{1 + e}{1 - e}\right)$

7. Planar Rigid Body Dynamics & Pure Rolling

Planar rigid body motion combines translation of the center of mass $G$ and rotation about $G$ (Chasles' Theorem).

Kinetic Energy of a Planar Rigid Body

KEtexttotal=KEtexttrans+KEtextrot=frac12mvG2+frac12IGomega2KE_{\\text{total}} = KE_{\\text{trans}} + KE_{\\text{rot}} = \\frac{1}{2} m v_G^2 + \\frac{1}{2} I_G \\omega^2

For pure rotation about a fixed pivot $O$: KE=frac12IOomega2=frac12(IG+md2)omega2KE = \\frac{1}{2} I_O \\omega^2 = \\frac{1}{2} (I_G + m d^2) \\omega^2

Pure Rolling of a Body Down an Incline

For a symmetrical circular body of mass $m$, radius $R$, and centroidal radius of gyration $k$ rolling without slipping down an incline $\theta$:

                                  Rolling Cylinder Down Incline
                                         /\
                                        /  \
                                       /  O ──► a = (g*sin θ) / (1 + k²/R²)
                                      /   / \
                                     /   /   \
                                    /   /     \
                                   /   /       \
                                  /   /  θ      \
                                 /───┴───────────\
  • Linear Acceleration down the incline: a=fracgsintheta1+fracIGmR2=fracgsintheta1+frack2R2a = \\frac{g \\sin\\theta}{1 + \\frac{I_G}{m R^2}} = \\frac{g \\sin\\theta}{1 + \\frac{k^2}{R^2}}

Acceleration Hierarchy for Standard Rolling Shapes

| Rolling Body Profile | Moment of Inertia ($I_G$) | Ratio $\frac{k^2}{R^2}$ | Downward Acceleration ($a$) | Ranking (Fastest to Slowest) | |---|:---:|:---:|:---:|:---:|:---:| | Solid Sphere | $\frac{2}{5} m R^2$ | $0.40$ | $\frac{5}{7} g \sin\theta \approx 0.714 g \sin\theta$ | 1st (Fastest) | | Solid Cylinder / Disk | $\frac{1}{2} m R^2$ | $0.50$ | $\frac{2}{3} g \sin\theta \approx 0.667 g \sin\theta$ | 2nd | | Thin Spherical Shell | $\frac{2}{3} m R^2$ | $0.67$ | $\frac{3}{5} g \sin\theta = 0.600 g \sin\theta$ | 3rd | | Thin Ring / Hollow Hoop | $m R^2$ | $1.00$ | $\frac{1}{2} g \sin\theta = 0.500 g \sin\theta$ | 4th (Slowest) |

  • Minimum Friction Coefficient for Pure Rolling (No Slipping): mutextmin=fractantheta1+fracmR2IG=fractantheta1+fracR2k2\\mu_{\\text{min}} = \\frac{\\tan\\theta}{1 + \\frac{m R^2}{I_G}} = \\frac{\\tan\\theta}{1 + \\frac{R^2}{k^2}}

8. Step-by-Step Worked Engineering Calculations

Worked Example 6.4.1: Curvilinear Acceleration of a Haul Truck

Problem: A heavy mining haul truck travels along a curved haul road section defined by $y = \frac{x^2}{800}$ (where $x$ and $y$ are in meters). When the truck is at $x = 200\text{ m}$, its speed is $v = 20\text{ m/s}$ and its speed is increasing at a rate of $2.5\text{ m/s}^2$. Determine the total magnitude of acceleration acting on the truck.

Step-by-step Solution:

  1. Tangential Acceleration: at=fracdvdt=2.5textm/s2a_t = \\frac{dv}{dt} = 2.5\\text{ m/s}^2

  2. Radius of Curvature $\rho$ at $x = 200\text{ m}$:

    • First derivative: $\frac{dy}{dx} = \frac{2x}{800} = \frac{x}{400}$. At $x = 200\text{ m} \implies \frac{dy}{dx} = \frac{200}{400} = 0.5$.
    • Second derivative: $\frac{d^2y}{dx^2} = \frac{1}{400} = 0.0025\text{ m}^{-1}$.
    • Formula for $\rho$: rho=frac[1+(dy/dx)2]3/2lvertd2y/dx2rvert=frac[1+(0.5)2]3/20.0025=frac[1.25]1.50.0025=frac1.397540.0025approx559.02textm\\rho = \\frac{[1 + (dy/dx)^2]^{3/2}}{\\lvert d^2y/dx^2 \\rvert} = \\frac{[1 + (0.5)^2]^{3/2}}{0.0025} = \\frac{[1.25]^{1.5}}{0.0025} = \\frac{1.39754}{0.0025} \\approx 559.02\\text{ m}
  3. Normal Centripetal Acceleration: an=fracv2rho=frac202559.02=frac400559.02approx0.7155textm/s2a_n = \\frac{v^2}{\\rho} = \\frac{20^2}{559.02} = \\frac{400}{559.02} \\approx 0.7155\\text{ m/s}^2

  4. Total Resultant Acceleration: a=sqrtat2+an2=sqrt(2.5)2+(0.7155)2=sqrt6.25+0.5120=sqrt6.7620approx2.60textm/s2a = \\sqrt{a_t^2 + a_n^2} = \\sqrt{(2.5)^2 + (0.7155)^2} = \\sqrt{6.25 + 0.5120} = \\sqrt{6.7620} \\approx 2.60\\text{ m/s}^2


Worked Example 6.4.2: Inelastic Collision and Kinetic Energy Dissipation

Problem: A $2000\text{ kg}$ loaded coal tub traveling at $u_1 = 6\text{ m/s}$ along a mine rail track collides directly with an empty stationary tub of mass $1000\text{ kg}$ ($u_2 = 0$). If the coefficient of restitution is $e = 0.5$, calculate (a) the post-collision velocities $v_1$ and $v_2$, and (b) the kinetic energy lost during the impact.

Step-by-step Solution:

  1. Apply Conservation of Linear Momentum: m1u1+m2u2=m1v1+m2v2m_1 u_1 + m_2 u_2 = m_1 v_1 + m_2 v_2 (2000times6)+(1000times0)=2000v1+1000v2(2000 \\times 6) + (1000 \\times 0) = 2000 v_1 + 1000 v_2 12000=2000v1+1000v2implies2v1+v2=12quadtext(Eq.1)12000 = 2000 v_1 + 1000 v_2 \\implies 2 v_1 + v_2 = 12 \\quad \\text{--- (Eq. 1)}

  2. Apply Coefficient of Restitution Formula: e=fracv2v1u1u2implies0.5=fracv2v160impliesv2v1=3impliesv2=v1+3quadtext(Eq.2)e = \\frac{v_2 - v_1}{u_1 - u_2} \\implies 0.5 = \\frac{v_2 - v_1}{6 - 0} \\implies v_2 - v_1 = 3 \\implies v_2 = v_1 + 3 \\quad \\text{--- (Eq. 2)}

  3. Solve for Final Velocities: Substitute Eq. 2 into Eq. 1: 2v1+(v1+3)=12implies3v1+3=12implies3v1=9impliesv1=3textm/s2 v_1 + (v_1 + 3) = 12 \\implies 3 v_1 + 3 = 12 \\implies 3 v_1 = 9 \\implies v_1 = 3\\text{ m/s} v2=3+3=6textm/sv_2 = 3 + 3 = 6\\text{ m/s}

  4. Calculate Energy Loss Directly via Formula: DeltaEtextloss=fracm1m22(m1+m2)(1e2)(u1u2)2\\Delta E_{\\text{loss}} = \\frac{m_1 m_2}{2(m_1 + m_2)} (1 - e^2) (u_1 - u_2)^2 DeltaEtextloss=frac2000times10002(2000+1000)(10.52)(60)2\\Delta E_{\\text{loss}} = \\frac{2000 \\times 1000}{2(2000 + 1000)} (1 - 0.5^2) (6 - 0)^2 DeltaEtextloss=frac2,000,0006000times(10.25)times36=frac10003times0.75times36=1000times0.75times12=9000textJ=9.0textkJ\\Delta E_{\\text{loss}} = \\frac{2{,}000{,}000}{6000} \\times (1 - 0.25) \\times 36 = \\frac{1000}{3} \\times 0.75 \\times 36 = 1000 \\times 0.75 \\times 12 = 9000\\text{ J} = 9.0\\text{ kJ}

Test Your Knowledge

Four homogeneous circular bodies of identical total mass M and external radius R—a solid sphere, a solid cylinder, a thin spherical shell, and a thin circular hoop—are released simultaneously from rest at the top of an inclined plane. In what order will they reach the bottom if all roll purely without slipping?

A
B
C
D
Test Your Knowledge

Two bodies of mass m1 = 4 kg and m2 = 2 kg move along a straight line with velocities u1 = 10 m/s and u2 = 4 m/s in the same direction. If the coefficient of restitution is e = 0.5, what is the loss of kinetic energy during this direct central collision?

A
B
C
D
Test Your Knowledge

A particle moves along a straight line such that its acceleration is governed by the relation a = 6s, where s is displacement in meters. If the particle starts with an initial velocity v = 2 m/s at s = 0, what is its velocity when s = 4 m?

A
B
C
D