Why Electromagnetism Underlies So Much of Engineering
Electromagnetism is the branch of physics describing how electric charges and currents create fields, and how those fields exert forces and induce voltages in turn. It is easy to treat as an abstract physics-course topic, but it is the literal operating principle behind motors, generators, transformers, antennas, transmission lines, and every piece of equipment that stores or moves electrical energy. This guide is a practical refresher on the core relationships — Coulomb's law, electric and magnetic fields, Gauss's law, Faraday's law, and the conceptual structure of Maxwell's equations — with an eye toward where each one shows up in real hardware.
Coulomb's Law and the Electric Field
Coulomb's law describes the force between two point charges:
F = k q₁q₂ / r², where k ≈ 8.99 × 10⁹ N·m²/C²
The force acts along the line joining the charges — repulsive if the charges share a sign, attractive if they are opposite.
Worked example: Two point charges, q₁ = +2 μC and q₂ = −3 μC, are separated by r = 0.1 m. Find the force between them.
F = (8.99 × 10⁹)(2 × 10⁻⁶)(3 × 10⁻⁶) / (0.1)² = (8.99 × 10⁹)(6 × 10⁻¹²) / 0.01 = 0.05394 / 0.01 = 5.39 N, attractive (opposite signs).
Rather than track force on a case-by-case basis, engineers define the electric field E as the force per unit charge a small positive test charge would feel at a point: E = F/q. For a point charge, E = kQ/r², directed radially outward from a positive charge. The field is a property of space itself, independent of whatever test charge you imagine placing there — which is what makes it a useful quantity to map out around conductors, capacitors, and circuit boards.
Gauss's Law
Gauss's law relates the electric flux through any closed surface to the charge enclosed:
∮ E · dA = Qenc / ε₀, where ε₀ ≈ 8.854 × 10⁻¹² F/m is the permittivity of free space
This is not a new law of physics so much as a repackaging of Coulomb's law that becomes dramatically easier to apply when the charge distribution has symmetry. For a uniformly charged sphere, an infinite charged line, or a charged conducting plate, choosing a Gaussian surface (a sphere, a cylinder, a pillbox) that matches the symmetry turns the flux integral into simple algebra, giving the field in one line instead of a difficult direct integration of Coulomb's law over every bit of charge.
Magnetic Fields and Forces
Moving charges — currents — create magnetic fields, and magnetic fields in turn exert force on other moving charges. The field around a long, straight current-carrying wire is:
B = μ₀ I / (2πr), where μ₀ = 4π × 10⁻⁷ T·m/A is the permeability of free space
A charge q moving with velocity v through a field B feels the Lorentz force, F = qv × B, which is perpendicular to both the velocity and the field — this is why a magnetic field can change a charge's direction but never do work on it (the force is always perpendicular to the motion). For a current-carrying wire of length L in a field B, the force is F = IL × B, and for a coil of area A carrying current I in field B, the resulting torque τ = NIAB sinθ (N = number of turns, θ = angle between the coil's normal and B) is precisely the torque-producing mechanism inside every electric motor.
Faraday's Law of Induction
Faraday's law states that a changing magnetic flux through a loop induces an electromotive force (EMF) around that loop:
EMF = −N (dΦ/dt), where Φ = ∫ B · dA is the magnetic flux through one turn and N is the number of turns
The minus sign is Lenz's law: the induced current always flows in the direction that opposes the change in flux that created it — nature resists the change rather than reinforcing it.
Worked example: A 100-turn coil of area 0.02 m² sits in a magnetic field that decreases uniformly from 0.5 T to 0.1 T over 0.2 s. Find the induced EMF.
dΦ/dt = A(dB/dt) = 0.02 × [(0.1 − 0.5)/0.2] = 0.02 × (−2) = −0.04 Wb/s
EMF = −N(dΦ/dt) = −100 × (−0.04) = 4 V (magnitude), with polarity that drives a current opposing the decreasing flux.
This single relationship is the operating principle of every generator (mechanical motion changes flux through a coil), every transformer (an AC-driven primary continuously changes the flux linking a secondary), and every inductor's opposition to changing current.
Maxwell's Equations: The Complete Picture
Maxwell's equations are four statements that unify everything above (plus one addition) into a complete description of classical electromagnetism.
| Equation | Statement (conceptual) | Physical meaning |
|---|---|---|
| Gauss's law (electric) | Electric flux through a closed surface ∝ enclosed charge | Charges are sources of diverging electric field lines |
| Gauss's law (magnetic) | Magnetic flux through any closed surface = 0 | No magnetic monopoles — field lines always form closed loops |
| Faraday's law | Changing magnetic flux induces a circulating electric field | Basis of generators, transformers, inductors |
| Ampère-Maxwell law | Current and changing electric flux both produce a circulating magnetic field | Basis of electromagnets and, critically, propagating EM waves |
The addition James Clerk Maxwell made to Ampère's original law — that a changing electric field also produces a magnetic field, not just current — is what allows the four equations to predict self-sustaining electromagnetic waves that propagate through empty space at the speed of light. That single theoretical insight is the foundation of radio, radar, and every wireless technology in use today.
Where This Shows Up in Real Engineering
Motors and Generators
An electric motor is a direct application of F = IL × B: current-carrying windings in a magnetic field experience a force that produces torque. Run the same machine backward — spin the shaft mechanically — and Faraday's law takes over, inducing a voltage in the windings; this is a generator. Every rotating electrical machine is simply exploiting these two relationships in opposite directions.
Transformers
A transformer links a primary and secondary winding through a shared magnetic core. Faraday's law applied to each winding shows that the induced voltage is proportional to the number of turns, giving the turns-ratio relationship V₁/V₂ = N₁/N₂ — the basis for stepping voltage up or down anywhere in a power grid.
Antennas and Transmission Lines
An antenna is a structure engineered to efficiently convert a time-varying current into a propagating electromagnetic wave (and vice versa on receive) — a direct consequence of the Ampère-Maxwell and Faraday terms working together. A transmission line (coaxial cable, PCB trace, twisted pair) guides that wave rather than radiating it, and its behavior is governed by a characteristic impedance set by the line's geometry and the surrounding dielectric — mismatch that impedance at a load and part of the signal reflects back, exactly the phenomenon RF and high-speed digital engineers spend enormous effort avoiding.
From a static point charge to a propagating radio wave, every phenomenon in this guide traces back to the same four relationships. Learning to recognize which one governs a given engineering problem — static charge (Coulomb/Gauss), steady current (Ampère), or changing flux (Faraday) — is most of the battle in applying electromagnetism correctly in practice.