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 m and energy E moving in one dimension. A rectangular barrier of
height V0>E occupies the region 0≤x≤a:
V(x)=⎩⎨⎧0V00x<0,0≤x≤a,x>a.
There are three regions. In regions I (x<0) and III (x>a) the potential is zero and the
wave function oscillates freely:
where we set the amplitude of any incoming wave from the right to zero (a particle
incident only from the left). In region II (0≤x≤a) the kinetic energy is negative, so
the wave number would be imaginary. We define the real decay constant
κ=ℏ2m(V0−E),
and write
ψII(x)=Ce−κx+Deκ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 a.
Matching at both boundaries
Four boundary conditions — continuity of ψ and dψ/dx at both x=0 and x=a —
relate the five amplitudes A, B, C, D, F. After the algebra, the transmission
amplitude is
AF=cosh(κa)+2i(k1κ−κk1)sinh(κa)e−ik1a.
The transmission coefficient is T=∣F/A∣2. Taking the modulus squared of the denominator gives
T=1+4E(V0−E)V02sinh2(κa)1.
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=4eV, V0=5eV, a=0.5A˚, and use
ℏ2/(2m)=3.81eV⋅A˚2 for a free electron. Then
The transmission probability is about 91%, much higher than for a thicker or taller barrier. This
illustrates how strongly T depends on κa.
Try it
This is a numerical exercise — return a number. A free electron with energy E=1.0eV
encounters a rectangular barrier of height V0=3.0eV and width a=1.0A˚.
Compute the transmission coefficient T using the exact formula above with
ℏ2/(2m)=3.81eV⋅A˚2.
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.