What is meant by Ising model?

The Ising model is one of the easiest and most famous theoretical models for ferromagnetism in statistical mechanics. When a group of atomic spins aligns such that their magnetic moments are pointed in the same direction and produce a strong permanent magnetic moment in macroscopic size, the phenomenon is called ferromagnetism. The relative permeability of these magnets is greater than unity and increasing magnetization with the applied external field. Even in the absence of an external magnetic field, these substances retain spontaneous magnetization. An example of ferromagnets is iron.

Introduction to Ising model

The Ising model was first proposed by Wilhelm Lenz. This model was published in Ising‘s doctoral thesis, but he gives credit to his guide Lenz for inventing the model. The one dimension Ising model was solved by him in 1924. Ising was very disappointed that the model did not exhibit ferromagnetism in one dimension and has no spontaneous magnetization.

In 1941, Kramers and Wannier gave a matrix formulation of the problem. In 1944 Lars Onsager gave a complete solution to the two-dimensional square lattice problem in zero external field.

Derivation

The Ising model has separate variables that imply magnetic moments of atomic spins that can be in one or two states (+1 or -1). The spins are arranged in the lattice sites, allowing each spin to interact with its neighbors. The Ising model helps to identify the phase transition in a simple way.

Let us consider the lattice of N sites with a spin S on each lattice sites. Each spin S has two value +1 for spin up and -1 for spin down. There are  2N possible configurations of the system. A configuration is represented by the direction of the spins on all the sites, Si, where S is the spin on ithlattice.

The interacting energy of the configuration is given by the hamiltonian function. It is expressed as,

EISi=-<i,j>JijSiSj   i=1NBiSi           (1)

Where, the subscript I denotes Ising model.

B is the magnetic field.

<i,j> is the nearest neighbor pair of spins. <i,j> is same as <j,i>

Jij is the exchange constant.

If Jij>0, the spins are aligned  parallel to one another, that kind of interaction is ferromagnetic.

If Jij<0, the spins are aligned antiparallel to one another, and they are called anti ferromagnetic.

If Jij=0, then means the system is non- ineracting.

For better understanding Jij=J>0, assume The last term in the equation represents the coupling of the spins to an external magnetic field, B. Assume that the spins are arranged along in the Z-axis, as it is the magnetic field. The spins lower their energy by aligning parallel to the magnetic field. Suppose if Bihas a random value, then the model is called the random Ising model. Consider a uniform magnetic field, so that BI= B>0.

Hence, the interaction energy becomes,

EISi=-J<i,j>SiSj  B i=1NSi              (2)

The partition function (Z) is given by,

Z=s1=1+1s2=1+1....sN=1+1 e-βEISi       (3)

One-dimensional Ising model

Consider a one-dimensional Ising model where N spins are arranged on a chain. By applying the periodic boundary conditions so the spins are on a ring. Each spin on the ring interacts with the neighbors on both sides and with the external magnetic field B.

The energy is written as,

EISi=-J<i,j>NSiSi+1  B i=1NSi      (4)

The periodic boundary condition of the system is represented by,

SN+1=S1        (5)

The partition function is Kramer and Wannier explain that the partition function can be expressed in matrices:

Z=s1=1+1s2=1+1....sN=1+1 expβi=1N(JSiSi+1+12B(Si+Si+1)      (6)

The above product is a 2×2matrices. Let us denote the matrix as A and the elements are defined as,

<SAS'>=expβJSS'+12B(S+S')      (7)

Where S and S’  independently takes the value +1 or -1.

The list of all the matrices element are:

<+1A+1>=eβ(J+B)<-1A-1>=eβ(J-B)<+1A-1>=<-1A+1>=e-βJ

An explicit representation of A is,

A=eβ(J+B)       e-βJe-βJ            eβ(J-B)     (8)

From the above definitions, the partition function is expressed as,

Z=s1=1+1s2=1+1....sN=1+1<S1AS2><S2AS3>...<SNAS1>Z=s1=1+1<S1ANS1>Z=TrANZ=λ+N+λ-N

Where λ+ and λ- are the eigen values of A. From the above equation, we concluded that Z is the trace of the Nth matrix is a consequence of the periodic boundary conditions of equation (5)

The eigen value equation is,

eβ(J+B) -λ     e-βJe-βJ            eβ(J-B)-λ=λ2-2λeβJ cosh(βB) + 2 sinh(2βJ) = 0

By solving the above equation in quadratric method, we get,

λ±=eβJcosh(βB)± cos2h(βB) - 2e-2βJsinh(2βJ) 

If B=0,

λ+=2cos(βJ)λ-=2sin(βJ)

If B0, then λ-λ+1. It is same for J=0. The thermodynamic limitN, only λ+ is valid. The helmholtz free energy per spin is given by,

-FNkBT=limN1NlnZ                =limN1Nlnλ+N 1+λ-λ+N                =lnλ+limN1Nln 1+λ-λ+N                =lnλ

Therefore,

-FN=kBTnlnZ=-kBT ln λ+         =-J--kBT lncosh(βB)± cos2h(βB) - 2e-2βJsinh(2βJ) 

The magnetization per spin is,

m=MNm=1βN lnZBm=-1NFBm=sinh(βB)cosh(βB)- cos2h(βB) - 2e-2βJsinh(2βJ) 

At zero field (B = 0), the magnetization is zero for all temperatures. This shows that there is no spontaneous magnetization and it does not exihibits ferromagnetism. Also, it has no phase transistion. Only the two dimensional square lattice shows phase transisiton.

Monte-Carlo simulation

Monte- Carlo simulation is one of the popular simulation methods widely used in physics. For a spin system, we would want to obtain average values of thermodynamic quantities such as magnetization, energy, etc.

Metropolis algorithm is a classic Monte Carlo methods. Using transition probability, we generate configuration from the previous state which relies on the energy difference E between the initial and final states. For Ising model, the probability obeys master equation,

Pntt=nm-PntWnm+PmtWmn

Here, Pntprobability of the system and,

Wnmis the transition rate from state n to state m.

In equilibrium Pntt=0, and the two terms on the right-hand side must be equal. The resulting value is known as detailed balance.

PntWnm=PmtWmn

The above probability is known as Boltzmann probability.

Pn(t)=eEn/kBTZ

By generating a Markov chain of states, i.e. generate each new state directly from the preceding state. If we create the nth state from the mth state, the relative probability is given by the ratio,

Pn(t)Pm(t)=eEn/kBTeEm/kBT            =WnmWmn            = eEn-Em/kBT            =eE/kBT

Where E is the difference between nth and mth state.

Metropolis form was the first option of a transition rate used in statistical physics.

Wnm =e-EkBTE>01E<0                  

The basic method on how to implement metropolis algorithm in the spin system is,

1. Select an initial spin state.

2. Then select a lattice site i.

3. Find the change in energy, which shows that the spin at the state I is overturned or not.

4. If E<0, flip the spin. If E>0, then

          a) Create a random number r such that flip the spin 0 < r < 1.

         b) if  r < exp (E/kBT), flip the spin.

 5. Repeat the process.

For the easy calculation of determinant in a spin model, it is written as

H=-i>jJijSi · Sj   =-12  i,jJijSi · Sj  =-iSi ( j12JijSj)H=-iSihi

where h is the local magnetic field due to other spins.

Context and Applications

The Ising model is an important topic in solid-state physics for the postgraduate student, especially for Masters in physics and Bachelor in Technology (material science).

Practice Problems

Question 1: Who invented the Ising model?

  1. Wilhelm Lenz  
  2. Onsager
  3. Kramer
  4. Ising

Answer: The correct option is a.

Explanation: The Ising model was first designed by Wilhelm Lenz. Later, Ising solve the model and gave the solution for the one-dimensional model of ferromagnets. And the model is named as Ising model.

Question 2: Which of the following exhibits spontaneous magnetization?

  1. Paramganetic material
  2. Ferromagnetic material
  3. Diamagentic material
  4. None of these

Answer: The correct option is b.

Explanation: The ferromagnetic material has spontaneous magnetization even in the absence of the external field.

Question 3: Of the following model, which dimension does not have phase transition?

  1. One-dimension
  2. Two-dimension
  3. Three-dimension
  4. All the above

Answer: The correct option is a.

Explanation: From the following options, the one-dimensional rising model has no phase transition. Because the one-dimensional model does not exhibit ferromagnetism and the tendency to align the spins always loses out. Hence it does not have a phase transition.

Question 4: If the interaction energy Jij<0, what kind of magnetism it shows?

  1. Ferromagnetic
  2. Antiferro magnetic
  3. Paramagnetic
  4. Diamagnetic

Answer: The correct option is a.

Explanation: If the interaction energy,Jij<0, it means, the spins are aligned in the direction anti parallel to one another. This phenomenon is known as anti- ferromagnetic.

Question 5: Which of the following material is a ferromagnetic substance?

  1. Silver
  2. Gold
  3. Iron
  4. Aluminium

Answer: The correct option is c.

Explanation: From the following materials, iron is a ferromagnetic substance. Most of the ferromagnetic substances are metals. They have strong magnetic properties because of their magnetic domains. They retain their magnetic field even in the absence of the magnetic field.

Want more help with your physics homework?

We've got you covered with step-by-step solutions to millions of textbook problems, subject matter experts on standby 24/7 when you're stumped, and more.
Check out a sample physics Q&A solution here!

*Response times may vary by subject and question complexity. Median response time is 34 minutes for paid subscribers and may be longer for promotional offers.

Search. Solve. Succeed!

Study smarter access to millions of step-by step textbook solutions, our Q&A library, and AI powered Math Solver. Plus, you get 30 questions to ask an expert each month.

Tagged in
SciencePhysics

Thermal Physics

System of interacting particles

Ising model of Ferromagnets

Ising model of Ferromagnets Homework Questions from Fellow Students

Browse our recently answered Ising model of Ferromagnets homework questions.

Search. Solve. Succeed!

Study smarter access to millions of step-by step textbook solutions, our Q&A library, and AI powered Math Solver. Plus, you get 30 questions to ask an expert each month.

Tagged in
SciencePhysics

Thermal Physics

System of interacting particles

Ising model of Ferromagnets