Table of Contents
How Electric Motors Work: Magnetism Turning Into Motion
Every motor is a magnet that can't make up its mind — and this principle drives EVs, drones, washing machines, and hard drives. There are 40+ motors in your home your family didn't know existed.
Hold two magnets with their same poles facing each other. They push apart. Now flip one. They snap together. Now imagine flipping the magnetic poles dozens of times per second — electrically, without physically flipping anything. The result is continuous rotation. That’s an electric motor.
Your home almost certainly has more than 40 of them. The list is longer than most parents expect, and it includes things you’d never think of as “motors.”
What an Electric Motor Actually Does
An electric motor converts electrical energy into mechanical energy — specifically, rotational motion. Inside, there’s a rotor (the spinning part) and a stator (the stationary part). One produces a permanent magnetic field; the other produces an electromagnet whose polarity can be reversed by alternating the current direction.
When current flows through a wire coil in a magnetic field, the wire experiences a force (the Lorentz force). The direction of that force depends on the direction of current and the orientation of the magnetic field — the Fleming’s Left-Hand Rule describes this exactly. Arrange this correctly, and the force causes rotation. Keep switching the current direction at the right moment, and the rotation continues. Faster switching = faster rotation.
The genius of the electric motor is that Faraday’s discovery in 1831 — that electricity and magnetism are related — leads directly and logically to rotation. You can derive a working motor from first principles. This is the kind of physics your kid can understand without calculus.
The Electromagnet — The Key That Makes It Work
A permanent magnet always has a north and south pole. An electromagnet’s poles depend on which direction current flows. Wrap wire around an iron core, run current through it, and you get a magnet. Reverse the current, and north becomes south.
This reversibility is what allows a motor to work continuously. The rotor (which might be a permanent magnet) tries to align with the stator’s electromagnet poles. Just before it aligns, you switch the current — now the poles repel instead of attract, pushing the rotor further around. Switch again. Push again. Continuously. That’s motor rotation.
In a DC brush motor (the type in old toy cars), metal brushes physically reverse the current direction as the rotor spins. In a brushless DC motor (BLDC, used in modern drones and electric vehicles), electronics control the current switching precisely — no physical contact, longer lifespan, higher efficiency.
Why Electric Motors Are Everywhere — Including Where You’d Never Look
The number of motors in a typical household surprises everyone. Here’s the list, and it includes things most people never think of as having motors:
| Device | Type of Motor | What It Does |
|---|---|---|
| Refrigerator compressor | AC induction motor | Compresses refrigerant |
| Refrigerator fan | Small DC motor | Circulates cold air |
| Washing machine drum | Brushless AC motor | Spins clothes |
| Dishwasher pump | Small AC motor | Circulates water |
| Microwave turntable | Small DC motor | Rotates food |
| HVAC blower | Large AC induction motor | Moves air through ducts |
| Ceiling fan | AC induction motor | Circulates air |
| Computer cooling fans | Brushless DC motor | Cools processor, GPU |
| Hard disk drive | Spindle motor (BLDC) | Spins platters at 7,200 RPM |
| Electric toothbrush | Small DC motor or vibration motor | Oscillates brush head |
| Hair dryer | Universal motor (AC/DC) | Drives air blower |
| Vacuum cleaner | Universal motor | Creates suction |
| Car windows | Small DC motor | Raises/lowers glass |
| Garage door opener | DC motor with gearbox | Lifts door |
| Phone vibration | Eccentric rotating mass motor | Creates haptic feedback |
| Camera lens autofocus | Piezoelectric or stepper motor | Moves lens elements |
| Printer paper feed | Stepper motor | Advances paper precisely |
| Drone propellers | Brushless DC motor | Generates lift and thrust |
| Electric vehicle | AC induction or BLDC | Drives wheels |
| Blender | Universal motor | High-speed blade spin |
That’s 20 examples. An average home has two or three of several of these. Some estimates put the average U.S. household electric motor count above 40 (U.S. Department of Energy, 2023). Every one operates on the same fundamental principle: electricity creating magnetism creating rotation.
EVs, Drones, and Why This Matters for Your Kid’s Future
Electric vehicles use the same motor principles that kids encounter in hobby robotics. The Tesla Model 3 uses an AC induction motor — essentially the same type Nikola Tesla invented and patented in 1888. The efficiency of modern electric motors exceeds 95% under optimal conditions (compared to 25–40% for internal combustion engines), which is one reason EVs are displacing gasoline vehicles.
Drones use four brushless DC motors — the same type you can buy for $3–8 each for hobby robotics. The speed differential between motors is what allows a drone to turn, tilt, rise, and fall. Understanding this is the gateway to understanding drone control systems, which use the same feedback principles as all modern robotics.
A 2024 report from the International Energy Agency found that electric motor systems account for roughly 45% of global electricity consumption — the largest single end-use of electricity on earth (IEA, 2024). The engineers designing, improving, and applying these systems will be among the most important in the next 30 years. And they learn this in middle school physics.
How to Teach Your Kid About This
Ages 5–8: Make a Simple Electromagnet
Wrap 25–30 loops of insulated copper wire around an iron nail. Connect the ends to a AA battery. Test it against small steel paper clips. It picks them up. Disconnect the battery — the clips fall. You’ve made an electromagnet. Now explain: if you could flip the battery direction really fast, the nail’s magnetic poles would flip back and forth. That’s the basic motor principle.
Ages 9–12: Build a Homopolar Motor
This is the simplest electric motor you can build and it works every time. You need: a AA battery, a small neodymium disc magnet, and a short piece of bare copper wire bent into an arch shape.
- Stick the magnet to the negative terminal of the AA battery.
- Stand the battery on its head (magnet on table, positive terminal up).
- Balance the copper wire arch over the positive terminal so its ends touch the magnet.
The wire spins. Continuously. This works because of the Lorentz force — current in the wire, field from the magnet, and the resulting force is perpendicular to both, causing rotation. Search “homopolar motor” for the exact wire shape. It’s a 5-minute build that demonstrates the core motor principle unmistakably.
For kids who want to use motors in a bigger project, Arduino beginner projects often involve controlling small DC motors with simple code.
Ages 13+: Understand Brushless Motor Control (ESCs)
Brushless motors require an ESC (Electronic Speed Controller) — a circuit that sends precisely timed three-phase AC signals to the motor coils to control rotation speed and direction. Have your teenager look up how ESCs work (hobby robotics forums and YouTube have good explanations). Then connect a small brushless motor to an Arduino using a PWM signal — the Arduino acts as a simple ESC.
This is the exact same principle as industrial variable-frequency drives used in factory motors, scaled down to a $5 motor. Understanding it is understanding a significant chunk of industrial automation.
What to Watch For Over 3 Months
Month 1: After the electromagnet demo, can your child predict what happens when you reverse the battery? (Electromagnet’s poles flip.) Can they connect that to why switching current direction in a motor coil causes continuous rotation? This is the conceptual leap — from electromagnet to motor.
Month 2: Ask them to identify five motors in your home they didn’t know were there before. The refrigerator fan. The phone vibration. The printer feed. If they can locate and name the motor type (brushed, brushless, stepper), they’re applying classification skills to real hardware.
Month 3: Have them research one thing: why is a brushless motor more efficient than a brushed motor? The answer involves friction from brushes, heat, and electronic control precision. If they can explain the trade-off, they understand systems design trade-offs — a skill that applies far beyond motors.
Frequently Asked Questions About Electric Motors
What’s the difference between a motor and a generator?
They’re the same physical device. Run electricity through a motor and it spins. Spin a motor mechanically and it generates electricity. A car alternator is a motor running in reverse. Regenerative braking in EVs works by switching the drive motors to generator mode, converting kinetic energy back into battery charge.
Why do electric motors make noise?
Several causes: brush sparking in brushed motors, magnetic reluctance causing vibration at specific frequencies, cooling fan noise, mechanical bearing noise, and electromagnetic hum at the supply frequency (60Hz in North America). Brushless motors are quieter than brushed ones for this reason.
What makes a stepper motor different from a regular motor?
A stepper motor moves in precise, discrete steps — each electrical pulse rotates it by a fixed angle (commonly 1.8°, so 200 steps per revolution). They’re used where precise positioning matters: 3D printer axes, CNC machines, camera autofocus. A regular DC motor spins freely and requires additional sensors (encoders) for position control.
Can kids safely play with motor components?
Small hobby DC motors (3–12V) are completely safe. Neodymium magnets used in motors are strong and can pinch skin painfully if you bring two large ones together — handle with care and keep away from young children. The motors themselves pose no shock hazard at hobby voltages.
How does a phone vibrate without a visible spinning part?
A phone’s vibration motor is an eccentric rotating mass (ERM) — a tiny DC motor with an off-center weight on its shaft. As the motor spins, the unbalanced weight creates a rhythmic oscillating force. Newer phones use a linear resonant actuator (LRA) — a voice-coil that vibrates back and forth linearly for more precise haptic control.
About the author
Ricky Flores is the founder of HiWave Makers and an electrical engineer with 15+ years of experience building consumer technology at Apple, Samsung, and Texas Instruments. He writes about how kids learn to build, think, and create in a tech-saturated world. Read more at hiwavemakers.com.
Sources
- International Energy Agency. (2024). Energy Efficiency 2024: Electric Motor Systems. https://www.iea.org/reports/energy-efficiency-2024
- Faraday, M. (1831). “On the induction of electric currents.” Philosophical Transactions of the Royal Society. https://royalsocietypublishing.org
- Tesla, N. (1888). “A new system of alternate current motors and transformers.” AIEE Transactions. (Original patent for AC induction motor.)
- U.S. Department of Energy. (2023). “Improving motor and drive system efficiency.” Advanced Manufacturing Office. https://www.energy.gov/eere/amo/improving-motor-and-drive-system-efficiency
- IEEE. (2023). “Brushless DC motor drives for electric vehicles.” IEEE Transactions on Industrial Electronics, 70(4), 3456–3471. https://ieeexplore.ieee.org/document/10054321
- Adafruit Industries. (2024). “Introduction to brushless motors and ESCs.” https://learn.adafruit.com/brushless-motor-guide