Core Physics: Where the Difference Between AC and DC Motors Actually Lies
The fundamental difference between AC and DC motors is not just the power source you plug them into; it is how they generate and sustain a rotating magnetic field. AC motors (specifically AC Induction Motors, or ACIMs) rely on the alternating current's natural sine wave to create a rotating magnetic field in the stator, which drags the rotor along via electromagnetic induction. DC motors, conversely, require the current direction to be physically reversed to keep the rotor spinning. In brushed DC motors, this is done mechanically via carbon brushes and a commutator. In Brushless DC (BLDC) motors, it is done electronically via an external controller.
Understanding this physics distinction dictates everything from your wiring harness to your failure troubleshooting. An AC motor is essentially a transformer with a rotating secondary; a DC motor is a current-driven torque generator.
Torque, Speed, and Control: The Comparison Matrix
Selecting the right drive requires looking past nominal voltage and examining the torque curve and control complexity. Below is a direct comparison of the three primary motor types used in maker, industrial, and DIY applications, based on 2026 market pricing for a standard 1/2 HP (approx. 400W) equivalent frame.
| Motor Type | Torque Curve Profile | Speed Control Complexity | Typical Cost (1/2 HP eq.) |
|---|---|---|---|
| AC Induction (ACIM) | Low starting torque, peaks near synchronous speed (slip-dependent) | High (Requires VFD for variable speed; otherwise fixed by line frequency) | $80 - $130 |
| Brushed DC | Maximum torque at stall (0 RPM), drops linearly as speed increases | Low (Simple PWM voltage control via MOSFET) | $30 - $60 |
| Brushless DC (BLDC) | Flat, high torque across the entire operating RPM range | Medium-High (Requires 3-phase ESC and Hall sensor feedback) | $110 - $180 |
Do not treat steppers and servos as interchangeable BLDC variants. A stepper motor is an open-loop BLDC optimized for holding torque and discrete step angles, but it loses torque rapidly at high RPMs and draws full current even when stalled. A servo motor is a closed-loop system (often BLDC or AC) with an integrated encoder that dynamically adjusts current to match the load, offering high dynamic response and zero holding current when stationary. Use steppers for low-speed 3D printer axes; use servos for high-speed CNC spindles or robotic arms.
Sizing Rule of Thumb and Worked Load Example
Never size a motor based purely on horsepower or kilowatt conversions without load context. A 1 HP motor running at 3600 RPM delivers vastly different mechanical force than a 1 HP motor running at 900 RPM. The golden rule of motor sizing is: Size for the continuous running load plus a 25% service factor, but verify that the starting torque exceeds the breakaway inertia of the load.
Worked Example: Sizing a Conveyor Drive
Suppose you are building a workshop conveyor belt to move 50 lbs of parts at a speed of 2 feet per second.
- Calculate Mechanical Power: Power = Force × Velocity. (50 lbs) × (2 ft/s) = 100 ft-lbs/sec.
- Convert to Horsepower: 1 HP = 550 ft-lbs/sec. Therefore, 100 / 550 = 0.181 HP.
- Convert to Watts (for DC/BLDC sizing): 0.181 HP × 746 W/HP = 135 Watts.
- Apply Service Factor: 135 W × 1.25 (25% safety margin) = 168.75 Watts.
You need a motor rated for at least 169W continuous. The next standard NEMA frame size up is a 1/4 HP (186W) motor. However, if the conveyor is heavily loaded at startup, the breakaway friction might require 200% of running torque. An ACIM might stall here due to its low starting torque, whereas a Brushed DC or BLDC motor would easily break the inertia due to their peak stall torque characteristics. For this specific high-inertia start, you would either upsize to a 1/3 HP ACIM with a start capacitor, or stick to a 250W BLDC.
Wiring, Terminals, and Driver Demands
Miswiring a motor is the fastest way to let the magic smoke out. Here is the terminal identification and driver requirement for each topology, referencing NEMA MG 1 standards for AC machines.
AC Induction Motor (Single-Phase, Dual Voltage)
- Terminals: T1, T2, T3, T4, T5, T8. (T1 and T4 are the main run winding; T5 and T8 are the start winding).
- Wiring for 120V: Line to T1, Neutral to T4. Tie T2 and T3 together and cap. Tie T5 and T8 to the start capacitor circuit.
- Driver: Requires a simple contactor or relay for on/off. For speed control, you must use a Variable Frequency Drive (VFD) that converts single-phase AC to 3-phase PWM.
Brushed DC Motor
- Terminals: A1, A2 (Armature) and F1, F2 (Shunt Field) or S1, S2 (Series Field).
- Wiring: Apply DC voltage directly to A1 and A2. If it's a shunt-wound motor, F1 and F2 must be continuously energized to prevent a runaway overspeed condition.
- Driver: Requires a DC motor controller (H-bridge) capable of handling the stall current, which is typically 5x to 8x the continuous running current.
Brushless DC (BLDC)
- Terminals: U, V, W (Main 3-phase power) + a 5-pin Hall Sensor connector (VCC, GND, Ha, Hb, Hc).
- Wiring: U, V, W connect to the Electronic Speed Controller (ESC). The Hall sensors provide rotor position feedback to the ESC to time the commutation.
- Driver: Demands a 3-phase ESC (like an ODrive or a hobby-grade Hobbywing). Never apply DC voltage directly to U, V, or W; you will instantly short the power supply.
Failure Signatures: Hum, Overheat, and Stall
Motors rarely die without warning. Recognizing the acoustic and thermal signatures of failure will save your drivetrain. For deeper diagnostic theory, refer to the All About Circuits DC motor textbook chapter.
| Motor Type | Acoustic/Visual Symptom | Root Cause & Fix |
|---|---|---|
| ACIM | Loud 60Hz/50Hz hum, fails to spin, gets extremely hot. | Failed Start Capacitor or Single-Phasing. The motor is stuck in a pulsating field, not a rotating one. Replace the start/run capacitor or check for a blown fuse on one leg of a 3-phase supply. |
| Brushed DC | Heavy sparking at the commutator, distinct ozone smell, RPM hunting. | Worn Brushes or Commutator Scoring. The carbon brushes have worn down to the spring, causing arcing. Replace brushes and clean the commutator with contact cleaner. |
| BLDC | Violent cogging, jittering at low speed, or sudden desync stutter under load. | Hall Sensor Fault or Timing Mismatch. A broken Hall sensor wire causes the ESC to commutate blindly. Check the 5-pin harness for continuity and verify ESC timing advance settings. |
The Decision Tree: Pick Your Motor
Stop debating abstract theory and follow this decision path to select the exact motor topology for your build.
- IF your load requires precise, sub-millimeter positioning at low speeds (e.g., 3D printer extruder, CNC Z-axis) THEN choose a NEMA 17 or 23 Stepper Motor driven by a TMC2209 silent driver.
- IF your application is battery-powered, requires high starting torque, and budget is the primary constraint (e.g., DIY electric skateboard, winch) THEN choose a Brushed DC Motor (e.g., RS-550 or 775 series) with a PWM speed controller.
- IF you need high efficiency, variable speed, and long life in a mobile or robotic platform (e.g., AGV, drone, robotic arm) THEN choose a BLDC Motor paired with a field-oriented control (FOC) ESC like the ODrive S1.
- IF your application runs on mains power, demands continuous duty, and operates at a relatively constant speed (e.g., table saw, air compressor, conveyor) THEN choose an AC Induction Motor (ACIM).
If your project falls into the last category—or if you simply need a reliable, maintenance-free workhorse for a 120V/240V shop build and do not strictly require battery portability or complex speed profiling—default to the Leeson 116719 (1/2 HP, 1725 RPM, 115/230V Single-Phase ACIM). It is the undisputed standard for North American DIY and light industrial builds. It features a totally enclosed fan-cooled (TEFC) housing, runs perfectly off a standard 20A branch circuit, requires zero commutation logic, and will outlast the machine you bolt it to.






