RPM to Radians Per Second
Updated June 14, 20265 min read

The RPM to Radians Per Second Formula: How to Calculate Angular Velocity Exactly

Master the rpm to radians per second formula. Learn the exact math (π/30), why it works, and how to apply it without rounding errors in your physics and engineering equations.

Staring at a motor specification and realizing you need to plug it into a complex kinematics equation doesn't have to be a nightmare. Human brains do not naturally process rotations in radians, but the math requires it. We need the exact formula to convert revolutions per minute into a standard angular velocity so we know our final calculations are airtight.

The math to figure this out is straightforward. The exact rpm to radians per second formula is:

rad/s = RPM × (π / 30)

Want to skip the derivation and just get your answer? Drop your RPM into the calculator below.

m

Breaking Down the Formula

If you are writing this out for a physics exam or programming a simulation, you need to understand where the magic fraction π/30 actually comes from. It is not just an arbitrary constant; it is the perfect synthesis of two simple conversions.

Think of it this way: to go from rpm to radians per second, we are changing both the distance unit (revolutions to radians) and the time unit (minutes to seconds).

  1. Revolutions to Radians: Every single full circle (revolution) is exactly 2π radians. To find out how many radians you have, you multiply your RPM by 2π.
  2. Minutes to Seconds: Your rate is "per minute," but you need "per second." Since there are 60 seconds in a minute, you divide by 60.

Put it all together: rad/s = RPM × 2π / 60

That fraction 2π/60 reduces perfectly to π/30.

Diagram showing the math breakdown of the rpm to radians per second formula

How to Apply the Formula (With Examples)

Let's look at the numbers in a real-world scenario. Let's say you have an electric motor spinning at 1,500 RPM.

  1. Start with your RPM: 1,500
  2. Multiply by π/30: 1500 × (π/30)
  3. Reduce the fraction: 1500/30 = 50
  4. Final Exact Answer: 50π rad/s

If you punch that into a calculator, 50 × π is approximately 157.079 rad/s. You can use this same logic for any speed, whether it is a massive industrial turbine or just calculating 1 rpm to radians per second.

Quick Reference Conversion Table

Here is how the formula plays out for several common mechanical speeds, ranging from clock hands to standard motor RPMs. Notice how the exact rad/s retains the π for perfect accuracy. If you need to implement this in software, check out our guide on coding the conversion in Python and JavaScript.

Original Speed (RPM)Exact Formula MathExact rad/sApprox Decimal (rad/s)
1010 × (π/30)π/31.047
6060 × (π/30)6.283
120120 × (π/30)12.566
10001000 × (π/30)100π/3104.720
30003000 × (π/30)100π314.159

Need to find the formula to go in reverse? Read our guide on the radians per second to rpm formula.


Frequently Asked Questions

1. What is the rpm to radians per second formula?

The universally accepted formula is rad/s = RPM × (π / 30). You multiply your RPM value by Pi, and then divide by 30 to get exactly the number of radians per second.

2. Why is the conversion factor π/30?

The factor π/30 comes from combining two steps: multiplying by 2π (to convert revolutions to radians) and dividing by 60 (to convert minutes to seconds). 2π/60 perfectly reduces to π/30.

3. How do you convert rpm to radians per second without a calculator?

For a quick mental estimate, you can pretend that π is 3. In that case, the fraction becomes 3/30, which is 1/10. So, just divide your RPM by 10 to get a rough estimate. For example, 1,500 RPM is roughly 150 rad/s (the true value is ~157 rad/s).

Speed (RPM)Quick Mental Math (/10)Exact Calculator Math (π/30)Difference
1,500150 rad/s157.08 rad/s~7 rad/s error
3,000300 rad/s314.16 rad/s~14 rad/s error
10,0001,000 rad/s1,047.20 rad/s~47 rad/s error

4. What is the formula for calculating linear velocity from RPM?

First, use the rpm to radians per second formula to find angular velocity (ω). Then, multiply that result by the radius (r) of the rotating object in meters. The complete formula is: v = r × (RPM × π/30).


Don't want to rely on your memory? Avoid the rounding errors entirely. Bookmark our RPM to Radians Per Second Calculator to instantly generate exact π-based answers and decimal approximations for any RPM value.

Ready to run the numbers?

Get your result instantly — private, in your browser.

Open the calculator →