next up previous
Up: Back to the Chemistry 3730 assignment index

Assignment 8

Due: 10:00 a.m., Friday, Nov. 13

  1. The tex2html_wrap_inline65 atomic orbital is obtained by taking a linear combination of the tex2html_wrap_inline67 and tex2html_wrap_inline69 orbitals. The result is

    displaymath71

    As written, the wavefunction is not normalized.

    1. Normalize this wavefunction.
    2. Calculate the average kinetic energy.
    3. Plot the radial probability density.
    4. Calculate the probability that tex2html_wrap_inline73 for a hydrogen atom in this state. Give a floating-point answer with at least four significant figures.

    Hints: Maple will need to know that tex2html_wrap_inline75 . The volume element in spherical polar coordinates is

    displaymath77

    The angles tex2html_wrap_inline79 and tex2html_wrap_inline81 run over the following ranges: tex2html_wrap_inline83 , tex2html_wrap_inline85 . The Laplacian operator is spherical polar coordinates is

    displaymath87

    To plot the radial probability density, use the following Maple command: plot(subs(a0=1,rpd),r=0..?); where rpd is your radial probability density and ? is replaced by some suitable number.

  2. Suppose that we have a chemical reaction for which the potential energy along the reaction coordinate (x) has the following form:

    displaymath91

    1. Plot the potential energy. Note the symmetric double well shape with an intervening energy barrier. This might for instance be the potential energy profile for a proton transfer between two chemically similar group. Such reactions are common in the active sites of enzymes.

      Maple hint: To scale the x axis in units of tex2html_wrap_inline95 and the energy axis in units of tex2html_wrap_inline97 , use the following plot command: plot(subs(xe=1,Ea=1,V(x)),x=-?..?); where ? is replaced by a suitable number.

    2. Write down the Hamiltonian for a proton subjected to this potential energy.
    3. The probability density should have maxima corresponding to the two potential energy wells. A reasonable guess for the wavefunction would be a superposition of Gaussian functions with their maxima at tex2html_wrap_inline99 . Therefore use the following variational wavefunction to find an approximation to the ground state wavefunction:

      displaymath101

      Maple hints: b>0. Maple's answer will be a complicated expression involving the RootOf() operator. Save this expression in a variable, i.e. type something like best_b := solve(...);.

    4. Suppose that we are dealing with a proton transfer reaction for which tex2html_wrap_inline105 and tex2html_wrap_inline107 . The mass of a proton is tex2html_wrap_inline109 . Define these values in your Maple worksheet, along with tex2html_wrap_inline111 , and use evalf() to find the best value of b. Don't assign this value to b. Instead, use subs() to substitute it into your variational energy, and evalf() to get a floating-point value. Store this value in a variable with a distinctive name (say, E0).
    5. Find the points where tex2html_wrap_inline117 , where tex2html_wrap_inline119 is your approximation to the ground state energy. Then calculate the probability that the proton is to be found in the activation barrier between the two wells. In your opinion, is tunneling an important process for this system?

      Maple hint: You will have to use subs() to substitute b into your wavefunction.


next up previous
Up: Back to the Chemistry 3730 assignment index

Marc Roussel
Sat Nov 7 09:49:17 MST 1998