#set document(title: "7.4 The Quantum Particle in a Box", author: "OpenStax / XYZ Homework") #set page(width: 8.5in, height: auto, margin: 1in) #import "@preview/cetz:0.5.2" #set text(font: ("STIX Two Text", "Libertinus Serif", "New Computer Modern"), size: 10.5pt, lang: "en") #show math.equation: set text(font: ("STIX Two Math", "New Computer Modern Math")) #set par(justify: true, leading: 0.62em, spacing: 0.9em) #set enum(spacing: 1.1em) // room between list items so tall inline fractions don't collide #set list(spacing: 1.1em) #set table(stroke: 0.5pt + rgb("#c7ccd3")) #let BLUE = rgb("#183B6F") // brand navy — section bars + example/solution labels (white on navy 11.09:1) #let ORANGE = rgb("#A94509") // brand primary-700 — AA-safe deep orange for TEXT (5.93:1 on white; raw brand #F37021 is 2.94:1 and must never carry text) #let RED = rgb("#DC2626") // brand error-600 #let GREEN = rgb("#059669") // brand success-600 (decoration only; small green text uses green-text #007942) #show heading.where(level: 1): it => block(width: 100%, above: 0pt, below: 16pt, fill: gradient.linear(BLUE, rgb("#2C5AA0")), inset: (x: 14pt, y: 12pt), radius: 3pt, text(fill: white, weight: "bold", size: 19pt, it.body)) #show heading.where(level: 2): it => block(width: 100%, above: 18pt, below: 10pt, fill: BLUE, inset: (x: 10pt, y: 6pt), radius: 2pt, text(fill: white, weight: "bold", size: 12pt, it.body)) #show heading.where(level: 3): it => text(fill: ORANGE, weight: "bold", size: 12.5pt, it.body) #show heading.where(level: 4): it => text(fill: BLUE, weight: "bold", size: 10.5pt, it.body) #let examplebox(label, title, body) = block(width: 100%, breakable: true, fill: rgb("#EFF1F5"), stroke: 0.5pt + rgb("#CFDDF0"), radius: 4pt, inset: 10pt, above: 12pt, below: 12pt)[ #block(below: 6pt)[#box(fill: BLUE, inset: (x: 6pt, y: 2pt), radius: 2pt, text(fill: white, weight: "bold", size: 8.5pt, label)) #h(0.4em) #strong[#title]] #body] // rail = decorative left rule (raw brand token); labelcolor = AA-safe label text shade #let notebox(label, rail, labelcolor, tint, body) = block(width: 100%, breakable: true, fill: tint, stroke: (left: 3pt + rail), inset: (left: 10pt, rest: 8pt), radius: (right: 4pt), above: 11pt, below: 11pt)[ #text(fill: labelcolor, weight: "bold", size: 7.5pt, tracking: 0.5pt)[#upper(label)] #linebreak() #body] #let solutionbox(body) = block(above: 4pt, below: 8pt)[ #text(fill: BLUE, weight: "bold", size: 8.5pt)[Solution] #linebreak() #body] #let figph(msg) = block(width: 100%, height: 60pt, fill: rgb("#f6f7f9"), stroke: (paint: rgb("#c7ccd3"), dash: "dashed"), radius: 4pt, inset: 10pt)[ #align(center + horizon, text(fill: rgb("#889"), style: "italic", size: 9pt, msg))] // Standardize inlined figure sizes: measure the natural CeTZ canvas, then scale to a // consistent envelope (aspect-aware; see build_typst.py FIG_* constants). Unlike the // print preamble, dimensions are FLOORED: in an editor a user can trim a figure to a // degenerate 1-D shape (a bare line), and w/h or tw/w would then divide by zero. #let _STD_W = 3.5 #let _WIDE_W = 5.6 #let _MAX_H = 3.4 #let _ASPECT_WIDE = 2.2 #let _UPSCALE_MAX = 1.15 #let stdfig(body) = context { let m = measure(body) let w = calc.max(m.width / 1in, 0.01) let h = calc.max(m.height / 1in, 0.01) let tw = if w / h > _ASPECT_WIDE { _WIDE_W } else { _STD_W } let s = calc.min(tw / w, _MAX_H / h, _UPSCALE_MAX) align(center, box(scale(x: s * 100%, y: s * 100%, reflow: true, body))) } #show figure: set block(breakable: false) #set figure(gap: 8pt) #show figure.caption: set text(size: 8.5pt, fill: rgb("#555")) == 7.4#h(0.6em)The Quantum Particle in a Box In this section, we apply Schrӧdinger’s equation to a particle bound to a one-dimensional box. This special case provides lessons for understanding quantum mechanics in more complex systems. The energy of the particle is quantized as a consequence of a standing wave condition inside the box. Consider a particle of mass #math.equation(block: false, alt: "m")[$m$] that is allowed to move only along the #emph[x]-direction and its motion is confined to the region between hard and rigid walls located at #math.equation(block: false, alt: "x equals 0")[$x = 0$] and at #math.equation(block: false, alt: "x equals L")[$x = L$] . Between the walls, the particle moves freely. This physical situation is called the #strong[infinite square well], described by the potential energy function #math.equation(block: true, alt: "U open parenthesis x close parenthesis equals { 0 ,, 0 less than or equal to x less than or equal to L ,; ∞ ,, otherwise .")[$U ( x ) = \{ 0 , & 0 ≤ x ≤ L , \ ∞ , & "otherwise" "."$] Combining this equation with Schrӧdinger’s time-independent wave equation gives #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "the fraction − ℏ squared over 2 m the fraction d squared ψ open parenthesis x close parenthesis over d x squared equals E ψ open parenthesis x close parenthesis , for 0 less than or equal to x less than or equal to L")[$frac("−" ℏ^(2), 2 m) #h(0.2em) frac(d^(2) ψ ( x ), d x^(2)) = E ψ ( x ) , "for" #h(0.2em) 0 ≤ x ≤ L$] ] where #emph[E] is the total energy of the particle. What types of solutions do we expect? The energy of the particle is a positive number, so if the value of the wave function is positive (right side of the equation), the curvature of the wave function is negative, or concave down (left side of the equation). Similarly, if the value of the wave function is negative (right side of the equation), the curvature of the wave function is positive or concave up (left side of equation). This condition is met by an oscillating wave function, such as a sine or cosine wave. Since these waves are confined to the box, we envision standing waves with fixed endpoints at #math.equation(block: false, alt: "x equals 0")[$x = 0$] and #math.equation(block: false, alt: "x equals L")[$x = L$]. #figure(figph[The potential U is plotted as a function of x. U is equal to infinity at x equal to or less than zero, and at x equal to or greater than L. U is equal to zero between x = 0 and x = L.], alt: "The potential U is plotted as a function of x. U is equal to infinity at x equal to or less than zero, and at x equal to or greater than L. U is equal to zero between x = 0 and x = L.", caption: [The potential energy function that confines the particle in a one-dimensional box.]) Solutions #math.equation(block: false, alt: "ψ open parenthesis x close parenthesis")[$ψ ( x )$] to this equation have a probabilistic interpretation. In particular, the square #math.equation(block: false, alt: "| ψ open parenthesis x close parenthesis | squared")[$| ψ ( x ) |^(2)$] represents the probability density of finding the particle at a particular location #emph[x]. This function must be integrated to determine the probability of finding the particle in some interval of space. We are therefore looking for a normalizable solution that satisfies the following normalization condition: #math.equation(block: true, alt: "∫ 0 L d x | ψ open parenthesis x close parenthesis | squared equals 1 .")[$display(limits(∫)^(L)_(0) d x | ψ ( x ) |^(2) = 1) .$] The walls are rigid and impenetrable, which means that the particle is never found beyond the wall. Mathematically, this means that the solution must vanish at the walls: #math.equation(block: true, alt: "ψ open parenthesis 0 close parenthesis equals ψ open parenthesis L close parenthesis equals 0 .")[$ψ ( 0 ) = ψ ( L ) = 0 .$] We expect oscillating solutions, so the most general solution to this equation is #math.equation(block: true, alt: "ψ sub k open parenthesis x close parenthesis equals A sub k cos k x plus B sub k sin k x")[$ψ_(k) ( x ) = A_(k) #h(0.2em) "cos" #h(0.2em) k x + B_(k) #h(0.2em) "sin" #h(0.2em) k x$] where #emph[k] is the wave number, and #math.equation(block: false, alt: "A sub k")[$A_(k)$] and #math.equation(block: false, alt: "B sub k")[$B_(k)$] are constants. Applying the boundary condition expressed by gives #math.equation(block: true, alt: "ψ sub k open parenthesis 0 close parenthesis equals A sub k cos open parenthesis k times 0 close parenthesis plus B sub k sin open parenthesis k times 0 close parenthesis equals A sub k equals 0 .")[$ψ_(k) ( 0 ) = A_(k) "cos" ( k · 0 ) + B_(k) "sin" ( k · 0 ) = A_(k) = 0 .$] Because we have #math.equation(block: false, alt: "A sub k equals 0")[$A_(k) = 0$], the solution must be #math.equation(block: true, alt: "ψ sub k open parenthesis x close parenthesis equals B sub k sin k x .")[$ψ_(k) ( x ) = B_(k) #h(0.2em) "sin" #h(0.2em) k x .$] If #math.equation(block: false, alt: "B sub k")[$B_(k)$] is zero, #math.equation(block: false, alt: "ψ sub k open parenthesis x close parenthesis equals 0")[$ψ_(k) ( x ) = 0$] for all values of #emph[x] and the normalization condition, , cannot be satisfied. Assuming #math.equation(block: false, alt: "B sub k not equal to 0")[$B_(k) ≠ 0$], for #math.equation(block: false, alt: "x equals L")[$x = L$] then gives #math.equation(block: true, alt: "0 equals B sub k sin open parenthesis k L close parenthesis ⇒ sin open parenthesis k L close parenthesis equals 0 ⇒ k L equals n π , n equals 1 , 2 , 3 ,...")[$0 = B_(k) "sin" ( k L ) ⇒ "sin" ( k L ) = 0 ⇒ k L = n π , n = 1 , 2 , 3 ",..."$] We discard the #math.equation(block: false, alt: "n equals 0")[$n = 0$] solution because #math.equation(block: false, alt: "ψ open parenthesis x close parenthesis")[$ψ ( x )$] for this quantum number would be zero everywhere—an un-normalizable and therefore unphysical solution. Substituting into gives #math.equation(block: true, alt: "minus the fraction ℏ squared over 2 m the fraction d squared over d x squared open parenthesis B sub k sin open parenthesis k x close parenthesis close parenthesis equals E open parenthesis B sub k sin open parenthesis k x close parenthesis close parenthesis .")[$− frac(ℏ^(2), 2 m) #h(0.2em) frac(d^(2), d x^(2)) ( B_(k) "sin" ( k x ) ) = E ( B_(k) "sin" ( k x ) ) .$] Computing these derivatives leads to #math.equation(block: true, alt: "E equals E sub k equals the fraction ℏ squared k squared over 2 m .")[$E = E_(k) = frac(ℏ^(2) k^(2), 2 m) .$] According to de Broglie, #math.equation(block: false, alt: "p equals ℏ k ,")[$p = ℏ k ,$] so this expression implies that the total energy is equal to the kinetic energy, consistent with our assumption that the “particle moves freely.” Combining the results of and gives #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "E sub n equals n squared the fraction π squared ℏ squared over 2 m L squared , n equals 1 , 2 , 3 , . . .")[$E_(n) = n^(2) frac(π^(2) ℏ^(2), 2 m L^(2)) , #h(0.2em) n = 1 , 2 , 3 , . . .$] ] Strange! A particle bound to a one-dimensional box can only have certain discrete (quantized) values of energy. Further, the particle cannot have a zero kinetic energy—it is impossible for a particle bound to a box to be “at rest.” To evaluate the allowed wave functions that correspond to these energies, we must find the normalization constant #math.equation(block: false, alt: "B sub n")[$B_(n)$]. We impose the normalization condition on the wave function #math.equation(block: true, alt: "ψ sub n open parenthesis x close parenthesis equals B sub n sin n π x / L")[$ψ_(n) ( x ) = B_(n) "sin" n π x "/" L$] #math.equation(block: true, alt: "1 equals ∫ 0 L d x | ψ sub n open parenthesis x close parenthesis | squared equals ∫ 0 L d x B n 2 sin squared the fraction n π over L x equals B n 2 ∫ 0 L d x sin squared the fraction n π over L x equals B n 2 the fraction L over 2 ⇒ B sub n equals the square root of the fraction 2 over L .")[$1 = display(limits(∫)^(L)_(0) d x | ψ_(n) ( x ) |^(2) =) display(limits(∫)^(L)_(0) d x B_(n)^(2) "sin"^(2) frac(n π, L) x =) B_(n)^(2) display(limits(∫)^(L)_(0) d x #h(0.2em) "sin"^(2) frac(n π, L) x =) B_(n)^(2) frac(L, 2) ⇒ B_(n) = sqrt(frac(2, L)) .$] Hence, the wave functions that correspond to the energy values given in are #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #math.equation(block: true, alt: "ψ sub n open parenthesis x close parenthesis equals the square root of the fraction 2 over L sin the fraction n π x over L , n equals 1 , 2 , 3 , . . .")[$ψ_(n) ( x ) = sqrt(frac(2, L)) #h(0.2em) "sin" #h(0.2em) frac(n π x, L) , n = 1 , 2 , 3 , . . .$] ] For the lowest energy state or #strong[ground state energy], we have #math.equation(block: true, alt: "E sub 1 equals the fraction π squared ℏ squared over 2 m L squared , ψ sub 1 open parenthesis x close parenthesis equals the square root of the fraction 2 over L sin open parenthesis the fraction π x over L close parenthesis .")[$E_(1) = frac(π^(2) ℏ^(2), 2 m L^(2)) , #h(0.2em) #h(0.2em) ψ_(1) ( x ) = sqrt(frac(2, L)) #h(0.2em) "sin" ( frac(π x, L) ) .$] All other energy states can be expressed as #math.equation(block: true, alt: "E sub n equals n squared E sub 1 , ψ sub n open parenthesis x close parenthesis equals the square root of the fraction 2 over L sin open parenthesis the fraction n π x over L close parenthesis .")[$E_(n) = n^(2) E_(1) , ψ_(n) ( x ) = sqrt(frac(2, L)) #h(0.2em) "sin" ( frac(n π x, L) ) .$] The index #emph[n] is called the #strong[energy quantum number] or #strong[principal quantum number]. The state for #math.equation(block: false, alt: "n equals 2")[$n = 2$] is the first excited state, the state for #math.equation(block: false, alt: "n equals 3")[$n = 3$] is the second excited state, and so on. The first three quantum states (for #math.equation(block: false, alt: "n equals 1 , 2 , and 3 close parenthesis")[$n = 1 , 2 , #h(0.2em) "and" #h(0.2em) 3 \)$] of a particle in a box are shown. The wave functions in are sometimes referred to as the “states of definite energy.” Particles in these states are said to occupy #strong[energy levels], which are represented by the horizontal lines in . Energy levels are analogous to rungs of a ladder that the particle can “climb” as it gains or loses energy. The wave functions in are also called #strong[stationary state]#strong[s] and #strong[standing wave state]#strong[s]. These functions are “stationary,” because their probability density functions, #math.equation(block: false, alt: "| Ψ open parenthesis x , t close parenthesis | squared")[$attach(| "Ψ" ( x , t ) |, t: 2)$], do not vary in time, and “standing waves” because their real and imaginary parts oscillate up and down like a standing wave—like a rope waving between two children on a playground. Stationary states are states of definite energy \[\], but linear combinations of these states, such as #math.equation(block: false, alt: "ψ open parenthesis x close parenthesis equals a ψ sub 1 plus b ψ sub 2")[$ψ ( x ) = a ψ_(1) + b ψ_(2)$] (also solutions to Schrӧdinger’s equation) are states of mixed energy. #figure(figph[The first three quantum states of a quantum particle in a box for principal quantum numbers n=1, n=2, and n=3 are shown: Figure (a) shown the graphs of the standing wave solutions. The vertical axis is the wave function, with a separate origin for each state that is aligned with the energy scale of figure (b). The horizontal axis is x from just below 0 to just past L. Figure (b) shows the energy of each of the states on the vertical E sub n axis. All of the wave functions are zero for x less than 0 and x greater than L. The n=1 function is the first half wave of the wavelength 2 L sine function and its energy is pi squared times h squared divided by the quantity 2 m L squared. The n=2 function is the first full wave of the wavelength 2 L sine function and its energy is 4 pi squared times h squared divided by the quantity 2 m L squared. The n=3 function is the first one and a half waves of the wavelength 2 L sine function and its energy is 9 pi squared times h squared divided by the quantity 2 m L squared.], alt: "The first three quantum states of a quantum particle in a box for principal quantum numbers n=1, n=2, and n=3 are shown: Figure (a) shown the graphs of the standing wave solutions. The vertical axis is the wave function, with a separate origin for each state that is aligned with the energy scale of figure (b). The horizontal axis is x from just below 0 to just past L. Figure (b) shows the energy of each of the states on the vertical E sub n axis. All of the wave functions are zero for x less than 0 and x greater than L. The n=1 function is the first half wave of the wavelength 2 L sine function and its energy is pi squared times h squared divided by the quantity 2 m L squared. The n=2 function is the first full wave of the wavelength 2 L sine function and its energy is 4 pi squared times h squared divided by the quantity 2 m L squared. The n=3 function is the first one and a half waves of the wavelength 2 L sine function and its energy is 9 pi squared times h squared divided by the quantity 2 m L squared.", caption: [The first three quantum states of a quantum particle in a box for principal quantum numbers #math.equation(block: false, alt: "n equals 1 , 2 , and 3")[$n = 1 , 2 , #h(0.2em) "and" #h(0.2em) 3$]: (a) standing wave solutions and (b) allowed energy states.]) Energy quantization is a consequence of the boundary conditions. If the particle is not confined to a box but wanders freely, the allowed energies are continuous. However, in this case, only certain energies #math.equation(block: false, alt: "open parenthesis E sub 1 , 4 E sub 1 , 9 E sub 1 ,")[$\( E_(1) , 4 E_(1) , 9 E_(1) ,$]…) are allowed. The energy difference between adjacent energy levels is given by #math.equation(block: true, alt: "Δ E sub n plus 1 , n equals E sub n plus 1 minus E sub n equals open parenthesis n plus 1 close parenthesis squared E sub 1 minus n squared E sub 1 equals open parenthesis 2 n plus 1 close parenthesis E sub 1 .")[$"Δ" E_(n + 1 , n) = E_(n + 1) − E_(n) = attach(( n + 1 ), t: 2) E_(1) − n^(2) E_(1) = ( 2 n + 1 ) E_(1) .$] Conservation of energy demands that if the energy of the system changes, the energy difference is carried in some other form of energy. For the special case of a charged particle confined to a small volume (for example, in an atom), energy changes are often carried away by photons. The frequencies of the emitted photons give us information about the energy differences (spacings) of the system and the volume of containment—the size of the “box” \[see \]. #examplebox("Example 1")[A Simple Model of the Nucleus][ Suppose a proton is confined to a box of width #math.equation(block: false, alt: "L equals 1.00 times 10 to the power −14 m")[$L = 1.00 #h(0.2em) × #h(0.2em) 10^(−14) "m"$] (a typical nuclear radius). What are the energies of the ground and the first excited states? If the proton makes a transition from the first excited state to the ground state, what are the energy and the frequency of the emitted photon? Strategy If we assume that the proton confined in the nucleus can be modeled as a quantum particle in a box, all we need to do is to use to find its energies #math.equation(block: false, alt: "E sub 1")[$E_(1)$] and #math.equation(block: false, alt: "E sub 2")[$E_(2)$]. The mass of a proton is #math.equation(block: false, alt: "m equals 1.67 times 10 to the power −27 kg.")[$m = 1.67 #h(0.2em) × #h(0.2em) 10^(−27) #h(0.2em) "kg."$] The emitted photon carries away the energy difference #math.equation(block: false, alt: "Δ E equals E sub 2 minus E sub 1 .")[$"Δ" E = E_(2) − E_(1) .$] We can use the relation #math.equation(block: false, alt: "E sub f equals h f")[$E_(f) = h f$] to find its frequency #emph[f]. Solution The ground state: #math.equation(block: true, alt: "E sub 1 equals the fraction π squared ℏ squared over 2 m L squared equals the fraction π squared open parenthesis 1.05 times 10 to the power −34 J times s close parenthesis squared over 2 open parenthesis 1.67 times 10 to the power −27 kg close parenthesis open parenthesis 1.00 times 10 to the power −14 m close parenthesis squared equals 3.28 times 10 to the power −13 J equals 2.05 MeV .")[$E_(1) = frac(π^(2) ℏ^(2), 2 m #h(0.2em) L^(2)) = frac(π^(2) attach(( 1.05 #h(0.2em) × #h(0.2em) 10^(−34) "J" · "s" ), t: 2), 2 ( 1.67 #h(0.2em) × #h(0.2em) 10^(−27) #h(0.2em) "kg" ) #h(0.2em) attach(( 1.00 #h(0.2em) × #h(0.2em) 10^(−14) "m" ), t: 2)) = 3.28 #h(0.2em) × #h(0.2em) 10^(−13) "J" = 2.05 #h(0.2em) "MeV" .$] The first excited state: #math.equation(block: false, alt: "E sub 2 equals 2 squared E sub 1 equals 4 open parenthesis 2.05 MeV close parenthesis equals 8.20 MeV")[$E_(2) = 2^(2) E_(1) = 4 ( 2.05 #h(0.2em) "MeV" ) = 8.20 #h(0.2em) "MeV"$]. The energy of the emitted photon is #math.equation(block: false, alt: "E sub f equals Δ E equals E sub 2 minus E sub 1 equals 8.20 MeV minus 2.05 MeV equals 6.15 MeV")[$E_(f) = "Δ" E = E_(2) − E_(1) = 8.20 #h(0.2em) "MeV" − 2.05 #h(0.2em) "MeV" = 6.15 #h(0.2em) "MeV"$]. The frequency of the emitted photon is #math.equation(block: true, alt: "f equals the fraction E sub f over h equals the fraction 6.15 MeV over 4.14 times 10 to the power −21 MeV times s equals 1.49 times 10 to the power 21 Hz .")[$f = frac(E_(f), h) = frac(6.15 #h(0.2em) "MeV", 4.14 #h(0.2em) × #h(0.2em) 10^(−21) "MeV" · "s") = 1.49 #h(0.2em) × #h(0.2em) 10^(21) #h(0.2em) "Hz" .$] Significance This is the typical frequency of a gamma ray emitted by a nucleus. The energy of this photon is about 10 million times greater than that of a visible light photon. ] The expectation value of the position for a particle in a box is given by #math.equation(block: true, alt: "〈 x 〉 equals ∫ 0 L d x ψ n * open parenthesis x close parenthesis x ψ sub n open parenthesis x close parenthesis equals ∫ 0 L d x x | ψ n * open parenthesis x close parenthesis | squared equals ∫ 0 L d x x the fraction 2 over L sin squared the fraction n π x over L equals the fraction L over 2 .")[$〈 x 〉 = display(limits(∫)^(L)_(0) d x ψ_(n)^(*) ( x ) x ψ_(n) ( x ) =) display(limits(∫)^(L)_(0) d x x | ψ_(n)^(*) ( x ) |^(2)) = display(limits(∫)^(L)_(0) d x x frac(2, L)) "sin"^(2) frac(n π x, L) = frac(L, 2) .$] We can also find the expectation value of the momentum or average momentum of a large number of particles in a given state: #math.equation(block: true, alt: "〈 p 〉, equals ∫ 0 L d x ψ n * open parenthesis x close parenthesis [ − i ℏ the fraction d over d x ψ sub n open parenthesis x close parenthesis ]; equals − i ℏ ∫ 0 L d x the square root of the fraction 2 over L sin the fraction n π x over L [ the fraction d over d x the square root of the fraction 2 over L sin the fraction n π x over L ] equals − i the fraction 2 ℏ over L ∫ 0 L d x sin the fraction n π x over L [ the fraction n π over L cos the fraction n π x over L ]; equals − i the fraction 2 n π ℏ over L squared ∫ 0 L d x the fraction 1 over 2 sin the fraction 2 n π x over L equals − i the fraction n π ℏ over L squared the fraction L over 2 n π ∫ 0 2 π n d φ sin φ equals − i the fraction ℏ over 2 L times 0 equals 0.")[$〈 p 〉 & = display(limits(∫)^(L)_(0) d x ψ_(n)^(*) ( x ) [ "−" i ℏ frac(d, d x) ψ_(n) ( x ) ]) \ & = "−" i ℏ display(limits(∫)^(L)_(0) d x sqrt(frac(2, L))) #h(0.2em) "sin" #h(0.2em) frac(n π x, L) [ frac(d, d x) sqrt(frac(2, L)) #h(0.2em) "sin" #h(0.2em) frac(n π x, L) ] = "−" i frac(2 ℏ, L) display(limits(∫)^(L)_(0) d x) #h(0.2em) "sin" #h(0.2em) frac(n π x, L) [ frac(n π, L) #h(0.2em) "cos" #h(0.2em) frac(n π x, L) ] \ & = "−" i frac(2 n π ℏ, L^(2)) display(limits(∫)^(L)_(0) d x) frac(1, 2) #h(0.2em) "sin" #h(0.2em) frac(2 n π x, L) = "−" i frac(n π ℏ, L^(2)) #h(0.2em) frac(L, 2 n π) display(limits(∫)^(2 "π" n)_(0) d φ) #h(0.2em) "sin" #h(0.2em) φ = "−" i frac(ℏ, 2 L) · 0 = 0.$] Thus, for a particle in a state of definite energy, the average position is in the middle of the box and the average momentum of the particle is zero—as it would also be for a classical particle. Note that while the minimum energy of a classical particle can be zero (the particle can be at rest in the middle of the box), the minimum energy of a quantum particle is nonzero and given by . The average particle energy in the #emph[nth] quantum state—its expectation value of energy—is #math.equation(block: true, alt: "E sub n equals 〈 E 〉 equals n squared the fraction π squared ℏ squared over 2 m .")[$E_(n) = 〈 E 〉 = n^(2) frac(π^(2) ℏ^(2), 2 m) .$] The result is not surprising because the standing wave state is a state of definite energy. Any energy measurement of this system must return a value equal to one of these allowed energies. Our analysis of the quantum particle in a box would not be complete without discussing Bohr’s correspondence principle. This principle states that for large quantum numbers, the laws of quantum physics must give identical results as the laws of classical physics. To illustrate how this principle works for a quantum particle in a box, we plot the probability density distribution #math.equation(block: true, alt: "| ψ sub n open parenthesis x close parenthesis | squared equals the fraction 2 over L sin squared open parenthesis n π x / L close parenthesis")[$| ψ_(n) ( x ) |^(2) = frac(2, L) "sin"^(2) ( n "π" x "/" L )$] for finding the particle around location #emph[x] between the walls when the particle is in quantum state #math.equation(block: false, alt: "ψ sub n")[$ψ_(n)$]. shows these probability distributions for the ground state, for the first excited state, and for a highly excited state that corresponds to a large quantum number. We see from these plots that when a quantum particle is in the ground state, it is most likely to be found around the middle of the box, where the probability distribution has the largest value. This is not so when the particle is in the first excited state because now the probability distribution has the zero value in the middle of the box, so there is no chance of finding the particle there. When a quantum particle is in the first excited state, the probability distribution has two maxima, and the best chance of finding the particle is at positions close to the locations of these maxima. This quantum picture is unlike the classical picture. The stationary states of the infinite square well, ψ\_n(x) = √(2/L) sin(nπx/L), shown through the probability density |ψ\_n(x)|² ∝ sin²(nπx/L). Position runs in units of the box width L and the density is scaled to its own peak, so the picture is the same for any box — the section's proton in a 1.00×10⁻¹⁴ m nucleus included. The particle is never outside the walls, so the curve is pinned to zero at x = 0 and x = L and lies flat on the axis beyond them. The slider is the quantum number n. In the ground state n = 1 the particle is most likely to be found in the middle of the box and hardly ever near a wall; a classical particle bouncing back and forth at constant speed would be equally likely to be anywhere, the flat dashed line at half the peak. Drag n up toward 20 and the humps multiply and narrow until, averaged over any interval you could actually measure, the quantum density is that classical line — Bohr's correspondence principle, which this section states in exactly these terms.{"functions":\[{"color":"\#1f4e79","domain":\[0,1\],"expression":"sin(nq\*pi\*x)^2","expression2":"","id":"density","inequality":"lt","lineDash":\[\],"lineWidth":2.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"x","visible":true},{"color":"\#b8442a","domain":\[0,1\],"expression":"0.5","expression2":"","id":"classical","inequality":"lt","lineDash":\[6,4\],"lineWidth":2,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"x","visible":true},{"color":"\#1f4e79","domain":\[-0.5,0\],"expression":"0","expression2":"","id":"outside-left","inequality":"lt","lineDash":\[\],"lineWidth":2.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"x","visible":true},{"color":"\#1f4e79","domain":\[1,1.5\],"expression":"0","expression2":"","id":"outside-right","inequality":"lt","lineDash":\[\],"lineWidth":2.5,"mode":"cartesian","tMax":10,"tMin":-10,"variable":"x","visible":true},{"color":"\#8a8a8a","domain":null,"expression":"0","expression2":"t","id":"wall-left","inequality":"lt","lineDash":\[3,3\],"lineWidth":1.5,"mode":"parametric","tMax":1.1,"tMin":0,"variable":"x","visible":true},{"color":"\#8a8a8a","domain":null,"expression":"1","expression2":"t","id":"wall-right","inequality":"lt","lineDash":\[3,3\],"lineWidth":1.5,"mode":"parametric","tMax":1.1,"tMin":0,"variable":"x","visible":true}\],"grid":{"axisColor":"\#333333","gridColor":"\#cccccc","majorSpacing":0.2,"minorGridColor":"\#eeeeee","showAxes":true,"showLabels":true},"parameters":\[{"id":"up3-7-4-nq","label":"Quantum number n","max":20,"min":1,"name":"nq","step":1,"unit":"","value":1}\],"title":"Probability density of a particle in a box","version":1,"viewport":{"centerX":0.5,"centerY":0.5,"scale":380}}#figure(figph[The probability distributions Psi amplitude squared for the n=1 state, for the n=2 state, and for the n=20 are plotted as functions of x from x=0 to x=L. Psi sub 1 squared is maximum in the middle of the box, decreases to either side and goes to zero at the ends. Psi sub 2 squared is zero value in the middle of the box and at the ends, and has two equal value maxima. Psi sub 20 squared has twenty maxima, all of the same size, and goes to zero between them and at the ends.], alt: "The probability distributions Psi amplitude squared for the n=1 state, for the n=2 state, and for the n=20 are plotted as functions of x from x=0 to x=L. Psi sub 1 squared is maximum in the middle of the box, decreases to either side and goes to zero at the ends. Psi sub 2 squared is zero value in the middle of the box and at the ends, and has two equal value maxima. Psi sub 20 squared has twenty maxima, all of the same size, and goes to zero between them and at the ends.", caption: [The probability density distribution #math.equation(block: false, alt: "| ψ sub n open parenthesis x close parenthesis | squared")[$| ψ_(n) ( x ) |^(2)$] for a quantum particle in a box for: (a) the ground state, #math.equation(block: false, alt: "n equals 1")[$n = 1$]; (b) the first excited state, #math.equation(block: false, alt: "n equals 2")[$n = 2$]; and, (c) the nineteenth excited state, #math.equation(block: false, alt: "n equals 20")[$n = 20$].]) The probability density of finding a classical particle between #emph[x] and #math.equation(block: false, alt: "x plus Δ x")[$x + "Δ" x$] depends on how much time #math.equation(block: false, alt: "Δ t")[$"Δ" t$] the particle spends in this region. Assuming that its speed #emph[u] is constant, this time is #math.equation(block: false, alt: "Δ t equals Δ x / u ,")[$"Δ" t = "Δ" x "/" u ,$] which is also constant for any location between the walls. Therefore, the probability density of finding the classical particle at #emph[x] is uniform throughout the box, and there is no preferable location for finding a classical particle. This classical picture is matched in the limit of large quantum numbers. For example, when a quantum particle is in a highly excited state, shown in , the probability density is characterized by rapid fluctuations and then the probability of finding the quantum particle in the interval #math.equation(block: false, alt: "Δ x")[$"Δ" x$] does not depend on where this interval is located between the walls. #examplebox("Example 2")[A Classical Particle in a Box][ A small 0.40-kg cart is moving back and forth along an air track between two bumpers located 2.0 m apart. We assume no friction; collisions with the bumpers are perfectly elastic so that between the bumpers, the car maintains a constant speed of 0.50 m/s. Treating the cart as a quantum particle, estimate the value of the principal quantum number that corresponds to its classical energy. Strategy We find the kinetic energy #emph[K] of the cart and its ground state energy #math.equation(block: false, alt: "E sub 1")[$E_(1)$] as though it were a quantum particle. The energy of the cart is completely kinetic, so #math.equation(block: false, alt: "K equals n squared E sub 1")[$K = n^(2) E_(1)$] . Solving for #emph[n] gives #math.equation(block: false, alt: "n equals open parenthesis K / E sub 1 close parenthesis to the power 1 / 2")[$n = attach(( K "/" E_(1) ), t: 1 "/" 2)$]. Solution The kinetic energy of the cart is #math.equation(block: true, alt: "K equals the fraction 1 over 2 m u squared equals the fraction 1 over 2 open parenthesis 0.40 kg close parenthesis open parenthesis 0.50 m/s close parenthesis squared equals 0.050 J .")[$K = frac(1, 2) m u^(2) = frac(1, 2) ( 0.40 #h(0.2em) "kg" ) attach(( 0.50 #h(0.2em) "m/s" ), t: 2) = 0.050 #h(0.2em) "J" .$] The ground state of the cart, treated as a quantum particle, is #math.equation(block: true, alt: "E sub 1 equals the fraction π squared ℏ squared over 2 m L squared equals the fraction π squared open parenthesis 1.05 times 10 to the power −34 J times s close parenthesis squared over 2 open parenthesis 0.40 kg close parenthesis open parenthesis 2.0 m close parenthesis squared equals 1.700 times 10 to the power −68 J .")[$E_(1) = frac(π^(2) ℏ^(2), 2 m L^(2)) = frac(π^(2) attach(( 1.05 #h(0.2em) × #h(0.2em) 10^(−34) "J" · "s" ), t: 2), 2 ( 0.40 #h(0.2em) "kg" ) attach(( 2.0 #h(0.2em) "m" ), t: 2)) = 1.700 #h(0.2em) × #h(0.2em) 10^(−68) "J" .$] Therefore, #math.equation(block: false, alt: "n equals open parenthesis K / E sub 1 close parenthesis to the power 1 / 2 equals open parenthesis 0.050 / 3.400 times 10 to the power −68 close parenthesis to the power 1 / 2 equals 1.2 times 10 to the power 33")[$n = attach(( K "/" E_(1) ), t: 1 "/" 2) = attach(( 0.050 "/" 3.400 #h(0.2em) × #h(0.2em) 10^(−68) ), t: 1 "/" 2) = 1.2 #h(0.2em) × #h(0.2em) 10^(33)$]. Significance We see from this example that the energy of a classical system is characterized by a very large quantum number. Bohr’s #strong[correspondence principle] concerns this kind of situation. We can apply the formalism of quantum mechanics to any kind of system, quantum or classical, and the results are correct in each case. In the limit of high quantum numbers, there is no advantage in using quantum formalism because we can obtain the same results with the less complicated formalism of classical mechanics. However, we cannot apply classical formalism to a quantum system in a low-number energy state. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ (a) Consider an infinite square well with wall boundaries #math.equation(block: false, alt: "x equals 0")[$x = 0$] and #math.equation(block: false, alt: "x equals L")[$x = L$]. What is the probability of finding a quantum particle in its ground state somewhere between #math.equation(block: false, alt: "x equals 0")[$x = 0$] and #math.equation(block: false, alt: "x equals L / 4")[$x = L "/" 4$]? (b) Repeat question (a) for a classical particle. #solutionbox[ a. 9.1%; b. 25% ] ] Having found the stationary states #math.equation(block: false, alt: "ψ sub n open parenthesis x close parenthesis")[$ψ_(n) ( x )$] and the energies #math.equation(block: false, alt: "E sub n")[$E_(n)$] by solving the time-independent Schrӧdinger equation , we use to write wave functions #math.equation(block: false, alt: "Ψ sub n open parenthesis x , t close parenthesis")[$"Ψ"_(n) ( x , t )$] that are solutions of the time-dependent Schrӧdinger’s equation given by . For a particle in a box this gives #math.equation(block: true, alt: "Ψ sub n open parenthesis x , t close parenthesis equals e to the power − i ω sub n t ψ sub n open parenthesis x close parenthesis equals the square root of the fraction 2 over L e to the power − i E sub n t / ℏ sin the fraction n π x over L , n equals 1 , 2 , 3 , . . .")[$"Ψ"_(n) ( x , t ) = e^("−" i ω_(n) t) ψ_(n) ( x ) = sqrt(frac(2, L)) e^("−" i E_(n) t "/" ℏ) #h(0.2em) "sin" #h(0.2em) frac(n π x, L) , n = 1 , 2 , 3 , . . .$] where the energies are given by . The quantum particle in a box model has practical applications in a relatively newly emerged field of optoelectronics, which deals with devices that convert electrical signals into optical signals. This model also deals with nanoscale physical phenomena, such as a nanoparticle trapped in a low electric potential bounded by high-potential barriers. === Summary - Energy states of a quantum particle in a box are found by solving the time-independent Schrӧdinger equation. - To solve the time-independent Schrӧdinger equation for a particle in a box and find the stationary states and allowed energies, we require that the wave function terminate at the box wall. - Energy states of a particle in a box are quantized and indexed by principal quantum number. - The quantum picture differs significantly from the classical picture when a particle is in a low-energy state of a low quantum number. - In the limit of high quantum numbers, when the quantum particle is in a highly excited state, the quantum description of a particle in a box coincides with the classical description, in the spirit of Bohr’s correspondence principle. === Conceptual Questions Using the quantum particle in a box model, describe how the possible energies of the particle are related to the size of the box. Is it possible that when we measure the energy of a quantum particle in a box, the measurement may return a smaller value than the ground state energy? What is the highest value of the energy that we can measure for this particle? #solutionbox[ No. For an infinite square well, the spacing between energy levels increases with the quantum number #emph[n]. The #emph[smallest] energy measured corresponds to the transition from #emph[n] = 2 to 1, which is three times the ground state energy. The largest #emph[energy] measured corresponds to a transition from #math.equation(block: false, alt: "n equals ∞")[$n = ∞$] to 1, which is infinity. (Note: Even particles with extremely large energies remain bound to an infinite square well—they can never “escape”) ] For a quantum particle in a box, the first excited state #math.equation(block: false, alt: "open parenthesis Ψ sub 2 close parenthesis")[$( "Ψ"_(2) )$] has zero value at the midpoint position in the box, so that the probability density of finding a particle at this point is exactly zero. Explain what is wrong with the following reasoning: “If the probability of finding a quantum particle at the midpoint is zero, the particle is never at this point, right? How does it come then that the particle can cross this point on its way from the left side to the right side of the box? === Problems Assume that an electron in an atom can be treated as if it were confined to a box of width #math.equation(block: false, alt: "2 .0 Å")[$2 ".0 Å"$]. What is the ground state energy of the electron? Compare your result to the ground state kinetic energy of the hydrogen atom in the Bohr’s model of the hydrogen atom. #solutionbox[ 9.4 eV, 64% ] Assume that a proton in a nucleus can be treated as if it were confined to a one-dimensional box of width 10.0 fm. (a) What are the energies of the proton when it is in the states corresponding to #math.equation(block: false, alt: "n equals 1")[$n = 1$], #math.equation(block: false, alt: "n equals 2")[$n = 2$], and #math.equation(block: false, alt: "n equals 3")[$n = 3$]? (b) What are the energies of the photons emitted when the proton makes the transitions from the first and second excited states to the ground state? An electron confined to a box has the ground state energy of 2.5 eV. What is the width of the box? #solutionbox[ 0.38 nm ] What is the ground state energy (in eV) of a proton confined to a one-dimensional box the size of the uranium nucleus that has a radius of approximately 15.0 fm? What is the ground state energy (in eV) of an #math.equation(block: false, alt: "α")[$"α"$]-particle confined to a one-dimensional box the size of the uranium nucleus that has a radius of approximately 15.0 fm? #solutionbox[ 1.82 MeV ] To excite an electron in a one-dimensional box from its first excited state to its third excited state requires 20.0 eV. What is the width of the box? An electron confined to a box of width 0.15 nm by infinite potential energy barriers emits a photon when it makes a transition from the first excited state to the ground state. Find the wavelength of the emitted photon. #solutionbox[ 24.7 nm ] If the energy of the first excited state of the electron in the box is 25.0 eV, what is the width of the box? Suppose an electron confined to a box emits photons. The longest wavelength that is registered is 500.0 nm. What is the width of the box? #solutionbox[ #math.equation(block: true, alt: "6.03 Å")[$6.03 #h(0.2em) "Å"$] ] Hydrogen #math.equation(block: false, alt: "H sub 2")[$"H"_(2)$] molecules are kept at 300.0 K in a cubical container with a side length of 20.0 cm. Assume that you can treat the molecules as though they were moving in a one-dimensional box. (a) Find the ground state energy of the hydrogen molecule in the container. (b) Assume that the molecule has a thermal energy given by #math.equation(block: false, alt: "k sub B T / 2")[$k_("B") T "/" 2$] and find the corresponding quantum number #emph[n] of the quantum state that would correspond to this thermal energy. An electron is confined to a box of width 0.25 nm. (a) Draw an energy-level diagram representing the first five states of the electron. (b) Calculate the wavelengths of the emitted photons when the electron makes transitions between the fourth and the second excited states, between the second excited state and the ground state, and between the third and the second excited states. #solutionbox[ a. #linebreak() #figure(figph[The wave functions for the n=1 through n=5 states of the electron in an infinite square well are shown. Each function is displaced vertically by its energy, measured in m e V. The n=1 state is the first half wave of the sine function. The n=2 function is the first full wave of the sine function. The n=3 function is the first one and a half waves of the sine function. The n=4 function is the first two waves of the sine function. The n=5 function is the first two and a half waves of the sine function.], alt: "The wave functions for the n=1 through n=5 states of the electron in an infinite square well are shown. Each function is displaced vertically by its energy, measured in m e V. The n=1 state is the first half wave of the sine function. The n=2 function is the first full wave of the sine function. The n=3 function is the first one and a half waves of the sine function. The n=4 function is the first two waves of the sine function. The n=5 function is the first two and a half waves of the sine function.", caption: none) ; #linebreak() b. #math.equation(block: false, alt: "λ sub 5 → 3 equals 12.9 nm, λ sub 3 → 1 equals 25.8 nm, λ sub 4 → 3 equals 29.4 nm")[$λ_(5 → 3) = 12.9 #h(0.2em) "nm," #h(0.2em) λ_(3 → 1) = 25.8 #h(0.2em) "nm," #h(0.2em) λ_(4 → 3) = 29.4 #h(0.2em) "nm" #h(0.2em)$] ] An electron in a box is in the ground state with energy 2.0 eV. (a) Find the width of the box. (b) How much energy is needed to excite the electron to its first excited state? (c) If the electron makes a transition from an excited state to the ground state with the simultaneous emission of 30.0-eV photon, find the quantum number of the excited state?