Scattering over a step potential

Using Mathematica to actually do Quantum Mechanics

Copyright @1999 E. R. Bittner & Univ. of Houston

In this set of examples, I show how one can use Mathematica to set up and solve the wave equations for scattering over a step discontinuity.  The basic trick is in matching the right and left hand components of the wave function at the step discontinuity.   

This notebook will be available on the web page and you will able to play with this yourself.

Scattering over a step barrier

Here we take the "classic" scattering problem.  In this case, the initial wave approaches the step in the potential from the left and is either transmitted or reflected.

[Graphics:Images/index_gr_1.gif]

[Graphics:Images/index_gr_2.gif]

[Graphics:Images/index_gr_3.gif]
Calculations

The next cell is "closed". To open up the "closed" cells, click on Cell->Cell Properties-> Cell Open under the "Cell" menu.

[Graphics:Images/index_gr_4.gif]
[Graphics:Images/index_gr_5.gif]
[Graphics:Images/index_gr_6.gif]
[Graphics:Images/index_gr_7.gif]
[Graphics:Images/index_gr_8.gif]

[Graphics:Images/index_gr_9.gif]

[Graphics:Images/index_gr_10.gif]

Note the transmission coefficient is undefined for E < 1.  In otherwords, in order to be transmitted, I must have enough energy to surmount the barrier.  For E < 1, I have perfect reflection.

Plots of the Wavefunction for various energies

In these plots the real part of the wave is shown in red and the imaginary part in blue.  Note that after the wave passes the barrier, its wavelength becomes much longer.   The function waveplot[energy] plots the wavefunction for a given energy.

[Graphics:Images/index_gr_11.gif]

[Graphics:Images/index_gr_12.gif]

[Graphics:Images/index_gr_13.gif]

[Graphics:Images/index_gr_14.gif]

[Graphics:Images/index_gr_15.gif]

[Graphics:Images/index_gr_16.gif]

Scattering over a sudden change in V

Here the potential energy decreases suddenly at x = 0.

[Graphics:Images/index_gr_17.gif]

Calculations

Basically, the same as above, just taking V = -1.

Transmission and Reflection Coeficients.

[Graphics:Images/index_gr_18.gif]

Notice that at as E -> 0, the transmission coef goes to zero and the particle is perfectly reflected from the step!!!

Plots of the wavefunction for various energies.

Again, red is the real part and blue the imaginary part

[Graphics:Images/index_gr_19.gif]

[Graphics:Images/index_gr_20.gif]

[Graphics:Images/index_gr_21.gif]
[Graphics:Images/index_gr_22.gif]

[Graphics:Images/index_gr_23.gif]

[Graphics:Images/index_gr_24.gif]
[Graphics:Images/index_gr_25.gif]

[Graphics:Images/index_gr_26.gif]

[Graphics:Images/index_gr_27.gif]
[Graphics:Images/index_gr_28.gif]

[Graphics:Images/index_gr_29.gif]

[Graphics:Images/index_gr_30.gif]

[Graphics:Images/index_gr_31.gif]


Converted by Mathematica      September 1, 1999