Angular Velocity Calculator Formula
Understand the math behind the angular velocity calculator. Each variable explained with a worked example.
Formulas Used
Angular Velocity
omega = angle_rad / timeRevolutions per Minute
rpm = (angle_rad / time) * 60 / (2 * pi)Variables
| Variable | Description | Default |
|---|---|---|
angle_deg | Angle of Rotation(degrees) | 360 |
time | Time(s) | 2 |
angle_rad | Derived value= angle_deg * pi / 180 | calculated |
How It Works
Angular Velocity
Angular velocity quantifies how fast an object rotates.
Formula
omega = theta / t
where theta is the angle in radians and t is time. One full revolution is 2*pi radians.
Worked Example
A wheel completes one full rotation (360 degrees) in 2 seconds.
angle_deg = 360time = 2
- 01Convert 360° to radians: 360 * pi / 180 = 2*pi rad
- 02omega = theta / t = 2*pi / 2 = pi rad/s
- 03omega = 3.1416 rad/s
- 04RPM = omega * 60 / (2*pi) = 30 RPM
Ready to run the numbers?
Open Angular Velocity Calculator