Angular Velocity to Hertz Converter
Convert angular velocity in radians per second to frequency in hertz.
rad/s
Hertz
1.000002
Fórmula
## Angular Velocity to Frequency ### Formula **f = omega / (2 * pi)** Where omega is angular velocity in radians per second and f is frequency in hertz. 1 full revolution = 2*pi radians = 1 cycle, so dividing by 2*pi converts from radians per second to cycles per second (hertz).
Ejemplo Resuelto
Convert 6.2832 rad/s to Hz.
- 01f = 6.2832 / (2 x 3.14159)
- 02f = 6.2832 / 6.2832 = 1.0000 Hz
Preguntas Frecuentes
What is angular velocity?
Angular velocity measures how fast something rotates, expressed in radians per second. One full rotation is 2*pi radians (approximately 6.2832 radians).
How is angular velocity related to RPM?
RPM = angular velocity x 60 / (2*pi). So 1 rad/s equals about 9.549 RPM.
Aprender