PHY 344 Quantum Mechanics II

MWF 11-11:50 AM OPL 107 http://www.wfu.edu/~natalie/s02phy344/

Instructor: Natalie Holzwarth Phone:758-5510Office:300 OPL e-mail:natalie@wfu.edu


Homework Assignments


Information about Computational Project

PHY 344 -- Assignment #1

January 16, 2002

Read Appendix J of Eisberg and Resnik

  1. Work Problem J.2. The problem suggests that you compare your perturbation theory result with the exact answer obtained in problem H.3. If you have not already worked this problem, you may find the Maple results or Maple file to be helpful.

PHY 344 -- Assignment #2

January 18, 2002

Complete reading of Appendix J of Eisberg and Resnik

  1. Work Problem J.4.

hw3.html

PHY 344 -- Assignment #3

January 23, 2002
Maple file

This exercise illustrates the variational method of estimating eigenstates of a Hamiltonian.

First consider the eigenstates of a one-dimensional square-well for 0 <= x <= a :

(written in units of \hbar^2/2m)

> H(x)*psi(x) = E*psi(x);-diff(diff(psi(x),x),x) = E* psi(x);

The exact solutions for this problem are given by:

> psi(n,x) = C*sin(n*Pi*x/a); E(n) = n^2*(Pi/a)^2;

The variational method allows us to estimate psi(n,x) and E(n), starting with the lowest eigenvalue (n=1). Suppose we guess psi(1,x) =f(x)==x*(a-x). It will be convenient to keep the normalization arbitrary.

> f:=x->x*(a-x);

E1approx = <f|H|f>/<f|f>

> E1approx:=Int(-f(x)*diff(diff(f(x),x),x),x=0..a)/Int((f(x))^2,x=0..a);

> E1approx:=int(-f(x)*diff(diff(f(x),x),x),x=0..a)/int((f(x))^2,x=0..a);E1exact:=evalf(Pi^2/a^2);

This shows that the approximate eigenvalue is ~1.3% greater than the exact value. (Is it significant that the approximation is greater ?

Comparing the wavefunction shapes, we see why the approximation is fairly good. Setting a=1:

> psi1exact:=x->sin(Pi*x);psi1approx:=x->(4*x*(1-x));

> plot({psi1exact(x),psi1approx(x)},x=0..1);

[Maple Plot]

We can continue this investigation by guessing the next eigenfunctions:

> psi2exact:=x->sin(2*Pi*x);psi2approx:=x->(64/3)*x*(1-x)*(1/2-x);

> plot({psi2exact(x),psi2approx(x)},x=0..1);

[Maple Plot]

The normalization for psi2approx was chosen so that it is comparable to psi2exact.

1. Using the variational method, estimate E2approx and compare it with E2exact.

2. Notice that <psi2approx|psi1approx>=0. Is this important?

>

Maple TM is a registered trademark of Waterloo Maple Inc.
Math rendered by WebEQ


Jan 24, 2002

PHY 344 -- Problem Set PHY 344 - Problem Set #4



  1. The derivation of the Fermi Golden Rule depends of the frequency and time dependence of a function of the form:
    F(wn0,w,t) º ê
    ê
    ê
    ei(wn0+w)t-1
    wn0+w
    + ei(wn0-w)t-1
    wn0-w
    ê
    ê
    ê
    2

     
    ,
    (1)
    where w)n0 º (En - E0)/(h/2p). Use Maple to plot F(wn0,w,t) in various ways to help you understand in what sense the approximation
    F(wn0,w,t) » 2 pt ( d(wn0 + w) + d(wn0 - w) )
    (2)
    is valid.


File translated from TEX by
TTH, version 2.20.
On 24 Jan 2002, 20:28.

PHY 344 -- Assignment #5

January 28, 2002

Start reading Chapter 8 of Eisberg and Resnik

  1. Work either problem 8.4 or 8.5.

PHY 344 -- Assignment #6

January 30, 2002

Continue reading Chapter 8 of Eisberg and Resnik

  1. Work problem 8.6.

PHY 344 -- Assignment #7

February 1, 2002

Continue reading Chapter 8 of Eisberg and Resnik

  1. Work problem 8.10.

PHY 344 -- Assignment #8

February 4, 2002

Continue reading Chapter 8 of Eisberg and Resnik

  1. Consider the effects of both the spin-orbit interaction with radial matrix element A and an external magnetic field B (aligned along the z-axis) on an l=1 eigenstate of the electron in H.
    1. Evaluate the 6x6 matrix which comes from degenerate perturbation theory analysis as we did in class.
    2. Find the 6 eigenvalues of the matrix as a function of A and B.
    3. Expand the eigenvalues to lowest order in B to recover the Zeeman effect.

PHY 344 -- Assignment #9

February 6, 2002

Continue reading Chapter 8 of Eisberg and Resnik

  1. Work either 8.18 or 8.19 in your textbook.

PHY 344 -- Assignment #10

February 8, 2002

Complete reading Chapter 8 of Eisberg and Resnik and also read the chapter "The Radiation of Atoms" in Gasiorowicz's text.

  1. Using the form the electromagnetic potential which includes both the scalar and vector potential contributions derived in the lecture notes, derive the form of the corresponding Hamiltonian for an electron.
  2. For the same problem you chose to work in problem set #9, calculate the transition matrix element for the momentum operator and show how it is related to the result you obtained in hw9.

PHY 344 -- Assignment #10

February 11, 2002

Start reading Chapter 9 of Eisberg and Resnik.

  1. Consider the total spin S = S1 + S2 of two electrons. Using the ideas of "addition of angular momenta", show that equations 9-17 and 9-18 represent eigenvalues of S2 and Sz.

Feb 13, 2002

PHY 344 -- Problem Set PHY 344 - Problem Set #12



  1. Consider the Hamiltonian of a He-like atom with charge Z:
    - (h/2p)2
    2m
    Ñ21 + - (h/2p)2
    2m
    Ñ22 - Ze2
    r1
    - - Ze2
    r2
    + e2
    |r1 - r2|
    (1)

    Assuming the ground state wave function has singlet spin and the spatial form:

    Y(r1,r2) =   æ
     ú
    Ö

    a3
    pa03
     
    e-a(r1+r2)/a0.
    (2)
    Find the optimal value of a and the corresponding estimate of the ground state energy. For this purpose, you may wish to use the integral
    ó
    õ
    d3r1 d3r2 |Y(r1,r2)|2 e2
    |r1 - r2|
    = 5 e2 a
    8 a0
    .
    (3)


File translated from TEX by
TTH, version 2.20.
On 13 Feb 2002, 09:18.

PHY 344 -- Assignment #13

February 15, 2002

Continue reading Chapter 9 of Eisberg and Resnik.

  1. Work Problem 9.22 in Eisberg and Resnik.
  2. Work Problem 9.19.

PHY 344 -- Assignment #14

February 18, 2002

Finish reading Chapter 9 and start reading Chapter 10 of Eisberg and Resnik.

  1. Consider a He atom in an electromagnetic field. Write down the form of the perturbing Hamiltonian appropriate for dipole transitions.
  2. Using a Hartree approximation basis for the Hamiltonian without an electromagnetic field, evaluate (up to radial integrals) the following transition matrix elements:
    1. 1s2 -> 1s2s
    2. 1s2 -> 1s2p
    3. 1s2 -> 2p2
    From these results, comment on the general selection rules for transitions from the ground state of He.

PHY 344 -- Assignment #15

February 20, 2002

Continue reading Chapter 10 of Eisberg and Resnik.

  1. Use the computer program graphatom to study the ground state and at least one excited state of C. Plot the wave functions and record the energies for your choice.
  2. Using the Moore Atomic Energy Levels listing, compare the multiplet averaged energy differences with your results. Note that 1 cm-1 =1.2398x10-4 eV and 1 Ryd. = 13.60569172 eV.

PHY 344 -- Assignment #16

February 22, 2002

Finish reading Chapter 10 of Eisberg and Resnik.

  1. Problem #6 in Eisberg and Resnik.
  2. Problem #15 in Eisberg and Resnik.
  3. Problem #16 in Eisberg and Resnik.
  4. Problem #17 in Eisberg and Resnik.

PHY 344 -- Assignment #17

March 1, 2002

Finish reading Chapter 12 of Eisberg and Resnik.

  1. Problem #12.4 in Eisberg and Resnik.

PHY 344 -- Assignment #18

March 4, 2002

Start reading Chapter 13 of Eisberg and Resnik.

  1. Work out the details of the Kronig-Penny model presented in the handout from Leighton's text. For the example given, construct a plot of E/V versus k for -p/a < k < p/a.

PHY 344 -- Assignment #19

March 25, 2002

Continue reading Chapter 13 of Eisberg and Resnik.

  1. Work Problem 13.12 in Eisberg and Resnik
  2. Work Problem 13.13 in Eisberg and Resnik

PHY 344 -- Assignment #20

March 27, 2002

Complete the reading of Chapter 13 of Eisberg and Resnik.

  1. Work Problem 13.24 in Eisberg and Resnik
  2. Work Problem 13.25 in Eisberg and Resnik
  3. Work Problem 13.26 in Eisberg and Resnik

PHY 344 -- Assignment #21

April 1, 2002

Start reading Chapter 14 of Eisberg and Resnik.

  1. Work Problem 14.2 in Eisberg and Resnik

PHY 344 -- Assignment #22

April 3, 2002

Start reading Chapter 14 of Eisberg and Resnik.

  1. Work Problem 14.17 in Eisberg and Resnik

PHY 344 -- Assignment #23

April 3, 2002

Finish reading Chapter 14 of Eisberg and Resnik.

  1. Work Problem 14.18 in Eisberg and Resnik

PHY 344 -- Assignment #24

April 10, 2002

Start reading Chapter 15 of Eisberg and Resnik.

  1. Work Problem 15.1 in Eisberg and Resnik

PHY 344 -- Assignment #25

April 15, 2002

Start reading Chapter 16 of Eisberg and Resnik.

  1. Work Problem 16.9 in Eisberg and Resnik

PHY 344 -- Assignment #26

April 17, 2002

Continue reading Chapter 16 of Eisberg and Resnik.

  1. Work Problem 16.13 in Eisberg and Resnik

PHY 344 -- Assignment #27

April 19, 2002

Continue reading Chapter 16 of Eisberg and Resnik.

  1. Work Problem 16.21 in Eisberg and Resnik

PHY 344 -- Assignment #28

April 22, 2002

Continue reading Chapter 16 of Eisberg and Resnik.

  1. Derive the formula for Q used in example 16-9 (also discussed in Chapter 15, Eqs. 15-14,15, & 16).

PHY 344 -- Assignment #29

April 24, 2002

Continue reading Chapter 16 of Eisberg and Resnik.

  1. Work Problem 16.27 in Eisberg and Resnik

PHY 344 -- Assignment #30

April 26, 2002

Start reading Chapter 17 of Eisberg and Resnik.

  1. Work Problem 17.14 in Eisberg and Resnik

[an error occurred while processing this directive]
Last modfied: Friday, 26-Apr-02 08:46:21
Access count: 36,296