Magnetism is the physical force mediated by magnetic fields that arises from the motion of electric charges and the intrinsic spin of elementary particles, causing materials to attract or repel one another and inducing electromotive force in nearby conductors. When you close a switch on a DC motor, wire a 240V contactor, or design a buck converter on your workbench, you are harnessing this exact phenomenon to transfer, store, or convert electrical energy.
The Core Physics: What It Changes and Common Confusions
To understand the magnetism definition in science as it applies to the workbench, you need to know exactly what it changes in a real circuit or installation. When current flows through a conductor, it generates a concentric magnetic field. If that wire is coiled, the fields superimpose, creating inductance. This inductance fundamentally alters circuit behavior in three ways:
- Current Delay: It opposes changes in current ($V = -L \frac{di}{dt}$). In a real installation, magnetism is the reason a long, coiled run of wire acts as an inductor, delaying current rise times.
- Back-EMF Generation: When you abruptly break a magnetic circuit (like opening a switch on a relay coil), the collapsing magnetic field induces a massive voltage spike in the opposite direction. This is why a 12V relay coil can generate a 100V+ spike that will instantly fry your Arduino's GPIO pin if you forget a flyback diode.
- AC Phase Shift: In alternating current systems, the continuous expansion and collapse of magnetic fields creates inductive reactance ($X_L = 2\pi fL$), causing the current waveform to lag behind the voltage waveform and lowering your power factor.
What People Commonly Confuse It With
Makers and trade students frequently confuse magnetostatic fields with electrostatic fields. An electrostatic field is created by a voltage difference (charge separation) and exists even when no current is flowing. A magnetostatic field is created exclusively by moving charges (current). A live 120V wire sitting on a table has a strong electric field but zero magnetic field until you connect a load and current flows.
Another common mix-up is confusing Magnetic Flux ($\Phi$, measured in Webers, representing the total number of field lines) with Flux Density ($B$, measured in Tesla, representing how tightly packed those lines are in a given area). According to Georgia State University's HyperPhysics, flux density is the critical metric for determining when a transformer or motor core will saturate and fail.
Worked Numeric Example: Sizing a Contactor Coil
Let’s ground the magnetism definition in science with a real-world numeric example. Suppose you are troubleshooting or designing a 24V DC HVAC contactor coil and need to calculate the magnetic flux density ($B$) inside its iron core to ensure it has enough pull-in force without saturating the metal.
• Supply Voltage ($V$): 24V DC
• Coil Resistance ($R$): 120 $\Omega$
• Number of Turns ($N$): 10,000
• Magnetic Path Length ($l_e$): 5 cm (0.05 m)
• Core Relative Permeability ($\mu_r$): 1,000 (typical silicon electrical steel)
Step 1: Calculate the steady-state current.
Using Ohm's Law: $I = \frac{V}{R} = \frac{24}{120} = 0.2 \text{ Amperes}$.
Step 2: Calculate the turn density ($n$).
$n = \frac{N}{l_e} = \frac{10,000}{0.05} = 200,000 \text{ turns per meter}$.
Step 3: Calculate the Magnetic Flux Density ($B$).
The formula for a solenoid/core is $B = \mu_0 \cdot \mu_r \cdot n \cdot I$, where $\mu_0$ (the permeability of free space) is $4\pi \times 10^{-7} \text{ T}\cdot\text{m/A}$.
$B = (4\pi \times 10^{-7}) \times 1,000 \times 200,000 \times 0.2$
$B \approx 0.0502 \text{ Tesla (or 50.2 mT)}$
The Practical Takeaway: Electrical steel typically saturates around 1.5 to 2.0 Tesla. At 50.2 mT, this contactor core is operating well below saturation, meaning the magnetic field is scaling linearly with current. If you tried to drive this same coil with 240V (pushing 2A through it), the core would saturate, the inductance would plummet, and the coil would draw massive current and burn out.
Where You Meet This in Practice
Understanding the scientific definition of magnetism is useless if you don't know how it manifests in your toolkit. Here is a breakdown of where magnetic principles dictate your component selection and wiring practices on the bench and the jobsite.
| Component | Magnetic Principle at Work | Practical Jobsite / Bench Application |
|---|---|---|
| Inductors & Chokes | Energy storage in a magnetic field ($E = \frac{1}{2}LI^2$) | Smoothing DC output in switching power supplies; filtering high-frequency noise on signal lines. |
| Transformers | Mutual induction (changing magnetic flux induces voltage in a secondary coil) | Stepping down 240V mains to 24V for thermostats; isolating sensitive logic circuits from noisy AC lines. |
| Relays & Contactors | Electromagnetic attraction pulling an armature | Using a low-current 5V ESP32 GPIO to switch a 30A 240V water heater circuit safely via a mechanical relay. |
| AC Induction Motors | Rotating magnetic field inducing current in a rotor | Wiring VFDs (Variable Frequency Drives) to control the speed of 3-phase shop tools by altering the AC frequency. |
As noted in the All About Circuits DC textbook, ignoring the magnetic properties of these components—such as failing to account for the core material's temperature coefficient—will lead to erratic circuit behavior as the component heats up and its permeability shifts.
FAQ: Magnetism Definition in Science
How does the scientific definition of magnetism apply to AC circuits?
In AC circuits, the continuous reversal of current direction causes the magnetic field to constantly expand, collapse, and reverse polarity. This dynamic magnetic action is what creates inductive reactance ($X_L$), which opposes AC current flow without dissipating heat like a resistor does. It is also the foundational principle that allows alternating current to be easily stepped up and down via transformers, making long-distance power transmission viable.
What is the difference between magnetism and electromagnetism in physics?
Strictly speaking in the magnetism definition in science, "magnetism" refers to the broader phenomenon, including permanent magnets (ferromagnetism) where the magnetic field arises from the quantum spin alignment of electrons in the material's atomic structure. "Electromagnetism" specifically refers to the magnetic field generated by the macroscopic flow of electrical current through a conductor. In electrical engineering, we deal almost exclusively with electromagnetism.
Why is magnetism measured in Tesla and Gauss in science?
The National Institute of Standards and Technology (NIST) defines the Tesla (T) as the SI unit for magnetic flux density ($B$). One Tesla represents a massive amount of magnetic force (an MRI machine operates around 1.5 to 3 Tesla). Because everyday electronic components operate in much smaller fields, engineers frequently use the Gauss (G), where 1 Tesla equals 10,000 Gauss. A typical neodymium fridge magnet measures about 100 Gauss (0.01 T), while the contactor core we calculated above was 502 Gauss.
Can magnetism exist without an electrical current?
Yes, in the form of permanent magnets (ferromagnetism). However, at the quantum level, this is still caused by the motion of charges—specifically, the intrinsic "spin" and orbital motion of electrons around the nucleus of the atoms. In a permanent magnet, these atomic magnetic domains are aligned. But for practical circuit design and wiring, if there is no current flowing and no changing external magnetic field, there is no functional electromagnetism to calculate.






