Problems 3

Part II ✎ Problems Phillips pp. 52–58 Β· ~24 min read

  • Poisson distribution
  • Gaussian distribution
  • exponential distribution
  • uncertainty product
  • probability current
  • Ehrenfest theorem

Only the middle group is quantum. The first exercises ordinary probability, and the last two would look at home in a classical field theory.

Nine problems, and they fall into three clean groups. 1–3 exercise the probability theory of Β§3.1 on the Poisson, Gaussian and exponential distributions β€” the three the section named. 4–7 are the chapter’s real exercise: compute Ξ”x Δp\Delta x\,\Delta p for four different wave functions and compare each with ℏ/2\hbar/2. 8–9 derive two results the main text used but did not prove β€” the probability current, and ⟨p⟩=m d⟨x⟩/dt\langle p\rangle = m\,\mathrm d\langle x\rangle/\mathrm dt.

Group 1 β€” probability (problems 1–3)

These are the three distributions Β§3.1 promised, and the distribution widget there plots all of them live. Nothing quantum appears in this group.

1 The Poisson distribution derivation

First used by SimΓ©on-Denis Poisson in 1837 to describe seemingly random criminal events in Paris. If independent events have a constant tendency to occur and the average rate of occurrence is aa, the probability of exactly nn events is

pn=eβˆ’aann!,n=0,1,2,β€¦βˆžp_n = \frac{e^{-a}a^n}{n!},\qquad n = 0, 1, 2, \dots\infty

(a) Using e+a=1+a1!+a22!+a33!+…e^{+a} = 1 + \frac{a}{1!} + \frac{a^2}{2!} + \frac{a^3}{3!} + \dots, show that βˆ‘n=0∞pn=1\sum_{n=0}^{\infty} p_n = 1.

(b) Using n/n!=1/(nβˆ’1)!n/n! = 1/(n-1)! and an=a anβˆ’1a^n = a\,a^{n-1}, show that βˆ‘n=0∞npn=a\sum_{n=0}^{\infty} np_n = a, so ⟨n⟩=a\langle n\rangle = a.

(c) By similar techniques find ⟨n2⟩\langle n^2\rangle and show, using Eq. (3.4), that Ξ”n=a\Delta n = \sqrt a.

πŸ’‘ Phillips' own hint

Every part is the same trick: recognise a series you already know.

For (a), factor out eβˆ’ae^{-a} and the sum that remains is the exponential series for e+ae^{+a}.

For (b), the n=0n = 0 term contributes nothing, so start the sum at n=1n = 1. Then npn=eβˆ’aan/(nβˆ’1)!np_n = e^{-a}a^n/(n-1)!; pull out one factor of aa and substitute k=nβˆ’1k = n-1, and you are back to the same series.

For (c), n2n^2 resists directly. Write n2=n(nβˆ’1)+nn^2 = n(n-1) + n β€” the first piece kills two factorial terms at once and the second you did in (b).

βœ“ Worked solution

(a) βˆ‘npn=eβˆ’aβˆ‘nann!=eβˆ’ae+a=1\sum_n p_n = e^{-a}\sum_n \dfrac{a^n}{n!} = e^{-a}e^{+a} = 1.

(b) Dropping the vanishing n=0n = 0 term and putting k=nβˆ’1k = n - 1:

βˆ‘n=1∞n eβˆ’aann!=eβˆ’aβˆ‘n=1∞an(nβˆ’1)!=a eβˆ’aβˆ‘k=0∞akk!=a\sum_{n=1}^{\infty} n\,\frac{e^{-a}a^n}{n!} = e^{-a}\sum_{n=1}^{\infty}\frac{a^n}{(n-1)!} = a\,e^{-a}\sum_{k=0}^{\infty}\frac{a^{k}}{k!} = a

(c) With n2=n(nβˆ’1)+nn^2 = n(n-1) + n, the first piece gives (starting at n=2n = 2, k=nβˆ’2k = n-2)

βˆ‘n(nβˆ’1)pn=eβˆ’aβˆ‘n=2∞an(nβˆ’2)!=a2\sum n(n-1)p_n = e^{-a}\sum_{n=2}^{\infty}\frac{a^n}{(n-2)!} = a^2

so ⟨n2⟩=a2+a\langle n^2\rangle = a^2 + a. Then Eq. (3.4):

(Ξ”n)2=⟨n2βŸ©βˆ’βŸ¨n⟩2=a2+aβˆ’a2=aβ‡’Ξ”n=a(\Delta n)^2 = \langle n^2\rangle - \langle n\rangle^2 = a^2 + a - a^2 = a \quad\Rightarrow\quad \Delta n = \sqrt a

Why it matters. The fractional uncertainty is Ξ”n/⟨n⟩=1/a\Delta n/\langle n\rangle = 1/\sqrt a, so improving a counting measurement tenfold costs a hundredfold in time. Β§3.1 works the numbers.

2 The Gaussian distribution derivation

With standard deviation Οƒ\sigma,

ρ(x) dx=12πσ2 eβˆ’x2/2Οƒ2 dx,βˆ’βˆž<x<+∞\rho(x)\,\mathrm dx = \frac{1}{\sqrt{2\pi\sigma^2}}\,e^{-x^2/2\sigma^2}\,\mathrm dx,\qquad -\infty < x < +\infty

normalized because 12πσ2βˆ«βˆ’βˆž+∞eβˆ’x2/2Οƒ2dx=1\frac{1}{\sqrt{2\pi\sigma^2}}\int_{-\infty}^{+\infty}e^{-x^2/2\sigma^2}\mathrm dx = 1. Phillips notes it is famous for describing a random variable arising from a multitude of small random contributions, β€œsuch as the net distance travelled by a tottering drunk with very small legs.”

(a) By considering the effect of xβ†’βˆ’xx \to -x on xρ(x)x\rho(x), show ⟨x⟩=0\langle x\rangle = 0.

(b) Using βˆ«βˆ’βˆž+βˆžΟβ€‰dx=[xρ(x)]βˆ’βˆž+βˆžβˆ’βˆ«βˆ’βˆžβˆžxdρdxdx\int_{-\infty}^{+\infty}\rho\,\mathrm dx = \big[x\rho(x)\big]_{-\infty}^{+\infty} - \int_{-\infty}^{\infty} x\frac{\mathrm d\rho}{\mathrm dx}\mathrm dx, show ⟨x2⟩=Οƒ2\langle x^2\rangle = \sigma^2.

(c) Hence verify that the standard deviation of xx is Οƒ\sigma.

πŸ’‘ Phillips' own hint

(a) needs no integration at all β€” only the observation that an odd function integrated over a symmetric interval gives zero.

(b) is integration by parts run backwards. The bracketed boundary term dies because ρ\rho decays faster than 1/x1/x. Then note that for a Gaussian, dρ/dx=βˆ’xΟƒ2ρ\mathrm d\rho/\mathrm dx = -\dfrac{x}{\sigma^2}\rho β€” substitute that and the remaining integral is ⟨x2⟩/Οƒ2\langle x^2\rangle/\sigma^2.

βœ“ Worked solution

(a) ρ\rho is even, so xρ(x)x\rho(x) is odd. Under xβ†’βˆ’xx\to-x the integrand changes sign while the range is unchanged, so the integral equals its own negative and must vanish. No calculation is required β€” and this is worth noticing, because Β§3.5 uses the same symmetry argument repeatedly.

(b) The boundary term vanishes. Substituting dρ/dx=βˆ’xρ/Οƒ2\mathrm d\rho/\mathrm dx = -x\rho/\sigma^2:

1=βˆ’βˆ«βˆ’βˆžβˆžx(βˆ’xρσ2)dx=1Οƒ2βˆ«βˆ’βˆžβˆžx2ρ dx=⟨x2βŸ©Οƒ21 = -\int_{-\infty}^{\infty} x\left(-\frac{x\rho}{\sigma^2}\right)\mathrm dx = \frac{1}{\sigma^2}\int_{-\infty}^{\infty}x^2\rho\,\mathrm dx = \frac{\langle x^2\rangle}{\sigma^2}

so ⟨x2⟩=Οƒ2\langle x^2\rangle = \sigma^2.

(c) (Ξ”x)2=⟨x2βŸ©βˆ’βŸ¨x⟩2=Οƒ2βˆ’0(\Delta x)^2 = \langle x^2\rangle - \langle x\rangle^2 = \sigma^2 - 0, so Ξ”x=Οƒ\Delta x = \sigma. The parameter called Οƒ\sigma is the standard deviation β€” which is why the Gaussian is written that way.

3 The exponential distribution β€” particle lifetimes derivation

The probability that an unstable particle lives for time tt and then decays in tt to t+dtt + \mathrm dt is

p(t) dt=eβˆ’Ξ»tλ dtp(t)\,\mathrm dt = e^{-\lambda t}\lambda\,\mathrm dt

with Ξ»\lambda a positive decay constant.

(a) Show that the probability the particle eventually decays is 1.

(b) Find the mean lifetime.

(c) Find the probability that the particle lives for at least a time TT.

πŸ’‘ Phillips' own hint

All three are the same integral, ∫eβˆ’Ξ»t dt\int e^{-\lambda t}\,\mathrm dt, over different ranges β€” plus one integration by parts for (b).

For (c), β€œlives at least TT” means it decays at some time after TT, so integrate from TT to ∞\infty rather than from 0.

βœ“ Worked solution

(a) ∫0∞λeβˆ’Ξ»tdt=[βˆ’eβˆ’Ξ»t]0∞=1\displaystyle\int_0^{\infty}\lambda e^{-\lambda t}\mathrm dt = \big[-e^{-\lambda t}\big]_0^{\infty} = 1. The particle decays with certainty β€” it just does not say when.

(b) ⟨t⟩=∫0∞tΞ»eβˆ’Ξ»tdt=1Ξ»\displaystyle\langle t\rangle = \int_0^{\infty}t\lambda e^{-\lambda t}\mathrm dt = \frac{1}{\lambda}.

(c) P(t>T)=∫T∞λeβˆ’Ξ»tdt=eβˆ’Ξ»T\displaystyle P(t > T) = \int_T^{\infty}\lambda e^{-\lambda t}\mathrm dt = e^{-\lambda T}.

The memoryless property. Given survival to time TT, the probability of surviving a further ss is eβˆ’Ξ»(T+s)/eβˆ’Ξ»T=eβˆ’Ξ»se^{-\lambda(T+s)}/e^{-\lambda T} = e^{-\lambda s} β€” independent of TT. A nucleus that has waited a billion years is exactly as likely to decay in the next second as a freshly made one. Nothing ages; there is no internal clock. It is also why Ξ”t=1/Ξ»=⟨t⟩\Delta t = 1/\lambda = \langle t\rangle, as Β§3.1’s widget shows: mean and spread coincide.

Group 2 β€” the uncertainty product (problems 4–7)

Four wave functions, four values of Ξ”x Δp\Delta x\,\Delta p. Worked one at a time they are four disconnected integrals; the point only appears when you line them up.

Problems 4–7 side by side: how close does each wave function get to Δ§/2?

Δ§/2 β€” no state below this0123Ξ”x Β· Ξ”p (units of Δ§)0.5000problem 4 β€” the Gaussian0.5679problem 6 β€” and the box ground state of Β§3.40.5976problem 5 β€” a parabola in a box0.8660problem 7 β€” a one-sided exponential1.6703Β§3.42.6272Β§3.4

N e^(βˆ’xΒ²/2aΒ²) β€” The only shape that touches the bound. Infinitely smooth, with no edges and no kinks anywhere β€” and its Fourier transform is another Gaussian, so squeezing one side widens the other by exactly the reciprocal factor.

Click a row. The ordering is the lesson: the smoother the wave function, the closer to the bound. A Gaussian has no edges at all and sits exactly on it; a cosine that vanishes at two walls has a kink in its derivative and pays 14%; a skewed exponential pays 73%. Excited states are not close to the limit at all β€” Δ§/2 is a floor that almost nothing touches, not a value that most states take.

4 The Gaussian wave function β€” the minimum numerical

A particle of mass mm with

Ξ¨(x)=Neβˆ’x2/2a2\Psi(x) = N e^{-x^2/2a^2}

where aa is a constant length. Use the properties of the Gaussian distribution from problem 2 rather than integrating from scratch.

(a) Confirm ⟨x⟩=0\langle x\rangle = 0 and ⟨x2⟩=a2/2\langle x^2\rangle = a^2/2.

(b) Show, without lengthy calculation, that ⟨p⟩=0\langle p\rangle = 0 and ⟨p2⟩=ℏ2/2a2\langle p^2\rangle = \hbar^2/2a^2. Hint from the book: use integration by parts to show βˆ«βˆ’βˆž+βˆžΞ¨βˆ—d2Ξ¨dx2dx=βˆ’βˆ«βˆ’βˆž+∞dΞ¨βˆ—dxdΞ¨dxdx\int_{-\infty}^{+\infty}\Psi^*\frac{\mathrm d^2\Psi}{\mathrm dx^2}\mathrm dx = -\int_{-\infty}^{+\infty}\frac{\mathrm d\Psi^*}{\mathrm dx}\frac{\mathrm d\Psi}{\mathrm dx}\mathrm dx, then reuse the integrals of part (a).

(c) Hence show Ξ”x Δp=ℏ/2\Delta x\,\Delta p = \hbar/2.

πŸ’‘ Phillips' own hint

For (a), note ∣Ψ∣2∝eβˆ’x2/a2|\Psi|^2 \propto e^{-x^2/a^2}. Match that against problem 2’s eβˆ’x2/2Οƒ2e^{-x^2/2\sigma^2}: you need 2Οƒ2=a22\sigma^2 = a^2, so Οƒ=a/2\sigma = a/\sqrt2 and ⟨x2⟩=Οƒ2=a2/2\langle x^2\rangle = \sigma^2 = a^2/2 immediately.

For (b), ⟨p⟩=0\langle p\rangle = 0 by symmetry β€” Ξ¨\Psi is real and even, so dΞ¨/dx\mathrm d\Psi/\mathrm dx is odd and the integrand is odd. For ⟨p2⟩\langle p^2\rangle, the book’s hint converts the second derivative into ∣dΞ¨/dx∣2|\mathrm d\Psi/\mathrm dx|^2, and dΞ¨/dx=βˆ’(x/a2)Ξ¨\mathrm d\Psi/\mathrm dx = -(x/a^2)\Psi turns the result into ⟨x2⟩/a4\langle x^2\rangle/a^4.

βœ“ Worked solution

(a) ∣Ψ∣2∝eβˆ’x2/a2|\Psi|^2 \propto e^{-x^2/a^2} is a Gaussian with 2Οƒ2=a22\sigma^2 = a^2, i.e. Οƒ=a/2\sigma = a/\sqrt2. Problem 2 then gives ⟨x⟩=0\langle x\rangle = 0 and ⟨x2⟩=Οƒ2=a2/2\langle x^2\rangle = \sigma^2 = a^2/2 with no integration.

(b) ⟨p⟩=0\langle p\rangle = 0 by parity. For the square, the hint gives

⟨p2⟩=βˆ’β„2βˆ«Ξ¨βˆ—d2Ξ¨dx2dx=ℏ2∫∣dΞ¨dx∣2dx\langle p^2\rangle = -\hbar^2\int\Psi^*\frac{\mathrm d^2\Psi}{\mathrm dx^2}\mathrm dx = \hbar^2\int\left|\frac{\mathrm d\Psi}{\mathrm dx}\right|^2\mathrm dx

With dΞ¨/dx=βˆ’(x/a2)Ξ¨\mathrm d\Psi/\mathrm dx = -(x/a^2)\Psi,

⟨p2⟩=ℏ2a4∫x2∣Ψ∣2dx=ℏ2a4⟨x2⟩=ℏ2a4β‹…a22=ℏ22a2\langle p^2\rangle = \frac{\hbar^2}{a^4}\int x^2|\Psi|^2\mathrm dx = \frac{\hbar^2}{a^4}\langle x^2\rangle = \frac{\hbar^2}{a^4}\cdot\frac{a^2}{2} = \frac{\hbar^2}{2a^2}

(c) Ξ”x=a/2\Delta x = a/\sqrt2 and Ξ”p=ℏ/a2\Delta p = \hbar/a\sqrt2, so

Ξ”x Δp=a2⋅ℏa2=ℏ2\Delta x\,\Delta p = \frac{a}{\sqrt2}\cdot\frac{\hbar}{a\sqrt2} = \frac{\hbar}{2}

Exactly the floor β€” every aa cancels, so it holds for a Gaussian of any width. This is the only wave function in the book that achieves it.

5 A parabola in a box numerical

A particle confined to 0≀x≀a0 \le x \le a with

ψ(x)=Nx(aβˆ’x)\psi(x) = Nx(a - x)

(a) Normalize the wave function and find the average position.

(b) Show that

Ξ”x=128 aandΞ”p=10 ℏa\Delta x = \sqrt{\frac{1}{28}}\,a \quad\text{and}\quad \Delta p = \sqrt{10}\,\frac{\hbar}{a}
πŸ’‘ Phillips' own hint

Everything reduces to ∫0axn(aβˆ’x)mdx\int_0^a x^n(a-x)^m\mathrm dx, which you can expand and integrate term by term.

⟨x⟩=a/2\langle x\rangle = a/2 follows from symmetry about the midpoint β€” the parabola is symmetric, so no integration is needed.

For Ξ”p\Delta p, use the same trick as problem 4: ⟨p2⟩=ℏ2βˆ«βˆ£Οˆβ€²βˆ£2dx\langle p^2\rangle = \hbar^2\int|\psi'|^2\mathrm dx, and Οˆβ€²=N(aβˆ’2x)\psi' = N(a - 2x) is simple. Note ⟨p⟩=0\langle p\rangle = 0 because ψ\psi is real and bound.

βœ“ Worked solution

(a) N2∫0ax2(aβˆ’x)2dx=N2a5/30=1N^2\int_0^a x^2(a-x)^2\mathrm dx = N^2a^5/30 = 1, so N=30/a5N = \sqrt{30/a^5}. By symmetry ⟨x⟩=a/2\langle x\rangle = a/2.

(b) ⟨x2⟩=N2∫0ax4(aβˆ’x)2dx=30a5β‹…a7105=2a27\langle x^2\rangle = N^2\int_0^a x^4(a-x)^2\mathrm dx = \dfrac{30}{a^5}\cdot\dfrac{a^7}{105} = \dfrac{2a^2}{7}, so

(Ξ”x)2=2a27βˆ’a24=8a2βˆ’7a228=a228(\Delta x)^2 = \frac{2a^2}{7} - \frac{a^2}{4} = \frac{8a^2 - 7a^2}{28} = \frac{a^2}{28}

For momentum, Οˆβ€²=N(aβˆ’2x)\psi' = N(a-2x) and

⟨p2⟩=ℏ2N2∫0a(aβˆ’2x)2dx=ℏ2β‹…30a5β‹…a33=10ℏ2a2\langle p^2\rangle = \hbar^2N^2\int_0^a(a-2x)^2\mathrm dx = \hbar^2\cdot\frac{30}{a^5}\cdot\frac{a^3}{3} = \frac{10\hbar^2}{a^2}

so Ξ”p=10 ℏ/a\Delta p = \sqrt{10}\,\hbar/a and

Ξ”x Δp=a28β‹…10 ℏa=1028 ℏ=0.5976 ℏ\Delta x\,\Delta p = \frac{a}{\sqrt{28}}\cdot\frac{\sqrt{10}\,\hbar}{a} = \sqrt{\frac{10}{28}}\,\hbar = 0.5976\,\hbar

Comfortably above ℏ/2\hbar/2, and β€” see the ladder above β€” slightly worse than the true ground state it approximates.

6 A cosine in a box β€” the ground state relocated numerical

A particle of mass mm confined to βˆ’a/2<x<+a/2-a/2 < x < +a/2, zero outside, and inside

Ξ¨=2acos⁑πxa\Psi = \sqrt{\frac{2}{a}}\cos\frac{\pi x}{a}

(a) Explain the physical significance of βˆ«βˆ’βˆž+βˆžΞ¨βˆ—xΨ dx\int_{-\infty}^{+\infty}\Psi^*x\Psi\,\mathrm dx and βˆ«βˆ’βˆž+βˆžΞ¨βˆ—(βˆ’iℏddx)Ψ dx\int_{-\infty}^{+\infty}\Psi^*\left(-i\hbar\frac{\mathrm d}{\mathrm dx}\right)\Psi\,\mathrm dx, and show that both are zero.

(b) Show that

Ξ”x Δp=Ο€2βˆ’612 ℏ\Delta x\,\Delta p = \sqrt{\frac{\pi^2 - 6}{12}}\,\hbar

using βˆ«βˆ’a/2+a/2x2cos⁑2Ο€xadx=a3Ο€3(Ο€324βˆ’Ο€4)\int_{-a/2}^{+a/2}x^2\cos^2\frac{\pi x}{a}\mathrm dx = \dfrac{a^3}{\pi^3}\left(\dfrac{\pi^3}{24} - \dfrac{\pi}{4}\right).

πŸ’‘ Phillips' own hint

For (a), both integrals are ⟨x⟩\langle x\rangle and ⟨p⟩\langle p\rangle β€” Eqs. (3.25) and (3.27). Both vanish by parity: Ξ¨\Psi is real and even, so x∣Ψ∣2x|\Psi|^2 is odd, and Ψ dΞ¨/dx\Psi\,\mathrm d\Psi/\mathrm dx is odd too.

For (b), ⟨p2⟩\langle p^2\rangle is easiest from ℏ2βˆ«βˆ£Ξ¨β€²βˆ£2\hbar^2\int|\Psi'|^2, with Ξ¨β€²βˆsin⁑(Ο€x/a)\Psi' \propto \sin(\pi x/a), giving ⟨p2⟩=(πℏ/a)2\langle p^2\rangle = (\pi\hbar/a)^2 directly.

βœ“ Worked solution

(a) They are ⟨x⟩\langle x\rangle and ⟨p⟩\langle p\rangle: the average position and average momentum. Both vanish by symmetry, since Ξ¨\Psi is even about the origin. Physically, the particle sits symmetrically in its box and goes nowhere on average β€” though neither Ξ”x\Delta x nor Ξ”p\Delta p is zero.

(b) From the supplied integral,

⟨x2⟩=2aβ‹…a3Ο€3(Ο€324βˆ’Ο€4)=a2(112βˆ’12Ο€2)\langle x^2\rangle = \frac{2}{a}\cdot\frac{a^3}{\pi^3}\left(\frac{\pi^3}{24}-\frac{\pi}{4}\right) = a^2\left(\frac{1}{12} - \frac{1}{2\pi^2}\right)

and ⟨p2⟩=Ο€2ℏ2/a2\langle p^2\rangle = \pi^2\hbar^2/a^2. Hence

Ξ”x Δp=a112βˆ’12Ο€2⋅πℏa=Ο€2βˆ’612 ℏ=0.5679 ℏ\Delta x\,\Delta p = a\sqrt{\frac{1}{12}-\frac{1}{2\pi^2}}\cdot\frac{\pi\hbar}{a} = \sqrt{\frac{\pi^2-6}{12}}\,\hbar = 0.5679\,\hbar

This is the box ground state of Β§3.4, shifted so the box is centred on the origin. Sure enough it reproduces the 0.5679 ℏ0.5679\,\hbar computed there β€” a useful check that shifting the origin changes ⟨x⟩\langle x\rangle but not Ξ”x\Delta x.

7 A one-sided exponential numerical

A particle with normalized wave function

Ξ¨(x)={Nxeβˆ’Ξ±x/2ifΒ 0≀x<∞0elsewhere\Psi(x) = \begin{cases} Nxe^{-\alpha x/2} & \text{if } 0 \le x < \infty\\ 0 & \text{elsewhere}\end{cases}

where Ξ±\alpha is a positive real constant and N=Ξ±3/2N = \sqrt{\alpha^3/2}.

(a) Write down the probability of finding the particle between xx and x+dxx + \mathrm dx, describe how it depends on xx, and find the most probable value of xx.

(b) Find ⟨x⟩\langle x\rangle and ⟨x2⟩\langle x^2\rangle.

(c) Find ⟨p⟩\langle p\rangle and ⟨p2⟩\langle p^2\rangle.

(d) Show these give uncertainties consistent with the Heisenberg relation. The identity ∫0∞eβˆ’Ξ±xxndx=n!Ξ±n+1\int_0^{\infty}e^{-\alpha x}x^n\mathrm dx = \dfrac{n!}{\alpha^{n+1}} for n>βˆ’1n > -1 is useful.

πŸ’‘ Phillips' own hint

Every integral here is the supplied identity with a different nn β€” set them up and read off the answer.

For (a), the most probable xx maximises ∣Ψ∣2=N2x2eβˆ’Ξ±x|\Psi|^2 = N^2x^2e^{-\alpha x}; differentiate and set to zero.

For (c), ⟨p⟩=0\langle p\rangle = 0 because Ξ¨\Psi is real and normalizable (a bound state carries no net momentum), and ⟨p2⟩=ℏ2βˆ«βˆ£Ξ¨β€²βˆ£2\langle p^2\rangle = \hbar^2\int|\Psi'|^2 with Ξ¨β€²=Neβˆ’Ξ±x/2(1βˆ’Ξ±x/2)\Psi' = N e^{-\alpha x/2}(1 - \alpha x/2).

βœ“ Worked solution

(a) ∣Ψ∣2dx=Ξ±32x2eβˆ’Ξ±xdx|\Psi|^2\mathrm dx = \dfrac{\alpha^3}{2}x^2e^{-\alpha x}\mathrm dx. It vanishes at the origin (the x2x^2), rises to a peak, then decays exponentially. Setting d(x2eβˆ’Ξ±x)/dx=0\mathrm d(x^2e^{-\alpha x})/\mathrm dx = 0 gives 2x=Ξ±x22x = \alpha x^2, so the most probable position is x=2/Ξ±x = 2/\alpha.

(b) With the identity,

⟨x⟩=Ξ±32β‹…3!Ξ±4=3Ξ±,⟨x2⟩=Ξ±32β‹…4!Ξ±5=12Ξ±2\langle x\rangle = \frac{\alpha^3}{2}\cdot\frac{3!}{\alpha^4} = \frac{3}{\alpha},\qquad \langle x^2\rangle = \frac{\alpha^3}{2}\cdot\frac{4!}{\alpha^5} = \frac{12}{\alpha^2}

so (Ξ”x)2=12/Ξ±2βˆ’9/Ξ±2=3/Ξ±2(\Delta x)^2 = 12/\alpha^2 - 9/\alpha^2 = 3/\alpha^2 and Ξ”x=3/Ξ±\Delta x = \sqrt3/\alpha.

Note the mean 3/Ξ±3/\alpha exceeds the mode 2/Ξ±2/\alpha: the long right-hand tail drags the average past the peak. That is what skew does, and it is why this state ends up far from the uncertainty floor.

(c) ⟨p⟩=0\langle p\rangle = 0. For the square, with Ξ¨β€²=Neβˆ’Ξ±x/2(1βˆ’Ξ±x/2)\Psi' = Ne^{-\alpha x/2}(1 - \alpha x/2),

⟨p2⟩=ℏ2N2∫0∞eβˆ’Ξ±x(1βˆ’Ξ±x+Ξ±2x24)dx=ℏ2N2(1Ξ±βˆ’1Ξ±+12Ξ±)=ℏ2Ξ±24\langle p^2\rangle = \hbar^2N^2\int_0^{\infty}e^{-\alpha x}\left(1 - \alpha x + \frac{\alpha^2x^2}{4}\right)\mathrm dx = \hbar^2N^2\left(\frac{1}{\alpha} - \frac{1}{\alpha} + \frac{1}{2\alpha}\right) = \frac{\hbar^2\alpha^2}{4}

so Ξ”p=ℏα/2\Delta p = \hbar\alpha/2. Note how the first two terms cancel exactly.

(d)

Ξ”x Δp=3α⋅ℏα2=32β„β‰ˆ0.866 ℏ\Delta x\,\Delta p = \frac{\sqrt3}{\alpha}\cdot\frac{\hbar\alpha}{2} = \frac{\sqrt3}{2}\hbar \approx 0.866\,\hbar

which is >ℏ/2> \hbar/2, consistent with Heisenberg β€” and the furthest from the floor of the four, which is the ladder’s point about skewness.

Group 3 β€” two derivations (problems 8–9)

8 The probability current derivation

ρ(x,t)\rho(x,t) is the position probability density. Its value in a region changes with time, and that change should be attributable to a flow of probability in and out β€” so we expect a probability current density j(x,t)j(x,t) obeying the continuity equation

βˆ‚Οβˆ‚t=βˆ’βˆ‚jβˆ‚x\frac{\partial\rho}{\partial t} = -\frac{\partial j}{\partial x}

(a) Using the SchrΓΆdinger equation iβ„βˆ‚Ξ¨βˆ‚t=[βˆ’β„22mβˆ‚2βˆ‚x2+V(x)]Ξ¨i\hbar\frac{\partial\Psi}{\partial t} = \left[-\frac{\hbar^2}{2m}\frac{\partial^2}{\partial x^2} + V(x)\right]\Psi, derive an expression for the time derivative of ρ(x,t)=Ξ¨βˆ—(x,t)Ξ¨(x,t)\rho(x,t) = \Psi^*(x,t)\Psi(x,t).

(b) Hence show that the probability current is given by

j(x,t)=iℏ2m[Ξ¨βˆ‚Ξ¨βˆ—βˆ‚xβˆ’Ξ¨βˆ—βˆ‚Ξ¨βˆ‚x]j(x,t) = \frac{i\hbar}{2m}\left[\Psi\frac{\partial\Psi^*}{\partial x} - \Psi^*\frac{\partial\Psi}{\partial x}\right]
πŸ’‘ Phillips' own hint

For (a), differentiate the product: βˆ‚tρ=Ξ¨βˆ—βˆ‚tΞ¨+Ξ¨β€‰βˆ‚tΞ¨βˆ—\partial_t\rho = \Psi^*\partial_t\Psi + \Psi\,\partial_t\Psi^*. Get βˆ‚tΞ¨\partial_t\Psi from the SchrΓΆdinger equation and βˆ‚tΞ¨βˆ—\partial_t\Psi^* by conjugating it β€” the conjugate flips the sign of every ii, which is what makes the potential terms cancel.

Then recognise that Ξ¨βˆ—Ξ¨β€²β€²βˆ’Ξ¨Ξ¨βˆ—β€²β€²\Psi^*\Psi'' - \Psi\Psi^{*\prime\prime} is a perfect derivative: it equals βˆ‚x(Ξ¨βˆ—Ξ¨β€²βˆ’Ξ¨Ξ¨βˆ—β€²)\partial_x(\Psi^*\Psi' - \Psi\Psi^{*\prime}).

For (b), compare what you have with βˆ’βˆ‚xj-\partial_x j and read off jj. Watch the sign β€” and see the Caution below.

βœ“ Worked solution

(a) From the equation, βˆ‚tΞ¨=iℏ2mΞ¨β€²β€²βˆ’iℏVΞ¨\partial_t\Psi = \dfrac{i\hbar}{2m}\Psi'' - \dfrac{i}{\hbar}V\Psi, and conjugating, βˆ‚tΞ¨βˆ—=βˆ’iℏ2mΞ¨βˆ—β€²β€²+iℏVΞ¨βˆ—\partial_t\Psi^* = -\dfrac{i\hbar}{2m}\Psi^{*\prime\prime} + \dfrac{i}{\hbar}V\Psi^*. Hence

βˆ‚Οβˆ‚t=Ξ¨βˆ—βˆ‚tΞ¨+Ξ¨βˆ‚tΞ¨βˆ—=iℏ2m[Ξ¨βˆ—Ξ¨β€²β€²βˆ’Ξ¨Ξ¨βˆ—β€²β€²]\frac{\partial\rho}{\partial t} = \Psi^*\partial_t\Psi + \Psi\partial_t\Psi^* = \frac{i\hbar}{2m}\left[\Psi^*\Psi'' - \Psi\Psi^{*\prime\prime}\right]

The potential terms cancel exactly β€” VV is real, so it contributes βˆ’iℏV∣Ψ∣2+iℏV∣Ψ∣2=0-\frac{i}{\hbar}V|\Psi|^2 + \frac{i}{\hbar}V|\Psi|^2 = 0. Probability is conserved whatever the potential.

(b) The bracket is a perfect derivative, so

βˆ‚Οβˆ‚t=βˆ‚βˆ‚x{iℏ2m[Ξ¨βˆ—βˆ‚Ξ¨βˆ‚xβˆ’Ξ¨βˆ‚Ξ¨βˆ—βˆ‚x]}\frac{\partial\rho}{\partial t} = \frac{\partial}{\partial x}\left\{\frac{i\hbar}{2m}\left[\Psi^*\frac{\partial\Psi}{\partial x} - \Psi\frac{\partial\Psi^*}{\partial x}\right]\right\}

Matching against βˆ‚tρ=βˆ’βˆ‚xj\partial_t\rho = -\partial_x j gives

j(x,t)=iℏ2m[Ξ¨βˆ‚Ξ¨βˆ—βˆ‚xβˆ’Ξ¨βˆ—βˆ‚Ξ¨βˆ‚x]=ℏm Im(Ξ¨βˆ—βˆ‚Ξ¨βˆ‚x)j(x,t) = \frac{i\hbar}{2m}\left[\Psi\frac{\partial\Psi^*}{\partial x} - \Psi^*\frac{\partial\Psi}{\partial x}\right] = \frac{\hbar}{m}\,\mathrm{Im}\left(\Psi^*\frac{\partial\Psi}{\partial x}\right)

Check it on a plane wave. For Ξ¨=eikx\Psi = e^{ikx}, Im(Ξ¨βˆ—Ξ¨β€²)=Im(ik)=k\mathrm{Im}(\Psi^*\Psi') = \mathrm{Im}(ik) = k, so j=ℏk/m=vj = \hbar k/m = v β€” the density (1) times the velocity. Exactly what a current should be, and positive for a right-moving wave.

9 Ehrenfest's relation derivation

Use Eqs. (3.25) and (3.27) to show that the expectation values of position and momentum for a particle of mass mm are related by

md⟨x⟩dt=⟨p⟩m\frac{\mathrm d\langle x\rangle}{\mathrm dt} = \langle p\rangle

The method is similar to problem 8.

(a) Show that d(Ξ¨βˆ—xΞ¨)dt=iℏ2m[xΞ¨βˆ—βˆ‚2Ξ¨βˆ‚x2βˆ’xΞ¨βˆ‚2Ξ¨βˆ—βˆ‚x2]\dfrac{\mathrm d(\Psi^*x\Psi)}{\mathrm dt} = \dfrac{i\hbar}{2m}\left[x\Psi^*\dfrac{\partial^2\Psi}{\partial x^2} - x\Psi\dfrac{\partial^2\Psi^*}{\partial x^2}\right], and rewrite it as iℏ2mβˆ‚βˆ‚x[xΞ¨βˆ—βˆ‚Ξ¨βˆ‚xβˆ’xΞ¨βˆ‚Ξ¨βˆ—βˆ‚x]βˆ’iℏ2m[Ξ¨βˆ—βˆ‚Ξ¨βˆ‚xβˆ’Ξ¨βˆ‚Ξ¨βˆ—βˆ‚x]\dfrac{i\hbar}{2m}\dfrac{\partial}{\partial x}\left[x\Psi^*\dfrac{\partial\Psi}{\partial x} - x\Psi\dfrac{\partial\Psi^*}{\partial x}\right] - \dfrac{i\hbar}{2m}\left[\Psi^*\dfrac{\partial\Psi}{\partial x} - \Psi\dfrac{\partial\Psi^*}{\partial x}\right].

(b) Assuming Ξ¨β†’0\Psi\to0 sufficiently rapidly at x=±∞x = \pm\infty, show that ddtβˆ«Ξ¨βˆ—xΨ dx=βˆ’iℏ2m∫[Ξ¨βˆ—βˆ‚Ξ¨βˆ‚xβˆ’Ξ¨βˆ‚Ξ¨βˆ—βˆ‚x]dx\dfrac{\mathrm d}{\mathrm dt}\int\Psi^*x\Psi\,\mathrm dx = -\dfrac{i\hbar}{2m}\int\left[\Psi^*\dfrac{\partial\Psi}{\partial x} - \Psi\dfrac{\partial\Psi^*}{\partial x}\right]\mathrm dx.

(c) Integrate by parts to show mddtβˆ«Ξ¨βˆ—xΨ dx=βˆ«Ξ¨βˆ—(βˆ’iβ„βˆ‚βˆ‚x)Ψ dxm\dfrac{\mathrm d}{\mathrm dt}\int\Psi^*x\Psi\,\mathrm dx = \int\Psi^*\left(-i\hbar\dfrac{\partial}{\partial x}\right)\Psi\,\mathrm dx.

πŸ’‘ Phillips' own hint

Part (a) is problem 8(a) with an extra factor of xx carried along; the potential terms cancel for the same reason. The rewriting is just the product rule run backwards β€” differentiating the first bracket regenerates the second-derivative terms plus the leftover you are subtracting.

In (b), the first term of (a) is a perfect xx-derivative, so it integrates to a boundary term that dies.

In (c), integrating βˆ«Ξ¨β€‰βˆ‚xΞ¨βˆ—dx\int\Psi\,\partial_x\Psi^*\mathrm dx by parts turns it into βˆ’βˆ«Ξ¨βˆ—βˆ‚xΨ dx-\int\Psi^*\partial_x\Psi\,\mathrm dx, so the two terms in the bracket combine rather than cancel.

βœ“ Worked solution

(a) As in problem 8, VV cancels, leaving the stated form with xx carried through. The rewriting is the product rule:

βˆ‚βˆ‚x[xΞ¨βˆ—Ξ¨β€²βˆ’xΞ¨Ξ¨βˆ—β€²]=[xΞ¨βˆ—Ξ¨β€²β€²βˆ’xΞ¨Ξ¨βˆ—β€²β€²]+[Ξ¨βˆ—Ξ¨β€²βˆ’Ξ¨Ξ¨βˆ—β€²]\frac{\partial}{\partial x}\left[x\Psi^*\Psi' - x\Psi\Psi^{*\prime}\right] = \left[x\Psi^*\Psi'' - x\Psi\Psi^{*\prime\prime}\right] + \left[\Psi^*\Psi' - \Psi\Psi^{*\prime}\right]

so subtracting the second bracket recovers (a).

(b) Integrating, the perfect-derivative term contributes [ ⋅ ]βˆ’βˆž+∞=0\big[\,\cdot\,\big]_{-\infty}^{+\infty} = 0 since Ξ¨β†’0\Psi\to0. What survives is

d⟨x⟩dt=βˆ’iℏ2m∫[Ξ¨βˆ—βˆ‚Ξ¨βˆ‚xβˆ’Ξ¨βˆ‚Ξ¨βˆ—βˆ‚x]dx\frac{\mathrm d\langle x\rangle}{\mathrm dt} = -\frac{i\hbar}{2m}\int\left[\Psi^*\frac{\partial\Psi}{\partial x} - \Psi\frac{\partial\Psi^*}{\partial x}\right]\mathrm dx

(c) Integrating the second term by parts (boundary term again zero):

βˆ«Ξ¨βˆ‚Ξ¨βˆ—βˆ‚xdx=βˆ’βˆ«Ξ¨βˆ—βˆ‚Ξ¨βˆ‚xdx\int\Psi\frac{\partial\Psi^*}{\partial x}\mathrm dx = -\int\Psi^*\frac{\partial\Psi}{\partial x}\mathrm dx

so the bracket becomes 2βˆ«Ξ¨βˆ—βˆ‚xΨ dx2\int\Psi^*\partial_x\Psi\,\mathrm dx and

md⟨x⟩dt=βˆ’iβ„βˆ«Ξ¨βˆ—βˆ‚Ξ¨βˆ‚xdx=βˆ«Ξ¨βˆ—p^ Ψ dx=⟨p⟩m\frac{\mathrm d\langle x\rangle}{\mathrm dt} = -i\hbar\int\Psi^*\frac{\partial\Psi}{\partial x}\mathrm dx = \int\Psi^*\hat p\,\Psi\,\mathrm dx = \langle p\rangle

which is Eq. (3.28).

Chapter 3 is complete

Position and momentum both come from one wave function; expectation values and uncertainties both come from sandwich integrals; observables are operators; and probability is conserved, so normalizing once is enough.

Chapter 4 applies the same machinery to energy, and gets something new out of it: for a confined particle the possible outcomes are discrete. That is where quantization finally comes from β€” and where the En=ℏ2kn2/2mE_n = \hbar^2k_n^2/2m that Β§3.4 borrowed on trust gets derived.

Check yourself

0 / 8 answered

  1. 1.For the Poisson distribution, and . What follows for a counting experiment?

  2. 2.Problem 2(a) asks you to show for a Gaussian. What is the intended method?

  3. 3.An exponential lifetime distribution has . What does the equality signify?

  4. 4.Ranking problems 4–7 by gives 0.500, 0.568, 0.598, 0.866 in units of . What explains the ordering?

  5. 5.Problem 6's cosine gives β€” the same number Β§3.4 found for the box ground state. Why?

  6. 6.The book prints problem 8(b)'s probability current as . What is wrong with it?

  7. 7.Problem 8(a) shows the potential terms cancel in . What does that establish?

  8. 8.Problem 9 proves . What does this NOT say?