The motion of a rotating rigid body is characterized by a velocity field that is solenoidal ( $\nabla$. $v=0$ ), reflecting the incompressible nature of rigid motion, while its vorticity is exactly twice the angular velocity ( $\nabla \times v=2 \omega$ ). The acceleration field consists of both Euler and centripetal components, resulting in a constant negative divergence proportional to the square of the angular speed ( $\nabla \cdot a=-2 \omega^2$ ) and a curl that tracks the rate of change of the rotation $(\nabla \times a=2 \dot{\omega})$. Together, these results demonstrate that while the velocity describes the instantaneous rotation, the acceleration captures both the change in that rotation and the inward "pull" required to maintain the circular paths of the body's constituent points.


🧮Sequence Diagram: Theoretical Derivation and Visual Validation

This sequence diagram illustrates the pedagogical and logical flow through the source material, detailing how the mathematical derivations (Examples) provide the necessary theoretical framework for the interactive simulations (Demos).

sequenceDiagram
    participant Theory as Vector Calculus & Theory
    participant Python as Simulation Engine (Python/Matplotlib)
    participant Insight as Physical Concepts & Insights

    Note over Theory, Insight: Stage 1: Field Foundations
    Theory->>Python: Provide expressions for v, a, divergence, and curl
    Python-->>Theory: Generate "rigid_body_fields.py" subplots
    Python->>Insight: Demo 1 - Visualize incompressible flow & vorticity
    
    Note over Theory, Insight: Stage 2: Potential Energy & Conservatism
    Theory->>Theory: Example 1 - Prove Curl(a_c) = 0 via Potential Φ
    Theory->>Python: Integrate Path 1 (Direct) vs Path 2 (Winding)
    Python-->>Insight: Demo 2 - Confirm path-independence of work
    Insight-->>Theory: Validate Centrifugal Potential as a conservative field

    Note over Theory, Insight: Stage 3: Energy Conservation in Rotating Frames
    Theory->>Theory: Example 2 - Define Effective Potential (V_eff)
    Theory->>Python: Release bead on frictionless rotating rod
    Python-->>Insight: Demo 3 - Show potential converting to radial kinetic energy
    Insight->>Insight: "Potential" is latent tangential kinetic energy

    Note over Theory, Insight: Stage 4: Large-Scale Stability (Orbits)
    Theory->>Theory: Example 3 - Combine Gravity + Centrifugal Barrier
    Theory->>Python: Sync 2D orbital trajectory with 1D potential well
    Python-->>Insight: Demo 4 - Visualize "sloshing" between periapsis & apoapsis
    Insight->>Insight: Confirm orbital stability via the "Centrifugal Shield"

🪢Kanban: Kinetic Flow: Visualizing Rotational Forces

---
config:
 kanban:
  sectionWidth: 260
---
kanban
  ***Derivation Sheet***
   Kinematics and Vector Calculus of a Rotating Rigid Body@{ticket: 1st,assigned: Primary,priority: 'Very High'}
   Kinetic Flow: Visualizing Rotational Forces@{assigned: SequenceDiagram}
  ***Resulmation***
    Visualization of four quantities involving the motion of a rigid body@{ticket: 2nd, assigned: Demostrate,priority: 'High'}
    Centrifugal Potential and Path@{assigned: Demostrate}
    Bead released from rest on a frictionless rotating rod@{assigned: Demostrate}
    Orbital Motion and Sloshing in the Potential Well@{assigned: Demostrate}
    Vector Calculus Fields for Rigid Body Rotation @{assigned: Demo1}
    Centrifugal Potential $$\\ \\Phi\\ $$ and Paths@{assigned: Demo2}
    Bead released from rest on a frictionless rotating rod@{assigned: Demo3}
    Orbital Motion and Sloshing in the Potential Well@{assigned: Demo4}
    From Vector Fields to Orbital Stability@{assigned: StateDiagram}
  ***IllustraDemo***
    Rotation Forces Using Divergence and Curl@{ticket: 3rd,priority: 'Low', assigned: Narrademo}
    Visualising Rotation The Vector Fields of a Rigid Body@{assigned: Illustrademo}
    The Mechanics of Rotation From Vector Calculus to Cosmic Stability@{assigned: Illustragram}
    The Harmonic Balance of Rotational Dynamics and Cosmic Stability@{assigned: Seqillustrate}
  ***Ex-Demo***
    The Vector Mechanics and Energetics of Rigid Body Rotation@{ticket: 4th, assigned: Flowscript,priority: 'Very High'}
    Dynamics and Vector Calculus of Rotating Systems@{assigned: Flowchart}
    Kinematics and Potentials of Rotating Systems@{assigned: Mindmap}
  ***Narr-graphic***
    The Dynamics of Rotating Rigid Bodies@{ticket: 5th,assigned: Flowstra,priority: 'Very Low'}
    Foundational Theory of Rotational Systems and Energy Landscapes@{assigned: Statestra}

Visual and Orchestra