The formula of synchronous speed defines the exact rotational velocity of the magnetic field inside an AC motor's stator. The direct answer for calculating this speed in revolutions per minute (RPM) is Ns = (120 × f) / P, where f is the AC line frequency in Hertz and P is the total number of magnetic poles. This equation is the foundational baseline for sizing motors, programming Variable Frequency Drives (VFDs), and diagnosing slip in induction machines.
The Core Equation and Symbol Definitions
Before plugging in numbers, it is critical to understand where the constant '120' comes from. Frequency (f) is measured in cycles per second (Hz). To convert this to cycles per minute, we multiply by 60 seconds. Furthermore, one complete AC cycle generates two magnetic poles (one North, one South). Therefore, to find the mechanical revolutions per minute based on the total number of poles (P), we multiply the frequency by 60 and divide by half the number of poles (P/2). Mathematically, 60 / (1/2) simplifies to 120.
The primary formula is expressed as:
Ns = (120 × f) / P
| Symbol | Parameter | Standard Unit | Typical Industrial Range | Notes & Assumptions |
|---|---|---|---|---|
| Ns | Synchronous Speed | RPM (rev/min) | 600 - 3600 RPM | Represents the stator's magnetic field speed, not the physical rotor speed. |
| f | AC Frequency | Hz (cycles/sec) | 50 Hz or 60 Hz | Assumes a steady-state sinusoidal waveform. VFDs can vary this from 0-120+ Hz. |
| P | Number of Poles | Dimensionless (Count) | 2, 4, 6, 8, 10, 12 | Must be an even integer. Always count total poles, not pole pairs. |
| 120 | Derivation Constant | sec/min × poles/cycle | Constant | Derived from (60 sec/min × 2 poles per electrical cycle). |
When this formula applies: This equation applies strictly to the rotating magnetic field (RMF) of the stator in AC machines (induction, synchronous, and BLDC). It assumes a balanced polyphase or properly phased single-phase supply. It does not calculate the physical shaft speed of an induction motor under load; for that, you must apply the slip formula (Nr = Ns × (1 - s)).
Standard Synchronous Speeds by Pole Count
Because the number of poles (P) must be an even integer and the grid frequency (f) is fixed by the utility, synchronous speeds occur in discrete, fixed steps. You cannot have a 3-pole motor or a 5-pole motor. The table below maps the theoretical synchronous speed against the realistic rotor speed you will measure with a tachometer on a standard NEMA Design B induction motor under full load.
| Poles (P) | Ns at 60 Hz (RPM) | Realistic Rotor Speed at 60 Hz (RPM) | Ns at 50 Hz (RPM) | Realistic Rotor Speed at 50 Hz (RPM) | Common Application |
|---|---|---|---|---|---|
| 2 | 3600 | 3450 - 3550 | 3000 | 2850 - 2950 | Centrifugal pumps, high-speed compressors |
| 4 | 1800 | 1725 - 1760 | 1500 | 1425 - 1460 | Conveyors, machine tools, general purpose |
| 6 | 1200 | 1140 - 1170 | 1000 | 940 - 970 | Large fans, crushers, direct-drive mixers |
| 8 | 900 | 850 - 880 | 750 | 710 - 730 | Hoists, mills, low-speed pumps |
| 10 | 720 | 680 - 700 | 600 | 570 - 585 | Ball mills, reciprocating compressors |
| 12 | 600 | 560 - 580 | 500 | 470 - 485 | Kilns, heavy agitators, marine propulsion |
According to the U.S. Department of Energy's Motor Selection Handbook, premium efficiency motors (IE3/IE4) typically exhibit less slip than older standard-efficiency models. This means a modern 4-pole motor on a 60Hz line will run closer to 1775 RPM under load, whereas an older rewound motor might drop to 1725 RPM.
Rearranged Forms and Unit Pitfalls
On the bench or in the field, you rarely just solve for speed. You frequently need to identify an unmarked motor's pole count or determine the required VFD output frequency. Here are the algebraic rearrangements of the formula:
- Solving for Frequency (f): f = (Ns × P) / 120
Use case: Programming a VFD to achieve a specific target synchronous speed for a known motor. - Solving for Poles (P): P = (120 × f) / Ns
Use case: Reading the nameplate RPM of an unmarked motor and determining its internal winding configuration.
- Confusing Poles with Pole Pairs: The variable P represents the total number of poles. European datasheets sometimes specify 'p' as pole pairs. If a datasheet says 'p = 2', that means 2 pairs, which equals 4 total poles. Plugging '2' into the standard formula instead of '4' will result in a calculated speed exactly double the actual speed.
- Mixing Rad/s and RPM: The formula Ns = 120f/P outputs mechanical RPM. If your control system requires electrical or mechanical radians per second (ω), you must convert. The radian formula is ωs = (4π × f) / P. Do not mix these constants.
- Using Nameplate RPM as Ns: The RPM printed on an induction motor nameplate is the rotor speed at full load, not the synchronous speed. If a nameplate reads '1750 RPM', Ns is actually 1800 RPM. Using 1750 in the rearranged formula to find poles will yield 4.11 poles, which is physically impossible.
Worked Examples with Unit Tracking
Let's apply the formula to two common scenarios, tracking units through every step to prevent calculation errors.
Problem 1: Sizing an Aircraft Actuator Motor
Scenario: You are testing a 3-phase AC servo motor designed for aerospace applications. Aircraft power systems typically run at 400 Hz to reduce the weight of magnetic components. The motor datasheet specifies a 6-pole stator winding. What is the synchronous speed?
Step-by-step Solution:
- Identify knowns: f = 400 Hz, P = 6 poles.
- Select formula: Ns = (120 × f) / P
- Substitute values with units:
Ns = (120 [sec/min × poles/cycle] × 400 [cycles/sec]) / 6 [poles] - Cancel units: The 'cycles' and 'sec' cancel out in the numerator. The 'poles' cancel out between numerator and denominator. We are left with [1/min], which is RPM.
- Calculate: Ns = 48,000 / 6 = 8,000 RPM.
Bench Note: This high speed is exactly why 400 Hz is used in aviation; it allows for much smaller, lighter motor housings to achieve the same mechanical power output as a 60 Hz equivalent.
Problem 2: Identifying an Unknown Salvaged Motor
Scenario: You salvaged a 3-phase induction motor from an industrial conveyor. The nameplate is faded, but you can barely read '60 Hz' and '1180 RPM'. You need to wire it to a VFD and must know the pole count to set the motor parameters correctly.
Step-by-step Solution:
- Identify knowns: f = 60 Hz. Nameplate rotor speed = 1180 RPM.
- Determine Ns: Because induction motors operate with slip (typically 2% to 5%), the synchronous speed must be the next standard step above 1180 RPM. Looking at standard discrete steps, Ns must be 1200 RPM.
- Select rearranged formula: P = (120 × f) / Ns
- Substitute values:
P = (120 × 60) / 1200 - Calculate: P = 7200 / 1200 = 6 poles.
Verification: A 6-pole motor at 60 Hz has a synchronous speed of 1200 RPM. A rotor speed of 1180 RPM represents a slip of (1200 - 1180) / 1200 = 1.67%, which is a highly realistic, efficient operating point for a modern premium-efficiency motor under load.
Realistic Magnitudes and VFD Applications
When calculating synchronous speed, your final answer must pass a basic sanity check. What does a realistic magnitude look like?
- The 3600 RPM Ceiling: On a standard 60 Hz utility grid, the absolute maximum synchronous speed is 3600 RPM (a 2-pole motor). If your calculation yields 7200 RPM for a standard grid-tied motor, you have likely forgotten to divide by 2 for pole pairs, or you accidentally used mechanical degrees instead of electrical degrees.
- The Discrete Step Rule: Synchronous speed cannot be an arbitrary number like 1643 RPM on a fixed grid. It must perfectly align with the integer pole steps (3600, 1800, 1200, 900, 720, 600). If your math results in a non-standard number, your input frequency or pole count is wrong.
- Low-Speed Limits: While you can theoretically calculate the speed for a 100-pole motor (72 RPM at 60 Hz), physically manufacturing a standard induction motor with more than 12 or 16 poles is impractical due to stator slot crowding. For speeds below 600 RPM, the industry standard practice is to use a 4-pole or 6-pole motor coupled to a mechanical gear reducer, or switch to a direct-drive permanent magnet synchronous motor (PMSM).
When introducing a Variable Frequency Drive (VFD) into the circuit, the formula of synchronous speed becomes a dynamic control variable rather than a fixed constant. By manipulating f while maintaining a constant V/Hz ratio, a VFD smoothly shifts Ns up and down. For example, running a 4-pole motor at 30 Hz drops Ns from 1800 RPM to 900 RPM. However, if you push the VFD output to 120 Hz to achieve 3600 RPM on that same 4-pole motor, you enter the field-weakening region, where torque drops inversely with speed. Always verify the motor's mechanical bearing limits and rotor balance ratings before commanding synchronous speeds above the 60 Hz baseline.






