Vous êtes sur la page 1sur 4

CHEM-E4110

Quantum mechanics and Spectroscopy


Exercise II
Timo Weckman, timo.weckman@aalto.fi

Done during the exercise session


During this exercise we use Maple to study basic quantum systems.

Exercise 1 Hyperbolic secant potential


Consider the Schrdinger equation with a potential
~2 a2
sech2 (ax)
m
where a is a positive constant and sech is the hyperbolic secant, sech(x) =
1
.
cosh(x)
V (x) =

a) What does the potential look like?


b) Check that the potential has the ground state
0 (x) = A sech(ax)
Normalise the wave function and plot it. What is the energy of the ground
state?

Exercise 2 Non-physical solutions to harmonic oscillator


In this exercise you solve the ground state harmonic oscillator numerically
using dsolve.
a) First show that the Schrdinger equation for harmonic oscillator

~2 d2
1
(x) + m 2 x2 (x) = E(x)
2
2m dx
2

can be written as

d2
() + 2 () = ()
2
d
p
x and  = 2E
.
by substitution of variables, = m
~
~

b) Write the Schrdinger equation into Maple as in the previous exercises


and set parameter type=numeric in dsolve. The value of  you get from
considering what is the ground state energy of the harmonic oscillator. As
initial conditions for the ground state you can use (0) = 1, 0 (0) = 0 (why?).
Plot your solution using plots[odeplot] (a recommended plotting range is
x = 5..5 as the numerical solution becomes unstable).
c) Solve the ground state wave function with an epsilon slightly less (0.99) and
slightly more (1.01) than the ground state value. How do your plots differ?
What does this mean?

Exercise 3 Superposition of states


Suppose the harmonic oscillator is in a superposition of states 1 and 2 (see
analytical form for the two functions at the end of the exercise sheet):
1
(x) = (0 + 1 )
2
a) Check that the wave function is properly normalized.

b) Is the state an eigenstate of the Hamiltonian H?


c) What is the total energy of the system?
d) Consider the time-evolution of the system, i.e. multiply each eigenstate i
iEi t
with the time-factor e ~

iE0 t
iE1 t
1 
(x, t) = 0 e ~ + 1 e ~
2
Is the superposition state a stationary state of the Hamiltonian? Is the total
energy conserved? Is the total density conserved?
e) What does the density function |(x)|2 look like as a function of time? For
this you can use the plots[animate]-function of Maple.

Homework
These exercises are to be returned for the first time (via email) before the next
exercise session. You can ask for help any time by email or come to
my office C242b.

Exercise 1 The wave function


Answer these questions briefly (only few sentences):
a) What conditions are required of the wave function for it to represent a
physical state?
b) What is required of a quantum mechanical operator in order for it to be an
observable?
c) When is it possible to separate time-dependent Schrdinger equation into
the time-independent form?
d) What are so-called stationary states?

Exercise 2 Hyperbolic secant potential revisited


Consider the Schrdinger equation with a potential
~2 a2
sech2 (ax)
m
where a is a positive constant and sech is the hyperbolic secant, sech(x) =
1
.
cosh(x)
V (x) =

The exact solution to the ground state is


0 (x) = A sech(ax)
Approximate the exact solution using a normalized trial function (x),

(x) =

2b

 14

ebx

Plot the trial function with the exact ground state wave function using the
different values for b = 0.1, 0.25, 1 (assume value a = 1 for the calculations).
a) What is value of the overlap integral
Z
0 (x)(x)dx

with different value of b? What does the integral mean?


b) Calculate the expectation value of the total energy using a trial function.
How does the expectation value compare to the exact ground state energy with
different values of b? What trend do you see?

Harmonic oscillator wave functions


Eigenfunctions for few of the lowest eigenstates of the harmonic oscillator:
  14

x2

e 2

 3  14
x2
4
1 (x) =
xe 2

  14
x2
2 (x) =
(2x2 1)e 2
4
 3  41
x2

(2x3 3x)e 2
3 (x) =
9
0 (x) =

Vous aimerez peut-être aussi