how to convert RPM to rad/s: quick definition and when to use it
'How to convert RPM to rad/s' means converting revolutions per minute (RPM), a measure of rotational speed, into radians per second (rad/s), the standard SI unit for angular velocity. Use this conversion when working on physics problems, motor specifications, control systems, robotics, or any application that requires angular velocity in SI units for equations such as torque, angular acceleration, power and harmonic motion.
conversion formula: RPM to rad/s
The formula to convert RPM (n) to angular velocity in radians per second (ω) is simple and exact:
ω = n × (2π / 60)
Where:
- ω is angular velocity in rad/s
- n is rotational speed in RPM (revolutions per minute)
- 2π radians is one full revolution
- 60 converts minutes to seconds
why this formula works
One revolution equals 2π radians. If a shaft makes n revolutions per minute, it makes n/60 revolutions per second. Multiply revolutions per second by 2π to get rad/s: ω = (n/60) × 2π, which simplifies to ω = n × 2π/60.
step-by-step manual conversion
- Take the RPM value you have (n).
- Divide n by 60 to convert minutes to seconds (revolutions per second).
- Multiply the result by 2π to convert revolutions to radians.
- Round the final ω to a sensible number of significant figures for your application.
worked example 1 — common motor speed
Suppose a motor runs at 3,000 RPM. Convert to rad/s.
Step 1: n = 3000
Step 2: revolutions per second = 3000 / 60 = 50 rev/s
Step 3: ω = 50 × 2π = 100π ≈ 314.159 rad/s
Interpretation: The motor's angular velocity is about 314.16 rad/s. Use this value when computing rotational kinetic energy or matching control loop units.
worked example 2 — slow rotation for vibration analysis
Example: A rotating platform turns at 12 RPM. Convert to rad/s.
12 / 60 = 0.2 rev/s
ω = 0.2 × 2π = 0.4π ≈ 1.257 rad/s
Interpretation: The platform's angular velocity is 1.257 rad/s — relevant when calculating resonant frequencies or phase relationships.
using the formula in algebraic problems
If you need to rearrange the relation, it's straightforward. For example, to convert rad/s back to RPM:
n = ω × (60 / 2π)
So if ω = 10 rad/s, then n = 10 × 60 / (2π) ≈ 95.492 RPM.
practical applications and interpretation of results
- Mechanical power: Power from a rotating shaft often uses torque (τ, in N·m) and angular velocity (ω): P = τ × ω. Use rad/s for ω to keep SI consistency.
- Rotational inertia and kinetic energy: Rotational kinetic energy is (1/2)Iω², where I is moment of inertia in kg·m²; ω must be in rad/s.
- Control systems: Controllers that use angular velocity inputs expect SI units (rad/s) for consistent gains and dynamics.
- Signal processing and vibration: Natural frequencies and phase are typically expressed in rad/s or radians, so convert RPM before analysis.
common mistakes to avoid
- Confusing revolutions with radians: never plug RPM directly into formulas requiring rad/s without conversion.
- Forgetting the 60 factor: omitting division by 60 (minutes → seconds) gives answers off by a large factor (×60).
- Using degrees instead of radians: some formulas require radians; converting RPM to degrees/s gives a different unit (multiply rev/s by 360).
- Rounding too early: keep precision through intermediate steps, then round the final result to appropriate significant figures.
quick reference table
| RPM | rev/s | rad/s |
|---|---|---|
| 60 | 1 | 6.2832 |
| 120 | 2 | 12.5664 |
| 300 | 5 | 31.4159 |
| 1,800 | 30 | 188.4956 |
| 3,600 | 60 | 376.9911 |
how to use an online RPM to rad/s calculator
Online converters speed up the process and reduce human error. To use a calculator on Calculatorr:
- Enter the RPM value into the 'RPM' input field.
- Select units if the tool allows (some accept rev/min or rpm synonyms).
- Press convert; the calculator displays rad/s and often rev/s as intermediate output.
- Copy or download the result for use in equations such as P = τω or ω² terms.
Calculatorr tools maintain SI unit consistency and often include inverse conversion (rad/s to RPM), which is handy when matching datasheet specs.
advanced tips and unit handling
- If you work in degrees per second (°/s), convert rad/s to °/s by multiplying rad/s × (180/π).
- For micro-rotations or stepper motors described in steps per second, first convert steps to revolutions, then apply RPM → rad/s logic.
- When combining angular velocities with translational speeds, use v = rω, where r is radius in meters and ω in rad/s, to obtain linear speed in m/s.
examples combining conversions with formulas
example — power from motor torque
A motor produces 2.5 N·m torque at 1,500 RPM. Find mechanical power in watts.
Step 1: Convert RPM to rad/s: ω = 1500 × 2π/60 = 1500 × π/30 = 50π ≈ 157.08 rad/s
Step 2: Power P = τ × ω = 2.5 × 157.08 ≈ 392.7 W
Interpretation: The motor delivers about 393 W at that torque and speed.
example — linear speed at a wheel rim
A wheel radius is 0.35 m and spins at 180 RPM. What's the linear rim speed?
ω = 180 × 2π/60 = 3 × 2π = 6π ≈ 18.85 rad/s
v = r × ω = 0.35 × 18.85 ≈ 6.598 m/s
Interpretation: The rim point moves at ~6.60 m/s relative to the axle.
final practical checklist
- Always note the unit of the source speed (RPM vs rev/s vs Hz).
- Use ω = n × 2π/60 for RPM → rad/s and n = ω × 60 / 2π for the inverse.
- Keep intermediate precision; round the final result appropriately.
- Use an online Calculatorr converter when working with many values or when integrating results into reports.
For quick conversions and batch processing, try the dedicated RPM to rad/s converter at Calculatorr and link results directly into your engineering calculations to maintain unit consistency throughout your workflow.