rigid-body dynamics
Rigid-body dynamics is the study of how solid objects move and turn once you account for the pushes, pulls, and twists acting on them — and crucially, how heavy they are and how that weight is spread out. The word "rigid" is the key simplification: we pretend the object never bends, squishes, or stretches, so every part of it stays a fixed distance from every other part. A robot's forearm, a thrown wrench, a spinning top — all are treated as solid chunks that can slide and spin but never deform. This little white lie makes the math far simpler while still describing real motion remarkably well.
Once you assume rigidity, a body's whole motion splits neatly into two stories: where its center of mass travels (translation), and how it rotates around that center (rotation). Translation follows Newton's familiar idea that force equals mass times acceleration — push harder, or push something lighter, and it speeds up faster. Rotation has a twin rule, in which twisting effort (torque) fights against the body's resistance to spinning (its moment of inertia). Knowing both stories lets you predict how an object will tumble through space.
For robots this is the foundation that turns clumsy guessing into precise control. A robot arm is a string of rigid links connected at joints, and to make its hand arrive smoothly at the right spot, the controller must know how each link's mass will resist, swing, and tug on its neighbors. Rigid-body dynamics gives the equations for all of that. It is the bedrock beneath a walking robot keeping its balance, a drone holding steady in a gust, or an arm whipping a part into place without overshooting.
When a robot arm flings its end gripper out to catch a ball, rigid-body dynamics predicts how the heavy upper link will swing the lighter forearm along with it, so the controller can compensate and stop right on target.
Rigid-body dynamics captures how one link's motion drags its neighbors.
Real robot parts do flex a little, but treating them as rigid is accurate enough for most control — bending is only modeled when links are long and light.