Rigid body dynamics
From Wikipedia, the free encyclopedia
In physics, Rigid body dynamics differs from particle dynamics in that the body takes up space and can rotate, which introduces other considerations.
Note: This article has much overlap with the rigid rotor and rigid body articles. Articles should eventually be merged.
Equations from particle dynamics can be generalized to rigid body dynamics as follows:
Contents |
[edit] Rigid body linear momentum
The equation for particle linear momentum is
where:
- m is the particle's mass.
- v is the particle's velocity.
- fi is one of the N forces acting on the particle.
Assuming constant mass, this reduces to
To generalize, assume a body of finite mass and size is composed of such particles. There exist internal forces, acting between any two particles, and external forces, acting only on the outside of the mass. Each particle has:
- a mass dm.
- a position vector r.
Thus, the linear momentum equation of any given particle would look like this:
If the equation for each particle were added together, the internal forces would cancel out, since by Newton's third law, any such force would have opposite magnitudes on the two particles. Also, the left side would become an integral over the entire body, and the second derivative operator could come out of the integral, leaving
Letting M be the total mass, the left side can be multiplied and divided by M without changing the validity:
However, is the formula for the position of center of mass. Denoting this by rcm, the equation reduces to
Thus, linear momentum equations can be extended to rigid bodies by denoting that they describe the motion of the center of mass of the body.
[edit] Rigid body angular momentum
The most general equation for rotation of a rigid body in three dimensions about an arbitrary origin O with axes x, y, z is
where:
Here is the moment of inertia tensor and is the angular velocity (a vector). Based on this, a theorem states that any rigid body is equivalent when moving to a Poinsot's ellipsoid.
Further
- ωq is the angular velocity about axis q.
- M is the total mass.
- bG/O is the vector from O to the body's center of mass.
- RO is the position of O.
- t is time.
- is an integral over the mass of the body.
- τO,j is one of the N moments about O.
This equation follows from equation for linear momentum of a particle and kinematics; no additional observations of nature are necessary to arrive at it.
There are many special cases that simplify this equation. The first term goes to zero if any of three conditions are met:
- O is a fixed point (since its second derivative would be zero).
- A set of axes is chosen with its origin attached to the body's center of mass (since this would reduce the vector b to zero).
- The vector b always points in the direction of the acceleration of O (since the cross product of parallel vectors is zero).
Also, if the axes are chosen are the principle axes (i.e., the moments about the xy, xz, and yz planes is zero), the off-diagonal terms of the matrix are zero. This case is further discussed by Euler's equations.
When learning about angular motion, students are generally first exposed to the case of rotation only in the x-y plane and a fixed axis or axis at the center of mass with constant rotational inertia. That equation is
[edit] Angular momentum and torque
Similarly, the angular momentum for a system of particles with linear momenta pi and distances ri from the rotation axis is defined
For a rigid body rotating with angular velocity ω about the rotation axis (a unit vector), the velocity vector may be written as a vector cross product
where
- angular velocity vector
- is the shortest vector from the rotation axis to the point mass.
Substituting the formula for into the definition of yields
where we have introduced the special case that the position vectors of all particles are perpendicular to the rotation axis (e.g., a flywheel): .
The torque is defined as the rate of change of the angular momentum
If I is constant (because the inertia tensor is the identity, because we work in the intrinsecal frame, or because the torque is driving the rotation around the same axis so that I is not changing) then we may write
where
- α is called the angular acceleration (or rotational acceleration) about the rotation axis .
Notice that if I is not constant in the external reference frame (ie. the three main axes of the body are different) then we cannot take the I outside the derivate. In this cases we can have torque-free precession.
[edit] Applications
Computer physics engines use rigid body dynamics to increase interactivity and realism in video games.
[edit] See also
[edit] External links
- Chris Hecker's Rigid Body Dynamics Information
- Physically Based Modeling: Principles and Practice
- Gyration - Open source software simulating a block-shaped mass floating in free space
- DigitalRune Knowledge Base contains a master thesis and a collection of resources about rigid body dynamics.