Electric Current

The microscopic motion of charges and the macroscopic behavior of circuits are two views of the same physics. Inside a metal, a sea of conduction electrons collides with the lattice while being nudged along by an electric field. In a circuit, components shape that field to control current and energy transfer. Bridging the two pictures is the essence of Ohm’s law.

Microscopic Picture of Conduction

In the classical Drude model, a metal hosts a dense gas of conduction electrons that ricochet off the ionic lattice. Each collision resets an electron’s random thermal velocity, but an applied field biases the motion into a slow net drift. Click and drag in the scene to set the field’s direction and strength.

The drift velocity can be estimated from the average time between collisions τ\tau and the field EE:

vd=eEτme,v_d = -\frac{eE\tau}{m_e},

where ee and mem_e are the electron charge and mass. The negative sign means electrons drift opposite the field. The drift speed is tiny compared with the random thermal speed — in copper, with τ2.5×1014s\tau \approx 2.5\times10^{-14}\,\text{s} and a field of 1.0V/m1.0\,\text{V/m}, the drift speed is only about 0.4mm/s0.4\,\text{mm/s}.

How does this connect to Ohm's law?

Define the conductivity σ\sigma and the current density J=I/AJ = I/A. Higher conductivity means more current for a given field, and current density is current per cross-sectional area. They are related by

J=σE.J = \sigma E.

For a wire of length LL in a constant field, the potential difference is ΔV=EL\Delta V = EL, so

J=σE=σΔVLΔV=LσAI.J = \sigma E = \sigma\,\frac{\Delta V}{L} \quad\Longrightarrow\quad \Delta V = \frac{L}{\sigma A}\,I.

This is Ohm’s law with resistance R=LσAR = \dfrac{L}{\sigma A}.

To connect back to drift, a geometric argument gives the current density as J=nevdJ = -n e v_d, where nn is the electron number density. Combining with the drift velocity,

vd=eEτmeJ=ne2τmeE,v_d = -\frac{eE\tau}{m_e} \quad\Longrightarrow\quad J = \frac{n e^2 \tau}{m_e}\,E,

so the conductivity is

σ=ne2τme.\sigma = \frac{n e^2 \tau}{m_e}.

Materials with more conduction electrons or longer times between collisions conduct better.

The Drude model is a useful first picture, but it has limits: it treats electrons as classical particles and ignores quantum effects such as the Pauli exclusion principle. Explaining superconductivity or the temperature dependence of resistivity needs more.

Macroscopic Circuits

Circuit components act as macroscopic guides for the electric field. Following a single charge carrier around the loop, its potential energy changes as it moves with or against the field. Rather than tracking the field in detail, it is simpler to track the potential differences across components.

A battery provides a potential difference that drives the current. Resistors, bulbs, and other components limit and direct that current, each with its own voltage drop. Applying Ohm’s law to each component, together with how the components are wired, predicts the current in every branch.

Build your own circuit below. Drag components from the palette onto the grid, wire them together, and run the transient simulation. Beyond resistors and batteries, you can add capacitors, inductors, and switches, then watch each component’s voltage and current evolve on the scope — including RC charging and LC oscillation.

Circuit Builder

Drag components onto the grid, wire them up, and run a transient simulation with a live voltage/current scope. Use Fullscreen for more room.

How does energy flow in a circuit?

Power is the rate of change of potential energy. For a charge qq crossing a potential difference ΔV\Delta V, the energy change is ΔU=qΔV\Delta U = q\,\Delta V. If that charge crosses in time Δt\Delta t,

P=ΔUΔt=qΔVΔt=IΔV,P = \frac{\Delta U}{\Delta t} = \frac{q\,\Delta V}{\Delta t} = I\,\Delta V,

using I=qΔtI = \dfrac{q}{\Delta t}. Components with a larger voltage drop or more current dissipate more power. For a resistor, ΔV=IR\Delta V = IR, so

P=IΔV=I2R,P = I\,\Delta V = I^2 R,

which is converted into thermal energy, heating the resistor.

Problem Solving

Drift Speed in Copper

Problem

A copper wire 0.10m0.10\,\text{m} long with cross-section 1.0mm21.0\,\text{mm}^2 sits in a field of 2.0V/m2.0\,\text{V/m}. Estimate the drift speed if τ=2.5×1014s\tau = 2.5\times10^{-14}\,\text{s}.

Solve

With e=1.60×1019Ce = 1.60\times10^{-19}\,\text{C} and me=9.11×1031kgm_e = 9.11\times10^{-31}\,\text{kg},

vd=eEτme=(1.60×1019)(2.0)(2.5×1014)9.11×10318.8×103m/s.v_d = \frac{eE\tau}{m_e} = \frac{(1.60\times10^{-19})(2.0)(2.5\times10^{-14})}{9.11\times10^{-31}} \approx 8.8\times10^{-3}\,\text{m/s}.

Resistance and Current

Problem

Copper has conductivity 5.8×107S/m5.8\times10^7\,\text{S/m}. Find the resistance of the wire above, then estimate the current from the field using Ohm’s law.

Solve

R=LσA=0.10(5.8×107)(1.0×106)1.7×103Ω.R = \frac{L}{\sigma A} = \frac{0.10}{(5.8\times10^7)(1.0\times10^{-6})} \approx 1.7\times10^{-3}\,\Omega.

The potential difference is ΔV=EL=(2.0)(0.10)=0.20V\Delta V = EL = (2.0)(0.10) = 0.20\,\text{V}, so

I=ΔVR=0.201.7×103120A.I = \frac{\Delta V}{R} = \frac{0.20}{1.7\times10^{-3}} \approx 120\,\text{A}.

Series vs Parallel

Problem

Two resistors, 30Ω30\,\Omega and 60Ω60\,\Omega, are connected across a 12V12\,\text{V} battery. Find the total current if they are (a) in series and (b) in parallel.

Solve

(a) Series: Req=30+60=90ΩR_{eq} = 30 + 60 = 90\,\Omega, so I=12900.13AI = \dfrac{12}{90} \approx 0.13\,\text{A}.

(b) Parallel: 1Req=130+160=120\dfrac{1}{R_{eq}} = \dfrac{1}{30} + \dfrac{1}{60} = \dfrac{1}{20}, so Req=20ΩR_{eq} = 20\,\Omega and I=1220=0.60AI = \dfrac{12}{20} = 0.60\,\text{A}.

Electric Current Checkpoint

Question 1 of 3

In the Drude model, which way do conduction electrons drift relative to the applied electric field?

Choose an answer to get instant feedback.