Warning: foreach() argument must be of type array|object, bool given in /var/www/html/web/app/themes/studypress-core-theme/template-parts/header/mobile-offcanvas.php on line 20

Problem 8.13. Use the cluster expansion to write the total energy of a monatomic nonideal gas in terms of a sum of diagrams. Keeping only the first diagram, show that the energy is approximately
U32NkT+N2V·2π0r2u(r)e-βu(r)dr
Use a computer to evaluate this integral numerically, as a function of T, for the Lennard-Jones potential. Plot the temperature-dependent part of the correction term, and explain the shape of the graph physically. Discuss the correction to the heat capacity at constant volume, and compute this correction numerically for argon at room temperature and atmospheric pressure.

Short Answer

Expert verified

The correction numerically for argon at room temperature and atmospheric pressure is U=32NkT+2π×N2V×r2×u(r)e-β×u(r)dr.

Step by step solution

01

Given information

To evaluate the integral U32NkT+N2V·2π0r2u(r)e-βu(r)drnumerically, as a function of T, for the Lennard-Jones potential. To Plot the temperature-dependent part of the correction term, and to explain the shape of the graph physically.

02

Explanation

The system's energy is provided by:
dU=-1Z×dZdβ=-ddβdZZ
Equation of integration:
U=-ddβln(Z)
In the energy equation, having two terms:
U=Uid+Ue=-ddβlnZid-ddβlnZe
The first term is:
Uid=-ddβlnZid=32NkT

The second term is more difficult:
Ue=-ddβ12N2Vu(r)d3r
To estimate volume, utilize spherical coordinate:
d3r=r2dr02πdϕ×0πsin(θ)dθ=4π×r2dr

03

Explanation

To estimate volume, utilize spherical coordinate:

d3r=r2dr02πdϕ×0πsin(θ)dθ=4π×r2dr

Let's put that into the equation above:

Ue=-ddβ12N2Vu(r)d3r

=-ddβ12N2V4π×r2×u(r)dr

=-2π×N2Vr2×u(r)ddβe-β×u(r)dr

=-2π×N2V×r2×u(r)e-β×u(r)dr

04

Explanation

Then the energy term is:
U=Uid+Ue=-ddβlnZid-ddβlnZe

=32NkT+2π×N2V×r2×u(r)e-β×u(r)dr

The following factors contribute to Lennard Jones's potential:

u(r)=4ϵ×σr12-σr6

Find the derivative of u(r), setting it to 0, then determine well-defined minimum:

u(r)r=-4ϵ×12σ12r13-6σ6r7=0

12σ12r13=6σ6r7

r=21/6σ

05

Explanation

At that point, the value of the Lennard-Jones potential is equal to:
ur=21/6σ=4ϵ×σ21/6σ12-σ21/6σ6

=4ϵ14-12

=-ϵ

The second coefficient as:

Ue=-2π×N2V×exp-4βϵ×σr12-σr6-1r2dr

Change of variables as:

x=rσ

β*=β×ϵ

N0=N2V

06

Explanation

The second coefficient as:
Ue=-2π×N0×exp-4β*×x-12-x-6-1x2dx
For the integral of a function f(x), use Simpson's rule :
abf(x)dx=h3×fx0+4fx1+2fx2++2fxn-2+4fxn-1+fxn
Also,h=(b-a)nand the points x0,,xnasxj=a+jh,j=0,,n.

07

Explanation

The temperature-dependent part of the correction term is provided as below:

The correction numerically for argon at room temperature and atmospheric pressure is U=32NkT+2π×N2V×r2×u(r)e-β×u(r)dr.

Unlock Step-by-Step Solutions & Ace Your Exams!

  • Full Textbook Solutions

    Get detailed explanations and key concepts

  • Unlimited Al creation

    Al flashcards, explanations, exams and more...

  • Ads-free access

    To over 500 millions flashcards

  • Money-back guarantee

    We refund you if you fail your exam.

Over 30 million students worldwide already upgrade their learning with Vaia!

One App. One Place for Learning.

All the tools & learning materials you need for study success - in one app.

Get started for free

Most popular questions from this chapter

In this section I've formulated the cluster expansion for a gas with a fixed number of particles, using the "canonical" formalism of Chapter 6. A somewhat cleaner approach, however, is to use the "grand canonical" formalism introduced in Section 7.1, in which we allow the system to exchange particles with a much larger reservoir.

(a) Write down a formula for the grand partition function (Z) of a weakly interacting gas in thermal and diffusive equilibrium with a reservoir at fixed T andµ. Express Z as a sum over all possible particle numbers N, with each term involving the ordinary partition function Z(N).

(b) Use equations 8.6 and 8.20 to express Z(N) as a sum of diagrams, then carry out the sum over N, diagram by diagram. Express the result as a sum of similar diagrams, but with a new rule 1 that associates the expression (>./vQ) J d3ri with each dot, where >. = e13µ,. Now, with the awkward factors of N(N - 1) · · · taken care of, you should find that the sum of all diagrams organizes itself into exponential form, resulting in the formula

Note that the exponent contains all connected diagrams, including those that can be disconnected by removal of a single line.

(c) Using the properties of the grand partition function (see Problem 7.7), find diagrammatic expressions for the average number of particles and the pressure of this gas.

(d) Keeping only the first diagram in each sum, express N(µ) and P(µ) in terms of an integral of the Mayer /-function. Eliminate µ to obtain the same result for the pressure (and the second virial coefficient) as derived in the text.

(e) Repeat part (d) keeping the three-dot diagrams as well, to obtain an expression for the third virial coefficient in terms of an integral of /-functions. You should find that the A-shaped diagram cancels, leaving only the triangle diagram to contribute to C(T).

You can estimate the size of any diagram by realizing that fr is of order 1 out to a distance of about the diameter of a molecule, andf0 beyond that. Hence, a three-dimensional integral of a product of f's will generally give a result that is of the order of the volume of a molecule. Estimate the sizes of all the diagrams shown explicitly in equation8.20 and explain why it was necessary to rewrite the series in exponential form.

Modify the ising program to compute the average energy of the system over all iterations. To do this, first add code to the initialise subroutine compute the initial energy of the lattice; then, whenever a dipole is flipped, change the energy variable by the appropriate amount. When computing the average energy, be sure to average over all iterations, not just those iterations in which a dipole is actually flipped (why?). Run the program for a 5 x 5 lattice for T values from 4 down to l in reasonably small intervals, then plot the average energy as a function of T. Also plot the heat capacity. Use at least 1000 iterations per dipole for each run, preferably more. If your computer is fast enough, repeat for a 10x 10 lattice and for a 20 x 20 lattice. Discuss the results. (Hint: Rather than starting over at each temperature with a random initial state, you can save time by starting with the final state generated at the previous, nearby temperature. For the larger lattices you may wish to save time by considering only a smaller temperature interval, perhaps from 3 down to 1.5.)

Show that, if you don't make too many approximations, the exponential series in equation 8.22 includes the three-dot diagram in equation 8.18. There will be some leftover terms; show that these vanish in the thermodynamic limit.

Consider an Ising model of just two elementary dipoles, whose mutual interaction energy is ±ϵ. Enumerate the states of this system and write down their Boltzmann factors. Calculate the partition function. Find the probabilities of finding the dipoles parallel and antiparallel, and plot these probabilities as a function of kT/ϵ. Also calculate and plot the average energy of the system. At what temperatures are you more likely to find both dipoles pointing up than to find one up and one down?

See all solutions

Recommended explanations on Physics Textbooks

View all explanations

What do you think about this solution?

We value your feedback to improve our textbook solutions.

Study anywhere. Anytime. Across all devices.

Sign-up for free