Angular Momentum Calculator
Calculate angular momentum for point particles and rigid bodies. Supports orbital and spin modes with 10+ shape presets and unit conversions.
About
Angular momentum L is the rotational analogue of linear momentum. For a point particle, L = m × v × r × sin(θ). For a rigid body rotating about a fixed axis, L = I × ω, where I is the moment of inertia. Miscalculating I by choosing the wrong geometric model leads to engineering errors in flywheel design, satellite attitude control, and gyroscopic stability analysis. This calculator implements exact formulas for 12 standard rigid-body shapes per classical mechanics references and converts results to SI units (kg⋅m²/s), CGS units (g⋅cm²/s), and reduced Planck constant ℏ for quantum-scale work.
Note: all formulas assume uniform mass distribution and rigid-body constraints. Real-world objects with non-uniform density require numerical integration of the inertia tensor. The angle θ in orbital mode is measured between the position vector r and the velocity vector v. At θ = 0° the particle moves radially and L vanishes. Pro tip: for compound shapes, compute each component's I separately and sum via the parallel axis theorem.
Formulas
Two primary computation modes are supported: orbital angular momentum for point particles and spin angular momentum for rigid bodies rotating about a fixed axis.
Where m is mass (kg), v is linear velocity (m/s), r is the distance from the rotation axis (m), and θ is the angle between r and v.
Where I is the moment of inertia (kg⋅m²) determined by shape geometry and ω is the angular velocity (rad/s). Angular velocity relates to rotational speed n (RPM) by:
The reduced Planck constant for quantum-scale conversion: ℏ = 1.054571817 × 10−34 J⋅s. The CGS conversion factor: 1 kg⋅m²/s = 107 g⋅cm²/s.
Reference Data
| Shape | Axis | Moment of Inertia I | Notes |
|---|---|---|---|
| Point mass | Distance r | mr2 | Orbital only |
| Solid sphere | Through center | 25 mr2 | Uniform density |
| Hollow sphere (thin shell) | Through center | 23 mr2 | Shell thickness → 0 |
| Solid cylinder / disc | Central axis | 12 mr2 | Flywheels, wheels |
| Hollow cylinder (thin wall) | Central axis | mr2 | Pipe, hoop |
| Thick-walled cylinder | Central axis | 12 m(r12 + r22) | r1 inner, r2 outer |
| Thin rod | Center, perpendicular | 112 mL2 | L = rod length |
| Thin rod | End, perpendicular | 13 mL2 | Pendulum approximation |
| Rectangular plate | Center, perpendicular | 112 m(a2 + b2) | a, b = side lengths |
| Solid cone | Central axis | 310 mr2 | Base radius r |
| Ellipsoid | Through center, along c | 15 m(a2 + b2) | Semi-axes a, b perpendicular to axis |
| Torus (ring) | Central axis | m(R2 + 34r2) | R = major, r = minor radius |
| Annular disc | Central axis | 12 m(r12 + r22) | Washer, brake disc |