Q 7.47

Question

In the text I claimed that the universe was filled with ionised gas until its temperature cooled to about 3000 K. To see why, assume that the universe contains only photons and hydrogen atoms, with a constant ratio of 109 photons per hydrogen atom. Calculate and plot the fraction of atoms that were ionised as a function of temperature, for temperatures between 0 and 6000 K. How does the result change if the ratio of photons to atoms is 108 or 1010? (Hint: Write everything in terms of dimensionless variables such as t = kT/I, where I is the ionisation energy of hydrogen.)

Step-by-Step Solution

Verified
Answer

 The fraction of atoms that were ionised as a function of temperature is f=-1+1+45.245×10-7(α)t3/2e1/t25.245×10-7(α)t3/2e1/t

1Step 1: Given information

The universe was filled with ionised gas until its temperature cooled to about 3000K.

Assume that the universe contains only photons and hydrogen atoms, with a constant ratio of 109 photons per hydrogen atom. 

2Step 2: Explanation

If f is the fraction of atoms that are ionised, then the proportion of ionised to non-ionised atoms is:

f=NpNp+NH     (1)

Where Np is number of protons and these are ionised hydrogen.

The equation is:

NpNeNH=VvQe-I/kT

For each proton there is an electron so Ne=Np, hence the equation becomes:

Np2NH=VvQe-I/kT      (2)

The number of photographs multiplied by a factor (say α) equals the number of ionised hydrogen atoms plus the number of un-ionised hydrogen atoms:

Np+NH=αNγ

Where  Nγ is the number of photons and is given by:

Nγ=8π(2.404)VkThc3

Thus,

Np+NH=αbVkThc3        (3)


Substitute into (1)

Np=fNp+NHNp=fαbVkThc3      (4)


Substitute int (3):

fαbVkThc3+NH=αbVkThc3NH=(1-f)αbVkThc3


Substitute from (5) and (4) into (2):

fαbVkThc32(1-f)αbVkThc3=VvQe-I/kTfαbkThc3(1-f)=1vQe-I/kTf2αbkThc3vQeI/kT=1-f       (6)

Let 

β=αbkThc3vQeI/kT   where   vQ=h22πmkT3/2β=αbkT2πmc23/2eI/kT


Therefore,

βf2=1-fβf2+f-1=0


This is a quadratic equation.

3Step 3: Explanation:



The solution for quadratic equation is:

f=-1+1+4β2β        (7)


Since we need to plot this equation, we need to change the variables into dimensionless variables, substituting the values

t=kTI

Then

β=αbIt2πmc23/2e1/tβ=αbI2πmc23/2t3/2e1/t

Substitute the given values to find the constant:

β=8π(2.404)(α)13.6×1.6×10-19 J2π9.11×10-31 kg3.0×108 m/s23/2t3/2e1/tβ=5.245×10-7(α)t3/2e1/t


Substitute into (7)

f=-1+1+45.245×10-7(α)t3/2e1/t25.245×10-7(α)t3/2e1/t


This formula can be plot  first for α=10-9 then for 10-8 and 10-10 on same graph using python. The code is:

The graph is: