|q⟩ Bad Qubits

beginner · Physics · Quantum Tunneling & Barriers

Checkpoint: Tunneling Problems

This checkpoint consolidates everything from the Quantum Tunneling and Barriers module. You will derive the transmission coefficient for a particle tunneling through a rectangular potential barrier from first principles and then evaluate it numerically.

The rectangular barrier

Consider a particle of mass mm and energy EE moving in one dimension. A rectangular barrier of height V0>EV_0 > E occupies the region 0xa0 \leq x \leq a:

V(x)={0x<0,V00xa,0x>a.V(x) = \begin{cases} 0 & x < 0, \\ V_0 & 0 \leq x \leq a, \\ 0 & x > a. \end{cases}

There are three regions. In regions I (x<0x < 0) and III (x>ax > a) the potential is zero and the wave function oscillates freely:

ψI(x)=Aeik1x+Beik1x,k1=2mE.\psi_\text{I}(x) = A e^{ik_1 x} + B e^{-ik_1 x}, \qquad k_1 = \frac{\sqrt{2mE}}{\hbar}. ψIII(x)=Feik1x,\psi_\text{III}(x) = F e^{ik_1 x},

where we set the amplitude of any incoming wave from the right to zero (a particle incident only from the left). In region II (0xa0 \leq x \leq a) the kinetic energy is negative, so the wave number would be imaginary. We define the real decay constant

κ=2m(V0E),\kappa = \frac{\sqrt{2m(V_0 - E)}}{\hbar},

and write

ψII(x)=Ceκx+Deκx.\psi_\text{II}(x) = C e^{-\kappa x} + D e^{\kappa x}.

This is an evanescent wave: it does not propagate but decays (or grows) exponentially inside the barrier. The particle can reach the far side only because the barrier has finite width aa.

Matching at both boundaries

Four boundary conditions — continuity of ψ\psi and dψ/dxd\psi/dx at both x=0x = 0 and x=ax = a — relate the five amplitudes AA, BB, CC, DD, FF. After the algebra, the transmission amplitude is

FA=eik1acosh(κa)+i2(κk1k1κ)sinh(κa).\frac{F}{A} = \frac{e^{-ik_1 a}}{\cosh(\kappa a) + \tfrac{i}{2}\left(\tfrac{\kappa}{k_1} - \tfrac{k_1}{\kappa}\right)\sinh(\kappa a)}.

The transmission coefficient is T=F/A2T = |F/A|^2. Taking the modulus squared of the denominator gives

T=11+V02sinh2(κa)4E(V0E).T = \frac{1}{1 + \dfrac{V_0^2 \sinh^2(\kappa a)}{4E(V_0 - E)}}.

This is the central result for tunneling through a rectangular barrier. The Griffiths derivation (§2.6) and the MIT OCW lectures 13-14 work through both derivations in full.

A worked numerical check

Let E=4eVE = 4\,\text{eV}, V0=5eVV_0 = 5\,\text{eV}, a=0.5A˚a = 0.5\,\text{Å}, and use 2/(2m)=3.81eVA˚2\hbar^2/(2m) = 3.81\,\text{eV}\cdot\text{Å}^2 for a free electron. Then

κ=V0E3.81=13.810.512A˚1.\kappa = \sqrt{\frac{V_0 - E}{3.81}} = \sqrt{\frac{1}{3.81}} \approx 0.512\,\text{Å}^{-1}. κa0.256,sinh(0.256)0.259.\kappa a \approx 0.256, \qquad \sinh(0.256) \approx 0.259. T=11+25×0.06714×4×1=11+0.10440.906.T = \frac{1}{1 + \dfrac{25 \times 0.0671}{4 \times 4 \times 1}} = \frac{1}{1 + 0.1044} \approx 0.906.

The transmission probability is about 91%, much higher than for a thicker or taller barrier. This illustrates how strongly TT depends on κa\kappa a.

Try it

This is a numerical exercise — return a number. A free electron with energy E=1.0eVE = 1.0\,\text{eV} encounters a rectangular barrier of height V0=3.0eVV_0 = 3.0\,\text{eV} and width a=1.0A˚a = 1.0\,\text{Å}. Compute the transmission coefficient TT using the exact formula above with 2/(2m)=3.81eVA˚2\hbar^2/(2m) = 3.81\,\text{eV}\cdot\text{Å}^2.

Run your code to see the quantum state.

Sign in on the full site to ask questions and join the discussion.