The Core Formula for Speed of a Motor (AC, DC, and Stepper)
When selecting a drive system, guessing based on nameplate horsepower is a fast track to burnt windings and stalled production lines. The fundamental formula for speed of a motor changes entirely depending on the electromagnetic topology you choose. Before you wire a contactor or write a pulse-train script, you need the exact mathematical relationship between your electrical input and the mechanical output.
AC Induction Motors (Synchronous vs. Actual Speed)
For standard AC induction motors, the magnetic field rotates at synchronous speed ($N_s$). The formula is:
$N_s = \frac{120 \times f}{P}$
Where f is the line frequency in Hz (60Hz in North America, 50Hz in Europe) and P is the number of magnetic poles. A 4-pole motor on a 60Hz grid yields $N_s = 1800$ RPM. However, the rotor must "slip" behind the magnetic field to induce current and generate torque. The actual rotor speed ($N_r$) formula incorporates slip ($s$):
$N_r = N_s \times (1 - s)$
Under full load, a standard NEMA Design B motor typically exhibits 2% to 5% slip. Your 1800 RPM synchronous motor will actually run at roughly 1740 RPM at rated load. If your application requires exactly 1800 RPM under varying loads, an induction motor will fail you; you need a synchronous or closed-loop servo system.
DC Brushed and Brushless (BLDC) Motors
For DC architectures, speed is dictated by the balance between applied voltage and back-electromotive force (back-EMF). The governing formula is:
$N \propto \frac{V - (I_a \times R_a)}{k\Phi}$
Where V is terminal voltage, $I_a$ is armature current, $R_a$ is armature resistance, and $\Phi$ is the magnetic flux. In plain English: DC motor speed is directly proportional to voltage and inversely proportional to the magnetic field strength. If you drop the voltage to control speed (without a proper PWM drive), you lose torque proportionally.
Stepper Motors
Steppers do not rely on slip or back-EMF for speed; they move in discrete angular increments based on digital pulses. The formula for speed of a motor in a stepper system is:
$RPM = \frac{f_{step} \times 60}{\theta_{step}}$
Where $f_{step}$ is the pulse frequency (Hz) and $\theta_{step}$ is the steps per revolution. A standard 1.8° stepper motor has 200 steps per revolution. If your controller outputs 1000 pulses per second, the speed is $(1000 \times 60) / 200 = 300$ RPM.
Motor Type Comparison: Torque Curves, Control, and Cost
Understanding the speed formula is only half the battle. You must match the motor's torque curve to your load profile. Treating a stepper and a servo as interchangeable is a classic mistake that leads to missed steps or blown budgets.
| Motor Type | Torque Curve Profile | Control Complexity | Typical Cost (1HP / 750W eq.) |
|---|---|---|---|
| 3-Phase AC Induction | High starting torque, flat curve near synchronous speed. Drops sharply past breakdown torque. | Low (DOL starter) to Medium (VFD for speed/torque control). | $150 - $250 (Motor) + $300 (VFD) |
| NEMA 23/34 Stepper | Maximum torque at zero speed (holding torque). Torque drops off rapidly above 300-500 RPM. | Medium (Step/Direction pulses, open-loop). Requires microstepping configuration. | $40 - $90 (Motor) + $40 (Driver) |
| BLDC (Brushless DC) | Relatively flat torque curve up to rated speed, then constant power (torque drops) beyond base speed. | High (Requires 3-phase ESC with Hall sensors or sensorless back-EMF zero-crossing detection). | $200 - $350 (Integrated drive/motor) |
| AC Servo | Constant peak torque (often 300% continuous) from 0 to rated speed. Highly dynamic response. | Very High (Closed-loop PID, high-resolution absolute encoders, real-time fieldbus like EtherCAT). | $600 - $1,200+ (Motor + Drive) |
Wiring, Terminals, and Driver Requirements
The physical interface dictates your control architecture. Here is the terminal identification for the two most common platforms in DIY automation and light industrial retrofits.
3-Phase AC Induction (e.g., Baldor-Reliance M3558T)
Standard 3-phase motors use a 9-lead or 6-lead terminal box. For a standard 6-lead motor wired for low voltage (230V), you will see:
- T1, T2, T3 (or U, V, W): The three phase power inputs. Connect these to the output terminals of your Variable Frequency Drive (VFD). Swapping any two of these reverses the motor direction.
- T4, T5, T6, T7, T8, T9: Internal winding leads used for Star/Delta (Wye/Delta) starting configurations or dual-voltage wiring. For standard VFD use, these are typically tied together per the nameplate diagram.
- Grounding Lug: Must be bonded to the VFD chassis and the facility ground grid using a dedicated green/yellow PE conductor.
Driver Demand: Requires a VFD (e.g., Hitachi WJ200 series). The VFD rectifies AC to DC, then uses IGBTs to synthesize a variable-frequency, variable-voltage PWM waveform to control the $V/f$ ratio, maintaining constant flux and torque across speeds.
Bipolar Stepper (e.g., OMC StepperOnline 23HS45)
Bipolar steppers have exactly four wires, representing two distinct electromagnetic coils.
- A+, A-: Coil 1. Typically colored Black (A+) and Green (A-).
- B+, B-: Coil 2. Typically colored Red (B+) and Blue (B-).
Verification: If the wire colors are cut off or unmarked, grab your multimeter. Set it to resistance (Ohms). Probe the wires until you find two pairs that show low resistance (usually 1-5 ohms). Those are your coils. The resistance between a wire from Coil 1 and a wire from Coil 2 will be infinite (open loop).
Driver Demand: Requires a chopper microstepping driver (e.g., TB6600). The driver steps down a higher DC bus voltage (e.g., 48VDC) using high-frequency PWM to limit current to the motor's rated amperage (e.g., 4.2A), preventing the coils from melting while maintaining high-speed torque.
Worked Example: Sizing a Motor for a 50kg Conveyor Load
Let's apply a sizing rule of thumb: Calculate the continuous mechanical power required at the load, apply a 25% safety margin for friction degradation and startup inertia, and select a motor whose continuous torque curve exceeds this value at the target speed.
The Load Profile:
- Mass ($m$): 50 kg (belt + payload)
- Target belt speed ($v$): 0.2 m/s
- Drive pulley radius ($r$): 0.1 m
- Friction coefficient ($\mu$): 0.3 (sliding/rolling hybrid estimate per Engineering Toolbox)
Step 1: Calculate Required Force and Torque
Force to overcome friction: $F = m \times g \times \mu = 50 \times 9.81 \times 0.3 = 147.15$ Newtons.
Required torque at the pulley: $T_{load} = F \times r = 147.15 \times 0.1 = 14.7$ Nm.
Step 2: Calculate Required Speed and Power
Angular velocity: $\omega = v / r = 0.2 / 0.1 = 2$ rad/s.
Target RPM: $N = \frac{2 \times 60}{2\pi} \approx 19.1$ RPM.
Mechanical Power: $P = T_{load} \times \omega = 14.7 \times 2 = 29.4$ Watts.
Step 3: Apply Margin and Select the Drive
Adding a 25% safety margin: $29.4 \times 1.25 = 36.75$ Watts.
Because 19.1 RPM is far below the base speed of any standard motor, direct driving is impossible without a massive, expensive, low-RPM torque motor. We must use a gearbox.
The Pick: We select a 1750 RPM, 4-pole AC induction motor paired with a 90:1 worm gearbox.
Motor RPM required: $19.1 \times 90 = 1719$ RPM (Perfect fit for a 1750 RPM nameplate motor under slight load slip).
Motor Torque required: $14.7 \text{ Nm} / (90 \times 0.85 \text{ gearbox efficiency}) = 0.19$ Nm.
A standard Automation Direct IronHorse 1/20 HP (approx 37W) AC Gearmotor (Part: IP65 Washdown, 90:1 ratio) delivers roughly 0.22 Nm at the motor shaft and outputs ~15 Nm at the gearbox shaft, safely clearing our 14.7 Nm requirement.
Failure Signatures: Hum, Overheat, and Stall
When the math meets reality, things break. Recognizing these failure signatures saves you from replacing perfectly good hardware.
- AC Induction - Single-Phasing (The "Hum"): If one phase of a 3-phase motor drops (blown fuse, bad contactor pole), the motor will emit a loud, low-frequency hum and refuse to start, or it will run rough and overheat rapidly. Fix: Measure voltage phase-to-phase at the motor terminal block while under load. If one reads 0V or significantly lower, trace back to the VFD output or contactor.
- Stepper - Mid-Range Resonance Stall: Steppers are notorious for losing torque and violently stalling between 200 and 400 RPM due to mechanical resonance matching the step frequency. The motor will "scream" and lose position. Fix: Do not just add voltage. Enable 1/16 or 1/32 microstepping on your DIP switches to smooth the current waveform, or add a mechanical damper to the rear shaft.
- BLDC - Hall Sensor Desync (The "Jerky Start"): If a sensored BLDC motor stutters violently on startup and throws an overcurrent fault on the ESC, the controller is misreading the rotor position. Fix: Check the 5V pull-up resistors on the Hall A/B/C signal lines. A floating Hall signal will cause the ESC to commutate the wrong stator coils, creating a dead-short across the DC bus.
- General Overheat (>80°C Case Temp): If a stepper or servo case is too hot to touch, it is likely being driven at 100% current while stationary. Fix: Program the driver's "idle current reduction" feature to drop coil current by 50% when the step pulse train stops.
Decision Tree: Pick the Right Motor and Drive
Stop debating forums and use this decision matrix. Follow your load profile down to the concrete default pick.
| If Your Load Profile Is... | And Your Control Need Is... | Then Choose This Architecture | Default Concrete Pick (2026 Market) |
|---|---|---|---|
| High continuous speed (>1000 RPM), constant torque, high inertia (pumps, fans, conveyors). | Speed adjustment via V/f curve; no precise position tracking required. | 3-Phase AC Induction + VFD | Motor: Leeson 1HP 4-Pole C-Face Drive: Hitachi WJ200-007SF (1HP 240V VFD) |
| Low speed (<500 RPM), high holding torque, precise open-loop positioning (3D printers, CNC routers, linear actuators). | Digital step/direction pulses; acceptable risk of missed steps if overloaded. | NEMA 23/34 Bipolar Stepper + Chopper Drive | Motor: OMC StepperOnline 23HS45 (3Nm, 4.2A) Drive: TB6600 (Set to 4.0A, 1/8 microstep) |
| High dynamic acceleration, strict closed-loop position tracking, varying loads (robotic arms, pick-and-place, flying shears). | Real-time position/velocity/torque loops via EtherCAT or Modbus; zero tolerance for lost steps. | AC Servo System | Motor/Drive: Delta ASDA-B2 Series (750W) with 17-bit absolute encoder. |
| Low voltage (12V-48V DC), mobile/robotic platform, moderate speed, high efficiency required. | Throttle-style speed control, reversible direction, compact footprint. | BLDC Outrunner/Inrunner + ESC | Motor: QS Motor 48V 1000W Hub/Shaft BLDC Drive: Sabvoton 48V 30A Sine-wave Controller |
For 90% of general automation, conveyor, and DIY CNC builds, the NEMA 23 Stepper paired with a TB6600 driver remains the undisputed champion of cost-to-performance. If your load requires continuous 24/7 heavy lifting without the risk of open-loop stalling, default immediately to the 3-Phase AC Induction with a Hitachi VFD. Match the formula for speed of a motor to your actual mechanical reality, size for the RMS torque, and wire it to code.






