Optional Problem: What is the Probability?

    Your job is to calculate the probability of finding the particle in the upper or lower lobe and in the middle section (doughnut).

    First, plot the orbital to find approximate values of the critical angles.   Second set the proper equation to find the critical values using the Solve function from MATHEMATICA.  Third, once you have found the critical angles, calculate the probabilities of the lobes and middle section. Finally, using the previous figures, plot only the lobe, and only the middle section of the orbital.
    

Integration in cartesian coordinates and three dimensions is given by

∫_a^b∫_c^d∫_m^n g[x, y, z]   x y z

But in Spherical Coordinates, we have in general

∫_φ_1^φ_2∫_θ_1^θ_2∫_R_1^R_2 G[r, θ, φ]   r  r Sin[θ] θ φ

In our case where we are not including the radial part

∫_φ_1^φ_2∫_θ_1^θ_2 G[θ, φ]    Sin[θ] θ φ

Remember that θ values range from 0 to π, and φ values from 0 to 2 π.

    Here is the integral of the square of the orbital

∫_0^(2π) ∫_0^π (dz2[θ, φ])^2 Sin[θ] θ φ

1

Solution


Created by Mathematica  (September 7, 2006) Valid XHTML 1.1!