《Quantum Chemistry》章末总结2

第二章,在讲薛定谔方程之前先讲了一些经典波动方程的铺垫。

Chapter 2 The Classical Wave Equation

We learned in Chapter Ⅰ that matter can behave as a wave, so it’s not surprising that the Schrödinger equation (sometimes called the Schrödinger wave equation) describes wavelike behavior.

Not only does the classical wave equation provide a physical background to the Schrodinger equation, but, in addition, the mathematics involved in solving the
classical wave equation are central to any discussion of quantum mechanics.

Because most students of physical chemistry have little experience with classical wave equations, this chapter discusses this topic.

这一章可以算作物理基础的部分,不过嘛,考虑到我的数理水平,有必要写一写。

2.1 The One-Dimensional Wave Equation Describes the Motion of a Vibrating String

Consider a uniform string stretched between two fixed points, as shown in Figure 2.1. The maximum displacement of the string from its equilibrium horizontal position is called its amplitude. If we let $u(x,t)$ be the displacement of the string, then $u(x,t)$ satisfies the equation:

$$
\frac {\partial^2u}{\partial x^2}=\frac 1{v^2} \frac {\partial^2 u}{\partial t^2}
$$

QC-fig2.1

where $v$ is the speed with which a disturbance moves along the string. The equation is the classical wave equation.

In addition to having to satisfy Equation, the displacement $u(x,t)$ must satisfy certain physical conditions as well. Because the ends of the string are held fixed, the displacement at these two points is always zero, and so we have the requirement that:

$$
u(0,t)=0 \quad and \quad u(l,t)=0 \quad (for\ all\ t)
$$

These two conditions are called boundary conditions because they specify the behavior of $u(x,t)$ at the boundaries. Generally, a partial differential equation must be solved subject to certain boundary conditions, the nature of which will be apparent on physical grounds.

边界条件是非常重要的条件,对于解方程来说很重要,同时一般具有明确的物理意义。

2.2 The Wave Equation Can Be Solved by the Method of Separation of Variables

The classical wave equation, as well as the Schrodinger equation and many other partial differential equations that arise in physical chemistry, can be solved readily by a method called separation of variables. We shall use the problem of a vibrating string to illustrate this method.

The key step in the method of separation of variables is to assume that $u(x,t)$ factors into a function of $x$, $X(x)$, times a function of $t$, $T(t)$, or that:

$$
u(x,t)=X(x)T(t)
$$

We can obtain:

$$
\frac 1{X(x)}\frac {d^2X(x)}{dx^2}=\frac 1{v^2T(t)}\frac {d^2T(t)}{dt^2}
$$

The only way for the equality of the two sides to be preserved under any variation of $x$ and $t$ is for each side to be equal to a constant. If we let this constant be $K$, we can write:

$$
\frac 1{X(x)}\frac {d^2X(x)}{dx^2} = K
$$

and

$$
\frac 1{v^2T(t)}\frac {d^2T(t)}{dt^2}=K
$$

where $K$ is called the separation constant and will be determined later.

We do not know right now whether $K$ is positive, negative, or even zero. Let’s first assume that $K=0$. In this case, equations can be integrated immediately to find:

$$
X(x)=a_1x+b_1 \ T(t)=a_2t+b_2
$$

In terms of $X(x)$ and $T(t)$, the boundary conditions are:

$$
u(0,t)=X(0)T(t)=0 \quad and \quad u(l,t)=X(l)T(t)=0
$$

Because $T(t)$ certainly does not vanish for all $t$, we must have that:

$$
X(0)=0\quad and \quad X(l)=0
$$

we conclude that the only way to satisfy equations is for $a_1=b_1=0$, which means that $X(x)=0$ and that $u(x,t)=0$ for all $x$. This is called a trivial solution to The equation and is of no physical interest. Not that every solution to the equation is physically acceptable.

Now let’s assume that $K>0$. To this end, write $K$ as $k^2$, where $k$ is real. This assures that $K$ is positive because it is the square of a real number.

$$
\frac {d^2X(x)}{dx^2}-k^2X(x)=0
$$

Experience shows that solutions to a linear differential equation with constant coefficients whose right side is equal to zero are of the form $X(x)=e^{\alpha x}$, where $\alpha$ is a constant to be determined.

这里的“经验”来自于高等数学的学习XD

We now look for a solution:

$$
\alpha =\pm k
$$

Applying the boundary conditions:

$$
c_1+c_2=0 \quad and \quad c_1e^{kl}+c_2e^{-kl}=0
$$

The only way to satisfy these conditions is with $c_1=c_2=0$, and so once again, we find only a trivial solution.

2.3 Some Differential Equations Have Oscillatory Solutions

Let’s hope that assuming $K$ to be negative gives us something interesting. If we set $K=-\beta^2$, then $K$ is negative if $\beta$ is real.

$$
\frac {d^2X(x)}{dx^2} + \beta^2X(x)=0
$$

The general solution is:

$$
X(x)=c_1e^{i\beta x}+c_2e^{-i\beta x}
$$

It is sometimes more convenient to rewrite expressions using Euler’s formula:

$$
X(x)=(c_1+c_2)cos\beta x + (ic_1-ic_2)sin\beta x = c_3e^{i\beta x}+c_4e^{-i\beta x}
$$

We see that the general solution to equation can be written as:

$$
X(x)=Acos\beta x+Bsin\beta x
$$

The condition at the boundary says that:

$$
X(l)=Bsin\beta l=0
$$

So:

$$
\beta l=n\pi \quad n=1,2,3,\cdots
$$

Where we have omitted the $n=0$ case because it leads to $\beta=0$, and a trivial solution. So far, then, we have that:

$$
X(x)=Bsin\frac {n\pi x}l
$$

这个形式虽然是从经典波动方程中推出的,但是很快我们就会在量子力学的势箱中再次遇到这种形式。

2.4 The General Solution to the Wave Equation Is a Superposition of Normal Modes

Remember the equation:

$$
\frac {d^2T(t)}{dt^2}+\beta^2v^2T(t)=0
$$

The general solution to equation is:

$$
T(t)=Dcos\omega_nt+Esin\omega_nt
$$

Where $\omega_n=\beta v=n\pi v/l$. We have no conditions to specify D and E, so the amplitude is:

$$
\begin{aligned} u(x,t) &=X(x)T(t)=(Bsin\frac {n\pi x}l)(Dcos\omega_nt+Esin\omega_nt) \[3mm] &=(Fcos\omega_nt+Gsin\omega_nt)sin\frac {n\pi x}l \quad n=1,2,3,\cdots \end{aligned}
$$

Because there is a $u(x,t)$ for each integer $n$ and because the values of $F$ and $G$ may depend on $n$, we should write $u(x,t)$ as:

$$
u_n(x,t)=(F_ncos\omega_nt+G_nsin\omega_nt)sin\frac {n\pi x}l \quad n=1,2,\cdots
$$

Because each $u_n(x,t)$ is a solution to the linear differential equation, their sum is also a solution and is, in fact, the general solution. Therefore, we have:

$$
u(x,t)=\sum_{n=1}^{\infin}(F_ncos\omega_nt+G_nsin\omega_nt)sin\frac {n\pi x}l \quad n=1,2,\cdots
$$

$Fcos\omega t+Gsin\omega t$ can be written in the equivalent form, $Acos(\omega_nt+\phi_n)$, where $A$ and are constants expressible in terms of $F$ and $G$. The quantity $A$ is the amplitude of the wave and $\phi$ is called the phase angle.

$$
u(x,t)=\sum_{n=1}^{\infin}A_ncos(\omega_nt+\phi_n)sin\frac {n\pi x}l=\sum_{n=1}^{\infin}u_n(x,t)
$$

The equation has a nice physical interpretation. Each $u_n(x,t)$ is called a normal mode, and the time dependence of each normal mode represents harmonic motion of frequency.

$$
\nu_n=\frac {\omega_n}{2\pi}=\frac {\nu n}{2\pi}
$$

The waves shown in Figure 2.2 are called standing waves because the positions of the nodes are fixed in time. Between the nodes, the string oscillates up and down.

QC-fig2.2

It is easy to continue and show that the number of nodes is equal to $n-1$.

波动方程的通解是一系列特解的叠加,每一个特解在物理学中称为简正模,因此一般振动其实是一系列简正模的线性组合。

2.5 A Vibrating Membrane Is Described by a Two-Dimensional Wave Equation

The generalization of wave equation to two dimensions is:

$$
\frac {\partial^2u}{\partial x^2}+\frac {\partial^2u}{\partial y^2}=\frac {1}{v^2}\frac {\partial^2u}{\partial t^2}
$$

We will apply this equation to a rectangular membrane whose entire perimeter is clamped. By referring to the geometry in Figure 2.3, we see that the boundary conditions that $u(x,y,t)$ must satisfy (because its four edges are clamped) are:

$$
u(0,y)=u(a,y)=0 \quad and \quad u(x,0)=u(x,b)=0 \quad (for\ all\ t)
$$

QC-fig2.3

By applying the method of separation of variables to equation, we assume that $u(x,y,t)$ can be written as the product of a spatial part and a temporal part or that:

$$
u(x,y,t)=F(x,y)T(t)
$$

We can find:

$$
\frac 1{v^2T(t)}\frac {d^2T}{dt^2}=\frac 1{F(x,y)}(\frac {\partial^2 F}{\partial x^2}+\frac {\partial^2F}{\partial y^2})
$$

Anticipating that the separation constant will be negative, as it was in the previous sections, we write it as $-\beta^2$ and obtain the two separate equations:

$$
\frac {d^2T}{dt^2}+v^2\beta^2T(t)=0
$$

and

$$
\frac {\partial^2F}{\partial x^2}+\frac {\partial^2F}{\partial y^2}+\beta^2F(x,y)=0
$$

We once again use separation of variables. Substitute $F(x,y)=X(x)Y(y)$ into equation and divide both sides by $X(x)Y(y)$ to obtain:

$$
\frac 1{X(x)}\frac {d^2X}{dx^2}+\frac 1{Y(y)}\frac {d^2Y}{dy^2}+\beta^2=0
$$

Again we argue that because $x$ and $y$ are independent variables, the only way this equation can be valid is that:

$$
\frac 1{X(x)}\frac {d^2X}{dx^2}=-p^2 \quad and \quad \frac 1{Y(y)}\frac {d^2Y}{dy^2}=-q^2
$$

$$
p^2+q^2=\beta^2
$$

The solutions:

$$
X(x)=Acospx+Bsinpx \quad Y(y)=Ccosqy+Dsinqy
$$

The boundary conditions imply that:

$$
X(0)=X(a)=0 \quad Y(0)=Y(b)=0
$$

So that:

$$
X_n(x)=Bsin\frac {n\pi x}{a} \quad n=1,2,\cdots
$$

$$
Y_m(y)=Dsin\frac {n\pi y}{b} \quad m=1,2,\cdots
$$

Recalling that $p^2+q^2=\beta^2$, we see that:

$$
\beta_{nm}=\pi \left(\frac {n^2}{a^2}+\frac {m^2}{b^2} \right)^{1/2} \quad m=n=1,2,\cdots
$$

Now we solve the equation for the time dependence:

$$
T_{nm}(t)=E_{nm}cos\omega_{nm}t+F_{nm}sin\omega_{nm}t=G_{nm}cos(\omega_{nm}t+\phi)
$$

One solution to equation is given by the product $u_{nm}(x,y,t)=X_n(x)Y_m(y)T_{nm}(t)$,and the general solution is given by:

$$
u(x,y,t)=\sum_{n=1}^{\infin}\sum_{m=1}^{\infin}u_{nm}(x,y,t)
$$

As in the one-dimensional case of a vibrating string, we see that the general vibrational motion of a rectangular drum can be expressed as a superposition of normal modes, $u_{nm}(x,y,t)$. Some of these modes are shown in Figure 2.4.

QC-fig2.4

Note that in this two-dimensional problem we obtain nodal lines. In two-dimensional problems, the nodes are lines, as compared with points in one-dimensional problems.

Figure 2.4 shows the normal modes for a case in which $a\ne b$. The case in which $a=b$ is an interesting one.

When $a=b$:

$$
\omega_{nm}=\nu\beta_{nm}=\frac {\nu\pi}{a} \left(n^2+m^2 \right)^{1/2}
$$

We see that $\omega_{12}=\omega_{21}=\sqrt5\nu\pi/a$ in this case; yet the normal modes $u_{12}(x,y,t)$ and $u_{21}(x,y,t)$ are not the same, as seen from Figure 2.5. This is an example of a degeneracy, and we say that the frequency $\omega_{12}=\omega_{21}$ is doubly degenerate or two-fold degenerate.

QC-fig2.5

Note that the phenomenon of degeneracy arises because of the symmetry introduced when $a=b$. There will be at least a two-fold degeneracy when $m\ne n$ because $m^2+n^2=n^2+m^2$. We will see that the concept of degeneracy arises in quantum mechanics also.

2.6 A Characteristic Property of Waves Is That They Lead to Interference

We saw in Section 2.4 that a traveling wave can be expressed as a superposition of standing waves. To see this more explicitly, start with this:

$$
u(x,t)=cos\omega_1tsin\frac {\pi x}{l}
$$

Now use the trigonometric identity to write $u(x,t)$ in the form:

$$
u(x,t)=\frac 12sin \left[\frac {\pi}t(x+vt) \right]+\frac 12sin \left[\frac {\pi}l(x-vt) \right]
$$

Note that the shape does not change with time; the curve simply moves uniformly to the right. In fact, the speed with which it moves is $v$, which you can see by setting $\pi(x-vt)/l=constant$, and then differentiating with respect to $t$ to find that $dx/dt=v$.

Introduce the angular frequency $\omega=2\pi \nu$ (radians per second) and $k=2\pi/\lambda$ to write the expression:

$$
f(x,t)=sin(kt-\omega t)
$$

The equation expresses a traveling wave in very common notation. The quantity $k$ is called the wave vector. In one dimension, $k$ is just a scalar, but in two or three dimensions $k$ is a vector that describes the direction of propagation of the wave. When dealing with traveling waves, it is usually more convenient to use a complex exponential notation and to express $f(x,t)$ above as:

$$
f(x,t)=e^{i(kx-\omega t)}
$$

A wave of the form described by the equation is called a plane wave because it is uniform in the y-z plane.

Let’s use the equation to derive the interference pattern of a two-slit experiment like that discussed in Section 1.13.

QC-fig2.6

If we let $x_0$ be the distance $S_1P$ in Figure 2.6, we can write the electric field at the point P as:

$$
\begin{aligned} E(\theta) &=E_0e^{i(kx_0-\omega t)}+E_0e^{i(k(x_0+dsin\theta)-\omega t)} \ &=E_0e^{i(kx_0-\omega t)}(1+e^{ikdsin\theta}) \ &=E_0(1+e^{ikdsin\theta})e^{i(kx_0-\omega t)} \ &=A(\theta)e^{i(kx_0-\omega t)} \end{aligned}
$$

Where $A(\theta)$ is the amplitude of $e^{i(kx_0-\omega t)}$ We have written $E$ and $A$ as $E(\theta)$ and $A(\theta)$ to emphasize their dependence on the angle $\theta$. The intensity of the radiation is given by:

$$
I(\theta)=A^*(\theta)A(\theta)
$$

$$
I(\theta)=2E_0^2 \left[1+cos(kdsin\theta) \right]
$$

Using the $k=2\pi/\lambda$ and trigonometric identity to write this as:

$$
I(\theta)=4E_0^2cos^2\frac {\pi dsin\theta}{\lambda}
$$

Note that $I(\theta)$ achieves maximum values when $cos^2(\pi dsin\theta/\lambda)$, or when:

$$
\frac {\pi d sin\theta}{\lambda}=n\pi \quad n=0,\pm1,\pm2,\cdots
$$

Note that this is just the relation ($dsin\theta=n\lambda$) that we derived in Section 1.13.

QC-fig2.7

This chapter has presented a discussion of the wave equation and its solutions. In Chapter 3, we will use the mathematical methods developed here.

总结

本章作为物理基础,或者说是物理复习其实是很重要的,因为下一章在向经典理论中引入量子力学的过程中,仍会用到这一章涉及的方法和概念,如线性变分法等。作为一本化学书,本章的内容也是充分考虑到读者的物理水平,讲解还是很细致的。

这章花的时间比我预计的长了不少,主要是需要编辑不少$\LaTeX$.


《Quantum Chemistry》章末总结2
http://argon-gas.top/p/15101.html
作者
Sun
发布于
2024年1月18日
许可协议