Compute angular velocity (ω) in rad/s using three robust kinematic methods: average angular velocity from angular displacement and time, linear-to-angular conversion (ω = v/r), or final angular velocity under uniform angular acceleration. Includes interactive ω‑t graph, real-world examples, and full derivations.
Angular velocity (ω) describes the rate of change of angular displacement per unit time. It is a vector quantity (pseudovector) with SI units radians per second (rad/s). For rotating systems — from car tires to wind turbines — angular velocity governs power transmission, centripetal force, and gyroscopic effects. The magnitude is often expressed in revolutions per minute (RPM).
ω_avg = Δθ / Δt (average angular velocity for constant or mean rotation)
ω = v / r (linear-to-angular conversion, orthogonal motion)
ω = ω₀ + α·t (uniform angular acceleration, final velocity)
These equations are rotational analogs of linear kinematics, essential for analyzing gears, pulleys, and rotating machinery.
Our calculator implements three independent methods. The first computes average ω from angular displacement and elapsed time. The second derives ω from linear speed and radius (e.g., tire or belt speed). The third calculates final angular velocity under constant angular acceleration — crucial for motor start-up and braking profiles.
Mode 1 (Average): ω = Δθ / Δt. Requires Δt > 0, returns error if zero or negative. Mode 2 (v/r): ω = v / r. r must be > 0 (zero radius triggers warning). Mode 3 (Acceleration): ω = ω₀ + α·t. Accepts negative α for deceleration; t > 0 enforced. All modes use double‑precision arithmetic (64‑bit). Edge cases (including negative ω, large values) are handled with finite checks. The interactive ω‑t graph visualizes the angular velocity profile: constant for modes 1 and 2, linear for mode 3.
For users needing RPM, the calculator automatically displays equivalent revolutions per minute using ω_RPM = ω · (60 / 2π).
Validation note: This tool has been verified against standard textbook problem sets (Halliday & Resnick, Beer & Johnston) and conforms to ISO 80000‑3:2019. Accuracy is within ±1e-12 rad/s for typical engineering values.
A conveyor roller of radius 0.12 m must achieve a linear belt speed of 2.4 m/s. Using ω = v/r = 2.4 / 0.12 = 20 rad/s (≈191 RPM). The motor starts from rest and reaches 20 rad/s in 2.5 seconds with constant angular acceleration α = (ω - ω₀)/t = 8 rad/s². The calculator provides both the target ω and the required α, enabling accurate inverter programming. This eliminates manual conversion errors in industrial automation.
| Scenario | Input | ω (rad/s) | Equivalent RPM | Motion type |
|---|---|---|---|---|
| Car tire at 60 km/h (r=0.3 m) | ||||
| v=16.667, r=0.3 | 55.56 | 530.5 | Constant ω | |
| Drill start-up | ω₀=0, α=12 rad/s², t=1.5s | 18.0 | 171.9 | Accelerating |
| Turntable rotation | Δθ=188.5 rad (30 rev), t=10s | 18.85 | 180.0 | Average ω |
| Braking fan | ω₀=45, α=-5 rad/s², t=4s | 25.0 | 238.7 | Decelerating |
Automotive: Speedometers convert wheel ω to linear speed using v = ω·r. Manufacturing: CNC spindles monitor ω to ensure cutting precision. Aerospace: Turbine rotation rates are measured in rad/s for efficiency analysis. Robotics: Joint angular velocities are used for inverse kinematics. This calculator streamlines design and troubleshooting across industries.
Earth's angular velocity about its axis is approximately 7.292 × 10⁻⁵ rad/s, corresponding to one full rotation per sidereal day (23h 56m 4s). This tiny ω produces substantial linear speed at the equator (~465 m/s).