Ising Problem
Let’s walk through a classic, simple example of the Ising Model from statistical mechanics.
To keep it clean and solvable by hand, we will look at a 1D Ising Model with 3 Spins in a chain with periodic boundary conditions (meaning they form a ring where the last spin connects back to the first).
The Setup
We have 3 spins:
Each spin can point either up (
The Hamiltonian (energy equation) for this system with no external magnetic field is:
-
is the coupling constant. -
If
, the system is ferromagnetic (spins want to align). -
If
, it is antiferromagnetic (spins want to alternate). Let's assume for this example.
Step 1: Find All Possible States and Their Energies
Since there are 3 spins and each has 2 choices, there are
| State (s1,s2,s3) | Spin Products (s1s2+s2s3+s3s1) | Total Energy (H) |
|---|---|---|
Notice the symmetry: We have 2 states where all spins align (lowest energy,
) and 6 states where one spin is mismatched (higher energy, ).
Step 2: Calculate the Partition Function ( )
The partition function encodes all the statistical properties of the system at a given temperature
Plugging in our 8 states from the table:
Step 3: Find the Average Energy ( )
Now that we have
Let's take the derivative of
Now, plug this back into the average energy formula:
What does this tell us?
-
At Absolute Zero (
, meaning ): The terms completely dominate. The fraction approaches , so . The system freezes into its lowest energy, perfectly ordered ground states. -
At Infinite Temperature (
, meaning ): The exponentials all become . The numerator becomes , so . Thermal fluctuations completely randomize the spins, destroying any order.