When a quantum particle travels from a region of constant potential into a region with a
different potential, the wavefunction does not simply continue undisturbed. Even when the
particle has enough energy to enter the new region classically, quantum mechanics predicts
partial reflection — a wholly non-classical effect with no analogue in Newtonian mechanics.
Setting up the problem
Consider a particle of mass m and total energy E moving in one dimension. For x<0 the
potential is zero; for x≥0 the potential is V0 with 0<V0<E. The particle
approaches from the left.
In each region the time-independent Schrödinger equation reduces to a free-particle equation:
−2mℏ2dx2d2ψ=(E−V)ψ.
Defining the wave numbers
k1=ℏ2mE,k2=ℏ2m(E−V0),
the general solutions are:
ψ1(x)=Aeik1x+Be−ik1x(x<0),ψ2(x)=Ceik2x(x≥0).
The term Aeik1x is the incident wave travelling right, Be−ik1x is the
reflected wave travelling left, and Ceik2x is the transmitted wave. We drop the
left-going term in region 2 because there is nothing to reflect from on the right.
Boundary conditions
Continuity of ψ and its derivative at x=0 gives two equations:
A+B=C,k1(A−B)=k2C.
Solving for the amplitude ratios:
AB=k1+k2k1−k2,AC=k1+k22k1.
Reflection and transmission coefficients
The physically meaningful quantities are the probability currents, not the amplitudes alone.
The probability current for a plane wave eikx is proportional to k, so:
Four percent of the probability is reflected even though the particle classically had more than
enough energy to cross the step. This is a direct consequence of the wave nature of matter.
Try it
This is a numerical exercise — return a number. A particle with energy E=5eV
hits a potential step of height V0=1eV. Compute the reflection coefficient R.
(Hint: k1∝E and k2∝E−V0; the common proportionality
constant cancels in the formula for R.)
Run your code to see the quantum state.
Sign in on the full site to ask questions and join the discussion.