The working principle of a DC machine relies on the interaction between a magnetic field and a current-carrying conductor to convert electrical energy into mechanical torque (motor action) or mechanical rotation into electrical voltage (generator action). In a real circuit, this principle introduces back-electromotive force (back-EMF)—a dynamic, speed-dependent voltage that actively opposes your power supply, radically altering current draw from startup to steady-state. Makers and students commonly confuse traditional brushed DC machines with Brushless DC (BLDC) motors; while both run from a DC bus, BLDCs rely on electronic commutation and internal AC waveforms, completely bypassing the mechanical commutator that is central to the classic DC machine's operation.
Core Physics: Lorentz Force and Faraday’s Law
To understand the working principle of a DC machine, you have to look at the two foundational laws of electromagnetism that govern it. A DC machine is fundamentally reversible: the exact same physical hardware can act as a motor or a generator depending on whether you are feeding it electrical power or mechanical power.
Motor Action (Lorentz Force): When you apply a DC voltage across the armature windings, current flows through conductors sitting inside the stator's magnetic field. According to the Lorentz force law ($F = B \cdot I \cdot L$), a physical force is exerted on the wire. Because the wires are mounted on a rotor, this linear force translates into rotational torque. As detailed in HyperPhysics documentation on DC motors, the mechanical commutator and carbon brushes physically reverse the current direction in the armature coils exactly as they pass the magnetic neutral axis, ensuring continuous unidirectional rotation.
Generator Action (Faraday’s Law): If you externally spin that same rotor, the armature coils cut through the stator's magnetic flux. Faraday’s law of induction dictates that a voltage is induced across the coil ($E = B \cdot L \cdot v$). The commutator acts as a mechanical rectifier, flipping the alternating voltage generated inside the rotor into a unidirectional (DC) voltage at the brush terminals.
Worked Numeric Example: Sizing a DC Traction Load
Let’s apply this to a real-world scenario. Suppose you are wiring up a 24V DC brushed traction motor (similar to those used in electric wheelchairs or heavy-duty winches) to a battery bank. You need to size the fuse and the motor controller.
From the manufacturer datasheet, we extract the following parameters:
- Supply Voltage ($V$): 24.0V
- Armature Resistance ($R_a$): 0.15 Ω
- Rated Back-EMF ($E_b$) at full speed: 22.5V
Scenario A: Startup (Stall Condition)
When you first apply power, the rotor is stationary. Speed is zero, which means back-EMF is zero ($E_b = 0V$). The only thing limiting current is the tiny armature resistance.
$I_{stall} = \frac{V - E_b}{R_a} = \frac{24.0V - 0V}{0.15 \Omega} = 160A$
Scenario B: Steady-State Running
The motor spins up to its rated speed. The back-EMF builds up to 22.5V, heavily opposing the 24V supply.
$I_{run} = \frac{V - E_b}{R_a} = \frac{24.0V - 22.5V}{0.15 \Omega} = 10A$
Where You Meet This in Practice
The working principle of a DC machine shows up across multiple disciplines in electrical engineering and DIY fabrication. You will encounter brushed DC machines in automotive starter motors (which demand massive stall torque for a few seconds), older electric traction drives, and dynamic braking systems where the motor is temporarily rewired to act as a generator, dumping kinetic energy into a resistor bank to stop a train or elevator.
While the classic brushed DC machine is a staple, modern installations often weigh it against newer topologies. Below is a practical comparison to help you decide which machine type fits your project, referencing baseline criteria from the NEMA MG 1 Motors and Generators Standard.
| Feature | Brushed DC Machine | Brushless DC (BLDC) | AC Induction Motor |
|---|---|---|---|
| Commutation | Mechanical (Carbon brushes & copper commutator) | Electronic (ESC / Hall sensors) | Magnetic slip (No physical commutator) |
| Torque Profile | High starting torque, linear speed-torque curve | High torque density, slight cogging at low speeds | Low starting torque (without VFD), high slip |
| Maintenance | High (Brushes wear out, commutator needs cleaning) | Low (Only bearing wear) | Very Low (Rugged squirrel-cage rotor) |
| Typical Efficiency | 75% - 80% | 85% - 95% | 80% - 90% |
| Best Use Case | Simple, low-cost high-torque starts (winches, starters) | Drones, EV traction, precision robotics | HVAC blowers, industrial pumps, conveyors |
For hobbyists building basic Arduino-controlled rovers, a simple brushed DC machine driven by an L298N H-bridge is cheap and easy. But if you are designing a high-efficiency solar-powered water pump, the working principle of the BLDC or AC induction machine will yield significantly better long-term results with zero brush maintenance.
Frequently Asked Questions
Why does a DC machine draw so much current at startup?
A DC machine draws massive current at startup because back-EMF is directly proportional to rotor speed. At zero RPM, back-EMF is zero. The full supply voltage is forced across the very low resistance of the copper armature windings, resulting in a massive current spike (often 10 to 20 times the rated running current). As the motor accelerates, back-EMF rises, effectively choking off the excess current until equilibrium is reached at the operating speed.
Can the same DC machine act as both a motor and a generator simultaneously?
Technically, it operates as both simultaneously whenever it is spinning under power. As a motor, it converts electrical energy to mechanical work, but the spinning armature inherently generates back-EMF (generator action) that opposes the supply. In applications like regenerative braking in electric vehicles, the mechanical load drives the machine faster than its electrical equilibrium, causing the generated voltage to exceed the battery voltage, pushing current backward into the battery bank.
What is the difference between the working principle of a DC machine and an AC induction motor?
The fundamental difference lies in how the rotor's magnetic field is created. In a classic DC machine, current is physically fed into the rotor via brushes and a commutator to create a static magnetic field relative to the stator. In an AC induction motor, no physical electrical connection exists to the rotor; instead, the stator's rotating magnetic field induces a current in the rotor's shorted bars (Faraday's law), which then creates the rotor's magnetic field. This requires the AC motor to always spin slightly slower than the magnetic field (slip), whereas a DC machine's speed is strictly tied to the applied voltage and load.
How does the commutator affect the working principle of a DC machine?
Without a commutator, a DC-fed coil would rotate exactly half a turn and then lock in place, as the magnetic poles would align and repel. The commutator is a segmented copper cylinder that acts as a synchronized, mechanical rotary switch. Just as the armature coil passes the magnetic neutral axis (where torque would drop to zero and reverse), the carbon brushes slide onto the next commutator segment, instantly reversing the current direction through that specific coil. This ensures the Lorentz force always pushes the rotor in the same rotational direction. For deeper mathematical modeling of this switching behavior, Electronics Tutorials on DC Motors provides excellent waveform breakdowns.






