The Electrical Age
How electricity transformed civilization β from Volta's pile to the power grid
12.1 Alessandro Volta and the Birth of the Battery (1800)
The electrical age truly began when Alessandro Volta (1745β1827) built the first true battery β the voltaic pile β in 1800. Stacking alternating discs of zinc and copper separated by brine-soaked cloth, Volta produced a steady electric current for the first time. This settled the debate with Galvani (who believed in βanimal electricityβ) and gave scientists a reliable source of electric current for experimentation.
Within weeks of Volta's announcement, William Nicholson and Anthony Carlisle used the pile to decompose water into hydrogen and oxygen β the first electrolysis. Humphry Davy at the Royal Institution used ever-larger voltaic piles to isolate sodium, potassium, calcium, barium, magnesium, and boron β more elements than any chemist had ever discovered.
Legacy: Napoleon was so impressed that he summoned Volta to Paris and made him a Count. The unit of electric potential β the volt β is named in his honour.
12.2 Georg Ohm and the Quantification of Electricity (1827)
Georg Simon Ohm (1789β1854), a Bavarian schoolteacher, systematically measured the relationship between voltage, current, and resistance in circuits. His 1827 book Die galvanische Kette, mathematisch bearbeitet established what we now call Ohm's Law:
$$V = IR$$
Voltage = Current Γ Resistance
Ohm's work was initially rejected by the German academic establishment β the Prussian minister of education called it βa web of naked fancies.β Ohm resigned from his teaching position in despair. It took nearly two decades for his law to be accepted, partly through the advocacy of Gustav Kirchhoff, who extended Ohm's work with his circuit laws (1845):
$$\sum I_k = 0 \quad \text{(junction rule)}, \qquad \sum V_k = 0 \quad \text{(loop rule)}$$
Kirchhoff's laws, combined with Ohm's, form the complete basis of circuit analysis used by every electrical engineer today.
12.3 The Electric Telegraph: Shrinking the World
The first killer application of electricity was communication. Samuel Morse (1791β1872) developed the single-wire telegraph and Morse code. On May 24, 1844, he sent the first long-distance message from Washington to Baltimore: βWhat hath God wrought?β
The telegraph spread explosively across continents. But the greatest challenge lay beneath the Atlantic Ocean.
The Transatlantic Cable & Lord Kelvin
William Thomson (1824β1907), later Lord Kelvin, was one of the most influential physicists of the Victorian era. Professor of natural philosophy at Glasgow for 53 years, he made fundamental contributions to thermodynamics, electromagnetism, and the age of the Earth. But it was his work on the transatlantic telegraph cable that made him famous, rich, and earned him a knighthood.
The first attempt to lay a cable across the Atlantic (1857β1858) was led by Cyrus Field. The 1858 cable briefly worked β Queen Victoria sent a 99-word message to President Buchanan that took 16 hours to transmit β but failed within weeks. The signals were hopelessly blurred by the time they crossed 2,000 miles of ocean floor.
Thomson understood why. The undersea cable behaved nothing like an ordinary telegraph wire on land. A submarine cable, immersed in conducting seawater, has enormous capacitance β it acts like a giant Leyden jar. Thomson showed that a sharp voltage pulse at one end spreads out and smears into a broad, unreadable hump by the time it reaches the other end. The cable's chief electrician, Wildman Whitehouse, had tried to solve this by simply cranking up the voltage to 2,000 volts β destroying the cable's insulation.
The Telegraph Equation
Thomson modelled an infinitesimal piece of telegraph wire as a circuit element with four distributed parameters per unit length:
R
Resistance
Ξ©/m
L
Inductance
H/m
C
Capacitance
F/m
G
Conductance
S/m
The voltage \(u(x,t)\) and current \(i(x,t)\) along the wire satisfy two coupled equations:
\( \frac{\partial u}{\partial x} + Ri + L\frac{\partial i}{\partial t} = 0 \)
\( C\frac{\partial u}{\partial t} + Gu + \frac{\partial i}{\partial x} = 0 \)
Eliminating the current \(i\) by cross-differentiation yields the telegraph equation:
\( \frac{\partial^2 u}{\partial t^2} + (\alpha + \beta)\frac{\partial u}{\partial t} + \alpha\beta\, u = c^2 \frac{\partial^2 u}{\partial x^2} \)
where \(\; c^2 = \frac{1}{LC}, \quad \alpha = \frac{G}{C}, \quad \beta = \frac{R}{L} \)
This is a damped wave equation. The wave speed is \(c = 1/\sqrt{LC}\), but the terms involving \(\alpha\) and \(\beta\) cause the signal to attenuate and distort as it propagates.
Thomson's Submarine Cable Approximation
For a submarine cable, the inductance \(L\) and leakage \(G\) are negligibly small compared to the resistance \(R\) and capacitance \(C\). Setting\(L = G = 0\), the telegraph equation reduces to the heat equation (diffusion equation):
\( RC\,\frac{\partial u}{\partial t} = \frac{\partial^2 u}{\partial x^2} \)
Thomson's cable equation (1855) β identical to Fourier's heat equation
This is not a wave equation β it is a diffusion equation. A sharp pulse does not travel at a fixed speed; it spreads out as \(\sqrt{t}\). Thomson showed that the delay for a readable signal scales as \(RC \cdot \ell^2\), where \(\ell\) is the cable length. Doubling the cable length quadruples the delay. This βsquare lawβ was devastating news for the 2,000-mile Atlantic cable.
Thomson's Solution
Thomson designed an ultra-sensitive mirror galvanometer that could detect the faintest signals. He also insisted on high-purity copper wire (low \(R\)) and thick gutta-percha insulation (low \(C\)) to minimize the \(RC\) product. His specifications were adopted for the successful 1866 cable, laid by Brunel's Great Eastern β then the largest ship in the world.
Heaviside's Distortionless Condition
Oliver Heaviside (1850β1925), the self-taught English genius who also reformulated Maxwell's equations, found the condition for distortionless signal transmission. Returning to the full telegraph equation, if we tune the cable so that:
\( \alpha = \beta \quad \Longleftrightarrow \quad \frac{G}{C} = \frac{R}{L} \)
Heaviside's distortionless condition
then all frequency components travel at the same speed \(c = 1/\sqrt{LC}\) and the solution becomes:
\( u(x,t) = e^{-\alpha t}\!\left[f(x - ct) + g(x + ct)\right] \)
Two waves (left & right) that decay but do not distort
The signal attenuates exponentially (factor \(e^{-\alpha t}\)) but retains its shape perfectly. If \(\alpha \neq \beta\), different frequencies travel at different speeds and the signal smears β a phenomenon called dispersion.
Heaviside proposed adding loading coils (extra inductance \(L\)) to telephone lines to achieve \(G/C = R/L\). AT&T initially dismissed his work, but Michael Pupin patented the idea in 1900 and it was widely adopted β extending the range of telephone calls from tens to thousands of miles.
Python Simulation: Signal Propagation on a Telegraph Cable
This simulation solves the telegraph equation numerically for three cases: (1) Thomson's submarine cable (\(L = G = 0\), pure diffusion), (2) a lossy cable with dispersion (\(\alpha \neq \beta\)), and (3) Heaviside's distortionless cable (\(\alpha = \beta\)). Watch how a sharp initial pulse evolves differently in each case.
Click Run to execute the Python code
Code will be executed with Python 3 on the server
Source
The mathematical derivation of the telegraph equation follows J. Feldman, The Telegraph Equation, University of British Columbia.
The Telephone
Alexander Graham Bell (1847β1922) took the next step: transmitting voice over wire. His 1876 patent for the telephone launched a second communication revolution. By 1900, there were nearly 600,000 telephones in the United States.
The Genius of Lord Kelvin
The Story of the Transatlantic Telegraph Cable
Lord Kelvin β The Man Who Shrank the World
Transmission Lines: The Telegraph Equation in Practice
The telegraph equation derived by Thomson and Heaviside is the foundation of modern transmission line theory. The same R, L, G, C distributed-parameter model governs coaxial cables, microstrip lines, optical fibers, and every high-frequency interconnect in electronics. The Smith chart, impedance matching, and signal integrity analysis all descend directly from Thomson's 1855 cable equation.
Transmission Lines Part 1: An Introduction
Transmission Lines Part 2: Signal Propagation
How Voltage and Current Propagate Through Transmission Lines
The Smith Chart
12.4 Thomas Edison: The Wizard of Menlo Park
Thomas Alva Edison (1847β1931) was the most prolific inventor in American history, with 1,093 patents. His approach was systematic, industrial-scale invention β the world's first R&D laboratory at Menlo Park, New Jersey (1876).
The Incandescent Light Bulb (1879)
After testing thousands of materials, Edison found that a carbonised bamboo filament could glow for over 1,200 hours. But the light bulb alone was useless without a power system. Edison's genius was building the entire infrastructure:
- β’ Pearl Street Station (1882) β first commercial power plant in New York, supplying 85 customers with DC electricity
- β’ Electrical meters for billing customers
- β’ Underground cables, fuses, switches, sockets
- β’ Dynamos (generators) he designed himself
Other Inventions
- β’ Phonograph (1877) β first device to record and reproduce sound
- β’ Kinetoscope (1891) β early motion picture device
- β’ Alkaline storage battery
- β’ Carbon microphone for telephones
12.5 Nikola Tesla and the War of Currents
Nikola Tesla (1856β1943), a Serbian-American inventor, arrived in New York in 1884 with four cents in his pocket and a letter of introduction to Edison. He briefly worked for Edison but soon left over a dispute about promised payment for redesigning Edison's DC generators.
The AC Revolution
Tesla's great insight was the rotating magnetic field and the polyphase AC system. His AC induction motor was simpler, cheaper, and more reliable than any DC motor. With backing from George Westinghouse, Tesla's AC system defeated Edison's DC in the βWar of Currentsβ β one of the most dramatic industrial battles in history.
The decisive victory came at the 1893 World's Columbian Exposition in Chicago, where Westinghouse/Tesla lit the entire fair with AC power, and the 1896 Niagara Falls hydroelectric plant, which transmitted AC power 26 miles to Buffalo β impossible with Edison's DC.
Tesla's Other Inventions
Tesla Coil (1891)
Resonant transformer producing high-voltage, low-current, high-frequency AC. Foundation for radio technology.
Radio (disputed)
Tesla demonstrated radio-controlled boat in 1898. Priority dispute with Marconi resolved by US Supreme Court in Teslaβs favour (1943).
Rotating Magnetic Field
The principle behind every AC motor in the world β from factories to electric cars.
Wireless Power Transfer
Wardenclyffe Tower project (1901β1905) β visionary but financially doomed attempt at wireless energy.
Edison and Tesla: A Difference of Culture
12.6 Heinrich Hertz: Proving Maxwell Right (1887)
Maxwell had predicted electromagnetic waves in 1865, but it took 22 years for experimental confirmation. Heinrich Hertz (1857β1894), working at the Technische Hochschule in Karlsruhe, built a spark-gap transmitter and a loop antenna receiver. He detected the waves, measured their speed (equal to the speed of light), and demonstrated reflection, refraction, and polarisation β proving Maxwell's equations correct.
When asked about practical applications, Hertz replied: βI do not think that the wireless waves I have discovered will have any practical application.β He died of granulomatosis at age 36. Within a decade, Guglielmo Marconi had transmitted radio signals across the Atlantic (1901), launching the wireless revolution.
The Hertz legacy: The unit of frequency (Hz) is named after him. His experiments also inadvertently discovered the photoelectric effect (UV light helped spark gaps discharge), which Einstein would explain in 1905 using the quantum hypothesis β connecting the electrical age directly to the quantum revolution.
12.7 The Electrification of Civilization
By 1900, electricity was transforming every aspect of human life:
Cities
Electric streetlights replaced gas lamps. Electric trams and subways transformed urban transport (first underground: London 1890, electrified).
Factories
Electric motors replaced steam engines and belt-driven machinery, enabling flexible factory layouts and the assembly line.
Homes
Electric lighting, refrigeration, washing machines, and vacuum cleaners transformed domestic life, especially for women.
Communication
Telegraph, telephone, and radio created an interconnected world. News that took weeks by ship now arrived in seconds.
Medicine
X-rays (RΓΆntgen, 1895), electrotherapy, sterilisation equipment, and eventually the electrocardiogram (Einthoven, 1903).
Science
Cathode ray tubes led to the discovery of the electron (Thomson, 1897). Vacuum tube technology enabled radio, TV, and early computers.
A historian's verdict: The National Academy of Engineering ranked electrification as the #1 greatest engineering achievement of the 20th century β ahead of automobiles, airplanes, computers, and the internet.
Key Equations of the Electrical Age
Ohm's Law (1827)
$$V = IR, \qquad P = IV = I^2R = \frac{V^2}{R}$$
Kirchhoff's Laws (1845)
$$\sum_{k} I_k = 0 \quad \text{(junction)}, \qquad \sum_{k} V_k = 0 \quad \text{(loop)}$$
AC Power (Tesla/Westinghouse)
$$P = V_{\rm rms} I_{\rm rms} \cos\phi, \qquad V(t) = V_0 \sin(\omega t)$$
Transformer Equation
$$\frac{V_s}{V_p} = \frac{N_s}{N_p} \qquad \text{(enables long-distance AC transmission)}$$