Skip to content

Instantly share code, notes, and snippets.

@mmisztal1980
Last active February 18, 2020 14:49
Show Gist options
  • Save mmisztal1980/b84c88b104b5cbe02b907c211a575b83 to your computer and use it in GitHub Desktop.
Save mmisztal1980/b84c88b104b5cbe02b907c211a575b83 to your computer and use it in GitHub Desktop.
angular2Linear
Given:
1 [rad] = 1 / (2 * PI)
omega = 2 [rad/s] // <-- angular speed in [rad/s]
r = 1 [m]
Then:
2 [rad/s] = 2 / 2 PI [1/s] = 2 / 2 PI [Hz] = 1 / PI [Hz] = 0.318 [Hz] // <-- Frequency of rotation
Then:
0.318 [Hz] = 0.318 [rps]
http://www.kylesconverter.com/frequency/hertz-to-revolutions-per-minute#0.318
0.318 [Hz] = 19.08 [rpm]
Then
L = 2 * PI * r
v = 0.318 [rps] * L = 0.318[rps] * 2 * PI * 1[m] = 1.997 [m/s] ~= 2[m/s]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment