GSO001 Problem 17
Problem Statement
Reflection and Transmission of Matter Waves at a 1D Step Potential
Problem Statement
A particle of mass m moves along a one-dimensional space (the x-axis). The potential energy V(x) is defined as:
V(x)={0V0(x<0)(x≥0)A steady stream of particles with energy E (where E>V0) is incident from the −x direction. Find the reflection coefficient R from the boundary conditions of the Schrödinger equation.
Constraints
- Particle mass: m=9.1×10−31 kg
- Incident particle energy: E=289 eV
- Potential height: V0=225 eV
- Dirac constant: ℏ=1.054×10−34 J⋅s
Input Format
The reflection coefficient R is expressed as an irreducible fraction A/B. Find the value of A+B, where A and B are positive integers.
Solution
The time-independent Schrödinger equation:
−2mℏ2dx2d2ψ(x)+V(x)ψ(x)=Eψ(x)In Region I (x<0, V(x)=0):
dx2d2ψ1(x)+k12ψ1(x)=0,k1=ℏ2mEGeneral solution (incident wave + reflected wave):
ψ1(x)=Aeik1x+Be−ik1xIn Region II (x≥0, V(x)=V0):
dx2d2ψ2(x)+k22ψ2(x)=0,k2=ℏ2m(E−V0)Only transmitted wave:
ψ2(x)=Ceik2xApplying boundary conditions at x=0 (continuity of ψ and ψ′):
- A+B=C
- k1(A−B)=k2C
Eliminating C:
k1(A−B)=k2(A+B) AB=k1+k2k1−k2The reflection coefficient:
R=AB2=(k1+k2k1−k2)2=(E+E−V0E−E−V0)2Substituting numerical values:
- E=289 eV gives E=17
- E−V0=289−225=64 eV gives E−V0=8
This is already an irreducible fraction, so A=81, B=625.
A+B=81+625=706