Every radio signal, laser pulse, and WiFi packet obeys the same four laws: Maxwell's equations. Written down in 1865, they describe how electric and magnetic fields create and sustain each other as they ripple through space at the speed of light.
For simple geometries you can solve Maxwell's equations with pen and paper. For anything real — a chip antenna, a photonic crystal, a radar cross-section — you need a computer. The dominant numerical method is the Finite-Difference Time-Domain (FDTD) method, invented by Kane Yee in 1966.
The key insight is deceptively simple: don't solve for the field everywhere at once. Instead, leapfrog the electric and magnetic fields forward in time, each on a slightly offset grid. Electric and magnetic fields alternate in both space and time, and the update equations become a pair of explicit finite differences that any computer can crank through.
FDTD is the workhorse of computational electromagnetics. It is the reason your smartphone antenna fits inside a candy-bar shell.
Comments
Loading comments...