PhyslibSearch

Physlib.ClassicalMechanics.RigidBody.Basic

32 declarations

definition

Total mass of a rigid body RR

#mass

For a rigid body RR in dd-dimensional Euclidean space Space d\text{Space } d, the total mass is the real number defined by the action of its mass distribution ρ\rho on the constant function f(x)=1f(x) = 1.

definition

Center of mass of a rigid body RR

#centerOfMass

For a rigid body RR in dd-dimensional Euclidean space Space d\text{Space } d, the center of mass is a vector in Space d\text{Space } d whose ii-th component (for i{0,,d1}i \in \{0, \dots, d-1\}) is defined as: \[ (\text{centerOfMass})_i = \frac{1}{M} \rho(x_i) \] where MM is the total mass of the rigid body and ρ(xi)\rho(x_i) is the result of the mass distribution ρ\rho acting on the ii-th coordinate function f(x)=xif(x) = x_i. In standard physical notation, this corresponds to the integral calculation of the mean position: \[ \mathbf{r}_{\text{cm}} = \frac{1}{M} \int \mathbf{x} \, dm \]

definition

Inertia tensor IijI_{ij} of a rigid body RR

#inertiaTensor

For a rigid body RR in a dd-dimensional Euclidean space, the inertia tensor is a d×dd \times d real matrix. Its entries IijI_{ij} for i,j{0,,d1}i, j \in \{0, \dots, d-1\} are defined by the action of the mass distribution ρ\rho of the body on the function: \[ f(x) = \delta_{ij} \left( \sum_{k=0}^{d-1} x_k^2 \right) - x_i x_j \] where δij\delta_{ij} is the Kronecker delta (which is 11 if i=ji = j and 00 otherwise) and xkx_k denotes the kk-th coordinate of the position vector xx. In standard physical notation, this represents the integral Iij=(δijkxk2xixj)dmI_{ij} = \int (\delta_{ij} \sum_k x_k^2 - x_i x_j) \, dm.

theorem

The inertia tensor of a rigid body is symmetric (Iij=IjiI_{ij} = I_{ji})

#inertiaTensor_symmetric

For a rigid body RR in dd-dimensional space, the entries IijI_{ij} of its inertia tensor satisfy Iij=IjiI_{ij} = I_{ji} for any indices i,j{0,,d1}i, j \in \{0, \dots, d-1\}.

definition

Kinetic energy of a rigid body T=12Mv2+12ωIωT = \frac{1}{2} M v^2 + \frac{1}{2} \omega^\top I \omega

#kineticEnergy

The kinetic energy TT of a rigid body is the sum of its translational kinetic energy and its rotational kinetic energy. It is defined by the expression: T=12Mv2+12i,jIijωiωjT = \frac{1}{2} M |\mathbf{v}|^2 + \frac{1}{2} \sum_{i,j} I_{ij} \omega_i \omega_j where MM is the total mass of the body, v\mathbf{v} is the velocity of the center of mass, I\mathbf{I} is the inertia tensor (represented as a symmetric matrix IijI_{ij}), and ω\boldsymbol{\omega} is the angular velocity vector of the body.

definition

Inertial and body-fixed coordinate systems for rigid body motion

#coordinate_system

The motion of a rigid body is described using two coordinate systems: a fixed inertial coordinate system (X,Y,Z)(X, Y, Z) and a moving coordinate system (x1,x2,x3)(x_1, x_2, x_3) that is rigidly attached to the body.

definition

66 degrees of freedom of a rigid body

#rigid_body_dof

A rigid body in three-dimensional space R3\mathbb{R}^3 has 66 degrees of freedom, which consist of 33 translational degrees of freedom corresponding to the position of its center of mass and 33 rotational degrees of freedom corresponding to its orientation.

definition

Velocity decomposition of a rigid body: v=V+ω×r\mathbf{v} = \mathbf{V} + \boldsymbol{\omega} \times \mathbf{r}

#velocity_decomposition

In a rigid body, the velocity v\mathbf{v} of any point at position r\mathbf{r} (measured relative to the origin of the moving body-fixed coordinate system) is given by the sum of the translational velocity V\mathbf{V} of that origin and the velocity due to rotation, ω×r\boldsymbol{\omega} \times \mathbf{r}, where ω\boldsymbol{\omega} is the angular velocity of the body. That is, v=V+ω×r\mathbf{v} = \mathbf{V} + \boldsymbol{\omega} \times \mathbf{r}.

definition

Independence of angular velocity ω\boldsymbol{\omega} on the body-fixed coordinate system

#angular_velocity_is_well_defined

The angular velocity vector ω\boldsymbol{\omega} of a rigid body is independent of the choice of the coordinate system, provided that the coordinate system is fixed relative to the body.

definition

Decomposition of rigid body motion: v=V+ω×r\mathbf{v} = \mathbf{V} + \boldsymbol{\omega} \times \mathbf{r}

#decomposition_of_motion

The motion of a rigid body can be decomposed into a translation of a reference point and a rotation about that point. Specifically, there exists a time-dependent translational velocity vector V(t)\mathbf{V}(t) and an angular velocity vector ω(t)\boldsymbol{\omega}(t) such that the velocity v\mathbf{v} of any point in the body at position r\mathbf{r} (measured relative to the reference point) is given by v(r)=V+ω×r\mathbf{v}(\mathbf{r}) = \mathbf{V} + \boldsymbol{\omega} \times \mathbf{r}.

definition

Equation of motion for the center of mass: MaCM=FextM \mathbf{a}_{CM} = \sum \mathbf{F}_{ext}

#center_of_mass_point_moves_as_particle

For a rigid body with total mass MM, the center of mass moves as if the entire mass were concentrated at that single point and acted upon by the resultant external force Fext\sum \mathbf{F}_{ext}. This motion is described by the equation: MaCM=FextM \mathbf{a}_{CM} = \sum \mathbf{F}_{ext} where aCM\mathbf{a}_{CM} is the acceleration vector of the center of mass.

definition

Decomposition of total angular momentum: L=R×MV+ICMω\mathbf{L} = \mathbf{R} \times M\mathbf{V} + \mathbf{I}_{CM} \boldsymbol{\omega}

#angular_momentum_about_point

The total angular momentum L\mathbf{L} of a rigid body about a fixed point OO is defined as the integral L=r×vdm\mathbf{L} = \int \mathbf{r} \times \mathbf{v} \, dm. By decomposing the velocity of each point as v=V+ω×r\mathbf{v} = \mathbf{V} + \boldsymbol{\omega} \times \mathbf{r}', where V\mathbf{V} is the velocity of the center of mass and r\mathbf{r}' is the position relative to the center of mass, the total angular momentum can be expressed as: L=R×(MV)+ICMω\mathbf{L} = \mathbf{R} \times (M \mathbf{V}) + \mathbf{I}_{CM} \boldsymbol{\omega} where R\mathbf{R} is the position vector of the center of mass relative to OO, MM is the total mass of the body, ω\boldsymbol{\omega} is the angular velocity, and ICM\mathbf{I}_{CM} is the inertia tensor of the body calculated relative to its center of mass.

definition

dPdt=F\frac{d\mathbf{P}}{dt} = \mathbf{F} for a rigid body in an inertial frame

#translational_equation_inertial

In an inertial frame, the translational equation of motion for a rigid body states that the rate of change of the total linear momentum P\mathbf{P} with respect to time is equal to the total external force F\mathbf{F} acting on the body: dPdt=F\frac{d\mathbf{P}}{dt} = \mathbf{F} where P\mathbf{P} is the total linear momentum and F\mathbf{F} is the total external force.

definition

dMdt=K\frac{d\mathbf{M}}{dt} = \mathbf{K} for a rigid body in an inertial frame

#rotational_equation_inertial

In an inertial frame, the rotational equation of motion for a rigid body about its center of mass states that the rate of change of the total angular momentum M\mathbf{M} with respect to time is equal to the total external torque K\mathbf{K}: dMdt=K\frac{d\mathbf{M}}{dt} = \mathbf{K} where M\mathbf{M} is the total angular momentum and K\mathbf{K} is the total external torque.

definition

Decomposition of kinetic energy: T=12MV2+12ωICMωT = \frac{1}{2} M |\mathbf{V}|^2 + \frac{1}{2} \boldsymbol{\omega} \cdot \mathbf{I}_{CM} \boldsymbol{\omega}

#kinetic_energy_decomposition

The total kinetic energy TT of a rigid body can be decomposed into translational and rotational components relative to its center of mass: T=12MV2+12ωICMωT = \frac{1}{2} M |\mathbf{V}|^2 + \frac{1}{2} \boldsymbol{\omega} \cdot \mathbf{I}_{CM} \boldsymbol{\omega} where MM is the total mass of the body, V\mathbf{V} is the velocity of the center of mass, ω\boldsymbol{\omega} is the angular velocity vector, and ICM\mathbf{I}_{CM} is the inertia tensor calculated with respect to the center of mass.

definition

Parallel-axis theorem: IO=IO+M(a21aa)\mathbf{I}_{O'} = \mathbf{I}_O + M (|\mathbf{a}|^2 \mathbf{1} - \mathbf{a} \otimes \mathbf{a})

#parallel_axis_theorem

The parallel-axis theorem states that the inertia tensor IO\mathbf{I}_{O'} of a rigid body about a point OO' is related to the inertia tensor IO\mathbf{I}_O about its center of mass OO by the expression: IO=IO+M(a21aa)\mathbf{I}_{O'} = \mathbf{I}_O + M (|\mathbf{a}|^2 \mathbf{1} - \mathbf{a} \otimes \mathbf{a}) where MM is the total mass of the body, a\mathbf{a} is the displacement vector from the center of mass OO to the point OO', 1\mathbf{1} is the identity tensor, and \otimes denotes the outer product.

definition

Principal axes of inertia

#principal_axes_of_inertia

The principal axes of inertia of a rigid body are defined as the directions of the vectors forming an orthonormal basis in which the inertia tensor \( I \) is diagonal. Given that the inertia tensor is a real symmetric tensor, such an orthonormal basis always exists.

definition

Triangle inequality for principal moments of inertia: IiIj+IkI_i \le I_j + I_k

#principal_axes_of_inertia_bound

For a rigid body with principal moments of inertia denoted by I1,I2,I_1, I_2, and I3I_3, the value of any one principal moment cannot exceed the sum of the other two. Mathematically, this is expressed by the triangle inequalities: I1I2+I3I_1 \le I_2 + I_3 I2I1+I3I_2 \le I_1 + I_3 I3I1+I2I_3 \le I_1 + I_2

definition

Asymmetrical top (I1I2I3I1I_1 \neq I_2 \neq I_3 \neq I_1)

#asymmetrical_top

An asymmetrical top is defined as a rigid body whose three principal moments of inertia, denoted by I1,I2,I_1, I_2, and I3I_3, are all distinct from one another. This condition is expressed as I1I2I_1 \neq I_2, I2I3I_2 \neq I_3, and I3I1I_3 \neq I_1.

definition

Symmetrical top (I1=I2I3I_1 = I_2 \neq I_3)

#symmetrical_top

A symmetrical top is defined as a rigid body for which exactly two of its three principal moments of inertia, denoted as I1,I2,I_1, I_2, and I3I_3, are equal to each other. This implies that the third principal moment is distinct from the other two, a condition expressed as (I1=I2I3)(I_1 = I_2 \neq I_3) or its permutations.

definition

Spherical top (I1=I2=I3I_1 = I_2 = I_3)

#spherical_top

A spherical top is a rigid body whose three principal moments of inertia, denoted by I1,I2,I_1, I_2, and I3I_3, are all equal. This condition is expressed as I1=I2=I3I_1 = I_2 = I_3.

definition

Rotating body-fixed frame with angular velocity Ω(t)\boldsymbol{\Omega}(t)

#RotatingFrame

A rotating body-fixed frame is a coordinate system attached to a rigid body that rotates with the body relative to an inertial (fixed) reference frame. This frame is mathematically characterized by its angular velocity vector Ω(t)\boldsymbol{\Omega}(t) at time tt.

definition

Time derivative in the rotating frame ddt\frac{d'}{dt}

#rotating_frame_derivative

Let A\mathbf{A} be a vector. The time derivative in the rotating frame, denoted as dAdt\frac{d'\mathbf{A}}{dt}, is the derivative of the components of A\mathbf{A} with respect to time when expressed in the rotating (body-fixed) reference frame.

definition

Transport law for vector derivatives: (dAdt)inertial=(dAdt)rotating+Ω×A\left(\frac{d\mathbf{A}}{dt}\right)_{\text{inertial}} = \left(\frac{d\mathbf{A}}{dt}\right)_{\text{rotating}} + \boldsymbol{\Omega} \times \mathbf{A}

#transport_law_inertial_rotating

For any vector field A(t)\mathbf{A}(t), the relationship between its time derivative in an inertial frame and its time derivative in a frame rotating with angular velocity Ω\boldsymbol{\Omega} is given by: (dAdt)inertial=(dAdt)rotating+Ω×A \left(\frac{d\mathbf{A}}{dt}\right)_{\text{inertial}} = \left(\frac{d\mathbf{A}}{dt}\right)_{\text{rotating}} + \boldsymbol{\Omega} \times \mathbf{A} where (dAdt)rotating\left(\frac{d\mathbf{A}}{dt}\right)_{\text{rotating}} denotes the derivative as observed from within the rotating frame, also commonly denoted as dAdt\frac{d'\mathbf{A}}{dt}.

definition

Transport law for linear momentum: dPdt+Ω×P=F\frac{d'\mathbf{P}}{dt} + \boldsymbol{\Omega} \times \mathbf{P} = \mathbf{F}

#transport_law_for_momentum

In the context of rigid body dynamics, let P\mathbf{P} denote the linear momentum and Ω\boldsymbol{\Omega} denote the angular velocity of a rotating reference frame. The relation between the time derivative of the linear momentum in the inertial frame, (dP/dt)inertial(d\mathbf{P}/dt)_{\text{inertial}}, and its derivative in the rotating frame, dP/dtd'\mathbf{P}/dt, is given by the transport theorem: (dPdt)inertial=dPdt+Ω×P \left(\frac{d\mathbf{P}}{dt}\right)_{\text{inertial}} = \frac{d'\mathbf{P}}{dt} + \boldsymbol{\Omega} \times \mathbf{P} By applying Newton's second law, which states that the rate of change of linear momentum in the inertial frame equals the total external force F\mathbf{F} (i.e., F=(dP/dt)inertial\mathbf{F} = (d\mathbf{P}/dt)_{\text{inertial}}), the equation of motion in the rotating frame is: dPdt+Ω×P=F \frac{d'\mathbf{P}}{dt} + \boldsymbol{\Omega} \times \mathbf{P} = \mathbf{F}

definition

Transport law for angular momentum: dMdt+Ω×M=K\frac{d'\mathbf{M}}{dt} + \boldsymbol{\Omega} \times \mathbf{M} = \mathbf{K}

#transport_law_for_angular_momentum

In the context of rigid body dynamics, let M\mathbf{M} denote the angular momentum and Ω\boldsymbol{\Omega} denote the angular velocity of a rotating reference frame. The relation between the time derivative of the angular momentum in the inertial frame, (dM/dt)inertial(d\mathbf{M}/dt)_{\text{inertial}}, and its derivative in the rotating frame, dM/dtd'\mathbf{M}/dt, is given by the transport theorem: (dMdt)inertial=dMdt+Ω×M \left(\frac{d\mathbf{M}}{dt}\right)_{\text{inertial}} = \frac{d'\mathbf{M}}{dt} + \boldsymbol{\Omega} \times \mathbf{M} By applying Newton's second law for rotation, which states that the rate of change of angular momentum in the inertial frame equals the total external torque K\mathbf{K} (i.e., K=(dM/dt)inertial\mathbf{K} = (d\mathbf{M}/dt)_{\text{inertial}}), the equation of motion in the rotating frame is: dMdt+Ω×M=K \frac{d'\mathbf{M}}{dt} + \boldsymbol{\Omega} \times \mathbf{M} = \mathbf{K}

definition

Euler's equations for rigid body rotation in principal axes

#euler_equations

In the reference frame of a rigid body where the axes are aligned with the principal axes of inertia (such that the inertia tensor is diagonal with principal moments I1,I2,I3I_1, I_2, I_3), the equations of rotational motion, known as Euler's equations, are given by: I1dω1dt+(I3I2)ω2ω3=M1 I_1 \frac{d\omega_1}{dt} + (I_3 - I_2) \omega_2 \omega_3 = M_1 I2dω2dt+(I1I3)ω3ω1=M2 I_2 \frac{d\omega_2}{dt} + (I_1 - I_3) \omega_3 \omega_1 = M_2 I3dω3dt+(I2I1)ω1ω2=M3 I_3 \frac{d\omega_3}{dt} + (I_2 - I_1) \omega_1 \omega_2 = M_3 where ωi\omega_i are the components of the angular velocity vector along the principal axes and MiM_i are the components of the external torque acting on the body about its center of mass.

definition

Conditions for steady rotation about principal axes and its stability

#steady_rotation_conditions

A rigid body can perform steady (uniform) rotation about any of its principal axes if the component of the external torque K\mathbf{K} about that axis vanishes. Mathematically, if the angular velocity vector Ω\boldsymbol{\Omega} is aligned with a principal axis of the inertia tensor (i.e., Ω=Ωiei\boldsymbol{\Omega} = \Omega_i \mathbf{e}_i), the condition for steady rotation dΩdt=0\frac{d\boldsymbol{\Omega}}{dt} = 0 is satisfied when the torque Ki=0K_i = 0. Furthermore, the stability of such a rotation is determined by the relative ordering of the principal moments of inertia I1,I2I_1, I_2, and I3I_3.

definition

Stability of rotation about the extreme principal axes and instability of the intermediate axis rotation

#intermediate_axis_instability

For a rigid body with principal moments of inertia I1,I2,I3I_1, I_2, I_3 (where I1<I2<I3I_1 < I_2 < I_3), steady rotation about the principal axes corresponding to the largest (I3I_3) and smallest (I1I_1) moments of inertia is stable under small perturbations. In contrast, rotation about the principal axis corresponding to the intermediate moment of inertia (I2I_2) is unstable. This phenomenon is known as the tennis-racket effect.

definition

Reduction of planar rigid body motion to a two-dimensional problem

#reduction_to_two_body

If a rigid body is confined to planar motion, its dynamics reduce to a two-dimensional problem. In this case, the inertia tensor simplifies to a scalar moment of inertia II, and the rotation is described by a single angular velocity ω\omega.

definition

Power delivered to a rigid body P=FtotV+MωP = F_{\text{tot}} \cdot V + M \cdot \omega

#rigid_body_work_and_power

The power PP delivered to a rigid body by a system of forces FiF_i applied at points with velocities viv_i is given by P=FiviP = \sum F_i \cdot v_i. This power can be decomposed into translational and rotational contributions as P=FtotV+MωP = F_{\text{tot}} \cdot V + M \cdot \omega, where Ftot=FiF_{\text{tot}} = \sum F_i is the total force acting on the body, VV is the velocity of the chosen reference point, MM is the total torque (moment of force) about that reference point, and ω\omega is the angular velocity of the rigid body.

definition

Small oscillations about a stable equilibrium orientation

#small_oscillations_about_equilibrium

Small oscillations of a rigid body about a stable equilibrium orientation are governed by linearized equations of motion obtained by expanding the system's energy to second order in the angular displacements θi\theta_i. The resulting normal modes and frequencies of oscillation are determined by the body's inertia tensor and the restoring torques.