How This Tool Works
This converter translates angular speed measurements from degrees per minute (°/min) into the standard SI unit of radians per second (rad/s). The conversion involves two key steps: first, converting degrees to radians, and second, converting minutes to seconds.
The core mathematical relationship relies on these constants: 1 revolution = 360 degrees, and $\pi$ radians. Since 2\pi radians equals 360 degrees, the degree-to-radian conversion factor is $\frac{\pi}{180}$. For time, we know that 1 minute equals 60 seconds.
Mathematically, you divide your input value (°/min) by 360 and multiply by 2\pi to get radians (getting rid of the degree unit), and then multiply by $\frac{1}{60}$ to convert minutes to seconds. For example, if an object rotates at 720 °/min, the calculation is: $(720 \times \frac{\pi}{180}) \div 60$, yielding approximately 0.628 rad/s.