Quantum Chemistry/Example 3

From testwiki
Revision as of 15:33, 2 January 2025 by imported>Cnrowley (Revised syntax)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Calculate the number of nodes for a particle in a 1D box when n=2 and n=3 when the length of the box is L=5, and give the x-intercept of the node(s).

Wavefunction for a particle in a 1D-Box

ψ(x)=2Lsin(nπxL)

Answer

Part 1

nnodes=n-1

nnodes=2-1=1

We're looking for one x-intercept.

0÷25=25sin(2πx5)÷25

0=25sin(2πx5)

Use the form sin(kx) where k=(2π5)

Period=(2πk)

Period=(2π2π5)=5

(Period2) is the x-intercept

x-intercepts are 0, 52, 5

0 and 5 are the edges of the box and 52 is the only node.

Part 2

nnodes=n-1

nnodes=3-1=2

We're looking for two x-intercepts.

0÷35=35sin(3πx5)÷35

0=35sin(3πx5)

k=(3π5) Period=(3π3π5)=103

x-intercepts are (5n3)

x-intercepts = 0, 53,103,5

0 and 5 are the edges of the box, 53 and 103 are the nodes.

Template:BookCat