#set document(title: "13.4 Kinetic Theory: Atomic and Molecular Explanation of Pressure and Temperature", 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")) == 13.4#h(0.6em)Kinetic Theory: Atomic and Molecular Explanation of Pressure and Temperature === Learning Objectives By the end of this section, you will be able to: - Express the ideal gas law in terms of molecular mass and velocity. - Define thermal energy. - Calculate the kinetic energy of a gas molecule, given its temperature. - Describe the relationship between the temperature of a gas and the kinetic energy of atoms and molecules. - Describe the distribution of speeds of molecules in a gas. We have developed macroscopic definitions of pressure and temperature. Pressure is the force divided by the area on which the force is exerted, and temperature is measured with a thermometer. We gain a better understanding of pressure and temperature from the kinetic theory of gases, which assumes that atoms and molecules are in continuous random motion. #figure(figph[A green vector v, representing a molecule colliding with a wall, is pointing at the surface of a wall at an angle. A second vector v primed starts at the point of impact and travels away from the wall at an angle. A dotted line perpendicular to the wall through the point of impact represents the component of the molecule’s momentum that is perpendicular to the wall. A red vector F is pointing into the wall from the point of impact, representing the force of the molecule hitting the wall.], alt: "A green vector v, representing a molecule colliding with a wall, is pointing at the surface of a wall at an angle. A second vector v primed starts at the point of impact and travels away from the wall at an angle. A dotted line perpendicular to the wall through the point of impact represents the component of the molecule’s momentum that is perpendicular to the wall. A red vector F is pointing into the wall from the point of impact, representing the force of the molecule hitting the wall.", caption: [When a molecule collides with a rigid wall, the component of its momentum perpendicular to the wall is reversed. A force is thus exerted on the wall, creating pressure.]) shows an elastic collision of a gas molecule with the wall of a container, so that it exerts a force on the wall (by Newton’s third law). Because a huge number of molecules will collide with the wall in a short time, we observe an average force per unit area. These collisions are the source of pressure in a gas. As the number of molecules increases, the number of collisions and thus the pressure increase. Similarly, the gas pressure is higher if the average velocity of molecules is higher. The actual relationship is derived in the Things Great and Small feature below. The following relationship is found: #math.equation(block: true, alt: "PV equals the fraction 1 over 3 Nm v squared ¯ ,")[$"PV" = frac(1, 3) "Nm" overline(v^(2)) ,$] where #math.equation(block: false, alt: "P")[$P$] is the pressure (average force per unit area), #math.equation(block: false, alt: "V")[$V$] is the volume of gas in the container, #math.equation(block: false, alt: "N")[$N$] is the number of molecules in the container, #math.equation(block: false, alt: "m")[$m$] is the mass of a molecule, and #math.equation(block: false, alt: "v squared ¯")[$overline(v^(2))$] is the average of the molecular speed squared. What can we learn from this atomic and molecular version of the ideal gas law? We can derive a relationship between temperature and the average translational kinetic energy of molecules in a gas. Recall the previous expression of the ideal gas law: #math.equation(block: true, alt: "PV equals NkT .")[$"PV" = "NkT" .$] Equating the right-hand side of this equation with the right-hand side of #math.equation(block: false, alt: "PV equals the fraction 1 over 3 Nm v squared ¯")[$"PV" = frac(1, 3) "Nm" overline(v^(2))$] gives #math.equation(block: true, alt: "the fraction 1 over 3 Nm v squared ¯ equals NkT .")[$frac(1, 3) "Nm" overline(v^(2)) = "NkT" .$] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Making Connections: Things Great and Small—Atomic and Molecular Origin of Pressure in a Gas] shows a box filled with a gas. We know from our previous discussions that putting more gas into the box produces greater pressure, and that increasing the temperature of the gas also produces a greater pressure. But why should increasing the temperature of the gas increase the pressure in the box? A look at the atomic and molecular scale gives us some answers, and an alternative expression for the ideal gas law. The figure shows an expanded view of an elastic collision of a gas molecule with the wall of a container. Calculating the average force exerted by such molecules will lead us to the ideal gas law, and to the connection between temperature and molecular kinetic energy. We assume that a molecule is small compared with the separation of molecules in the gas, and that its interaction with other molecules can be ignored. We also assume the wall is rigid and that the molecule’s direction changes, but that its speed remains constant (and hence its kinetic energy and the magnitude of its momentum remain constant as well). This assumption is not always valid, but the same result is obtained with a more detailed description of the molecule’s exchange of energy and momentum with the wall. #figure(figph[Diagram representing the pressures that a gas exerts on the walls of a box in a three-dimensional coordinate system with x, y, and z components.], alt: "Diagram representing the pressures that a gas exerts on the walls of a box in a three-dimensional coordinate system with x, y, and z components.", caption: [Gas in a box exerts an outward pressure on its walls. A molecule colliding with a rigid wall has the direction of its velocity and momentum in the #math.equation(block: false, alt: "x")[$x$]-direction reversed. This direction is perpendicular to the wall. The components of its velocity momentum in the #math.equation(block: false, alt: "y")[$y$]- and #math.equation(block: false, alt: "z")[$z$]-directions are not changed, which means there is no force parallel to the wall.]) If the molecule’s velocity changes in the #math.equation(block: false, alt: "x")[$x$]-direction, its momentum changes from #math.equation(block: false, alt: "– mv sub x")[$– "mv"_(x)$] to #math.equation(block: false, alt: "plus mv sub x")[$+ "mv"_(x)$]. Thus, its change in momentum is #math.equation(block: false, alt: "Δ mv = + mv sub x – – mv sub x equals 2 mv sub x")[$"Δ" "mv" #h(0.20em) "= +" "mv"_(x) – – "mv"_(x) = 2 "mv"_(x)$]. The force exerted on the molecule is given by #math.equation(block: true, alt: "F equals the fraction Δ p over Δ t equals the fraction 2 mv sub x over Δ t .")[$F = frac("Δ" p, "Δ" t) = frac(2 "mv"_(x), "Δ" t) "."$] There is no force between the wall and the molecule until the molecule hits the wall. During the short time of the collision, the force between the molecule and wall is relatively large. We are looking for an average force; we take #math.equation(block: false, alt: "Δ t")[$"Δ" t$] to be the average time between collisions of the molecule with this wall. It is the time it would take the molecule to go across the box and back (a distance #math.equation(block: false, alt: "2 l close parenthesis")[$2 l \)$] at a speed of #math.equation(block: false, alt: "v sub x")[$v_(x)$]. Thus #math.equation(block: false, alt: "Δ t equals 2 l / v sub x")[$"Δ" t = 2 l / v_(x)$], and the expression for the force becomes #math.equation(block: true, alt: "F equals the fraction 2 mv sub x over 2 l / v sub x equals the fraction mv x 2 over l .")[$F = frac(2 "mv"_(x), 2 l / v_(x)) = frac("mv"_(x)^(2), l) "."$] This force is due to #emph[one] molecule. We multiply by the number of molecules #math.equation(block: false, alt: "N")[$N$] and use their average squared velocity to find the force #math.equation(block: true, alt: "F equals N the fraction m v x 2 ¯ over l ,")[$F = N frac(m overline(v_(x)^(2)), l) ,$] where the bar over a quantity means its average value. We would like to have the force in terms of the speed #math.equation(block: false, alt: "v")[$v$], rather than the #math.equation(block: false, alt: "x")[$x$]-component of the velocity. We note that the total velocity squared is the sum of the squares of its components, so that #math.equation(block: true, alt: "v squared ¯ equals v x 2 ¯ plus v y 2 ¯ plus v z 2 ¯ .")[$overline(v^(2)) = overline(v_(x)^(2)) + overline(v_(y)^(2)) + overline(v_(z)^(2)) "."$] Because the velocities are random, their average components in all directions are the same: #math.equation(block: true, alt: "v x 2 ¯ equals v y 2 ¯ equals v z 2 ¯ .")[$overline(v_(x)^(2)) = overline(v_(y)^(2)) = overline(v_(z)^(2)) "."$] Thus, #math.equation(block: true, alt: "v squared ¯ equals 3 v x 2 ¯ ,")[$overline(v^(2)) = 3 overline(v_(x)^(2)) ,$] or #math.equation(block: true, alt: "v x 2 ¯ equals the fraction 1 over 3 v squared ¯ .")[$overline(v_(x)^(2)) = frac(1, 3) overline(v^(2)) .$] Substituting #math.equation(block: false, alt: "the fraction 1 over 3 v squared ¯")[$frac(1, 3) overline(v^(2))$] into the expression for #math.equation(block: false, alt: "F")[$F$] gives #math.equation(block: true, alt: "F equals N the fraction m v squared ¯ over 3 l .")[$F = N frac(m overline(v^(2)), 3 l) "."$] The pressure is #math.equation(block: false, alt: "F / A ,")[$F / A ,$] so that we obtain #math.equation(block: true, alt: "P equals the fraction F over A equals N the fraction m v squared ¯ over 3 Al equals the fraction 1 over 3 the fraction Nm v squared ¯ over V ,")[$P = frac(F, A) = N frac(m overline(v^(2)), 3 "Al") = frac(1, 3) frac("Nm" overline(v^(2)), V) ,$] where we used #math.equation(block: false, alt: "V equals Al")[$V = "Al"$] for the volume. This gives the important result. #math.equation(block: true, alt: "PV equals the fraction 1 over 3 Nm v squared ¯")[$"PV" = frac(1, 3) "Nm" overline(v^(2))$] This equation is another expression of the ideal gas law. ] We can get the average kinetic energy of a molecule, #math.equation(block: false, alt: "the fraction 1 over 2 mv squared")[$frac(1, 2) "mv"^(2)$], from the right-hand side of the equation by canceling #math.equation(block: false, alt: "N")[$N$] and multiplying by 3/2. This calculation produces the result that the average kinetic energy of a molecule is directly related to absolute temperature. #math.equation(block: true, alt: "KE ¯ equals the fraction 1 over 2 m v squared ¯ equals the fraction 3 over 2 kT")[$overline("KE") = frac(1, 2) m overline(v^(2)) = frac(3, 2) "kT"$] The average translational kinetic energy of a molecule, #math.equation(block: false, alt: "KE ¯")[$overline("KE")$], is called #strong[thermal energy]. The equation #math.equation(block: false, alt: "KE ¯ equals the fraction 1 over 2 m v squared ¯ equals the fraction 3 over 2 kT")[$overline("KE") = frac(1, 2) m overline(v^(2)) = frac(3, 2) "kT"$] is a molecular interpretation of temperature, and it has been found to be valid for gases and reasonably accurate in liquids and solids. It is another definition of temperature based on an expression of the molecular energy. It is sometimes useful to rearrange #math.equation(block: false, alt: "KE ¯ equals the fraction 1 over 2 m v squared ¯ equals the fraction 3 over 2 kT")[$overline("KE") = frac(1, 2) m overline(v^(2)) = frac(3, 2) "kT"$]#strong[,] and solve for the average speed of molecules in a gas in terms of temperature, #math.equation(block: true, alt: "the square root of v squared ¯ equals v sub rms equals the square root of the fraction 3 kT over m ,")[$sqrt(overline(v^(2))) = v_("rms") = sqrt(frac(3 "kT", m)) ,$] where #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] stands for root-mean-square (rms) speed. #examplebox("Example 1")[Calculating Kinetic Energy and Speed of a Gas Molecule][ (a) What is the average kinetic energy of a gas molecule at #math.equation(block: false, alt: "20 . 0 º C")[$"20" "." 0 "º" "C"$] (room temperature)? (b) Find the rms speed of a nitrogen molecule #math.equation(block: false, alt: "open parenthesis N sub 2 close parenthesis")[$( "N"_(2) )$] at this temperature. Strategy for (a) The known in the equation for the average kinetic energy is the temperature. #math.equation(block: true, alt: "KE ¯ equals the fraction 1 over 2 m v squared ¯ equals the fraction 3 over 2 kT")[$overline("KE") = frac(1, 2) m overline(v^(2)) = frac(3, 2) "kT"$] Before substituting values into this equation, we must convert the given temperature to kelvins. This conversion gives #math.equation(block: false, alt: "T equals open parenthesis 20 . 0 plus 273 close parenthesis K = 293 K .")[$T = ( "20" "." 0 + "273" ) #h(0.25em) "K = 293" #h(0.25em) "K" .$] Solution for (a) The temperature alone is sufficient to find the average translational kinetic energy. Substituting the temperature into the translational kinetic energy equation gives #math.equation(block: true, alt: "KE ¯ equals the fraction 3 over 2 kT equals the fraction 3 over 2 1.38 times 10 to the power minus 23 J/K 293 K equals 6.07 times 10 to the power minus 21 J .")[$overline("KE") = frac(3, 2) "kT" = frac(3, 2) 1.38 × "10"^(− "23") #h(0.25em) "J/K" "293" #h(0.25em) "K" = 6.07 × "10"^(− "21") #h(0.25em) "J" "."$] Strategy for (b) Finding the rms speed of a nitrogen molecule involves a straightforward calculation using the equation #math.equation(block: true, alt: "the square root of v squared ¯ equals v sub rms equals the square root of the fraction 3 kT over m ,")[$sqrt(overline(v^(2))) = v_("rms") = sqrt(frac(3 "kT", m)) ,$] but we must first find the mass of a nitrogen molecule. Using the molecular mass of nitrogen #math.equation(block: false, alt: "N sub 2")[$"N"_(2)$] from the periodic table, #math.equation(block: true, alt: "m equals the fraction 2 14 . 0067 times 10 to the power minus 3 kg/mol over 6 . 02 times 10 to the power 23 mol to the power minus 1 equals 4 . 65 times 10 to the power minus 26 kg .")[$m = frac(2 "14" "." "0067" × "10"^(− 3) #h(0.25em) "kg/mol", 6 "." "02" × "10"^("23") #h(0.25em) "mol"^(− 1)) = 4 "." "65" × "10"^(− "26") #h(0.25em) "kg" "."$] Solution for (b) Substituting this mass and the value for #math.equation(block: false, alt: "k")[$k$] into the equation for #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] yields #math.equation(block: true, alt: "v sub rms equals the square root of the fraction 3 kT over m equals the square root of the fraction 3 1 . 38 times 10 to the power – 23 J/K 293 K over 4 . 65 times 10 to the power –26 kg equals 511 m/s .")[$v_("rms") = sqrt(frac(3 "kT", m)) = sqrt(frac(3 1 "." "38" × "10"^(– "23") #h(0.25em) "J/K" "293 K", 4 "." "65" × "10"^("–26") #h(0.25em) "kg")) = "511" #h(0.25em) "m/s" "."$] Discussion Note that the average kinetic energy of the molecule is independent of the type of molecule. The average translational kinetic energy depends only on absolute temperature. The kinetic energy is very small compared to macroscopic energies, so that we do not feel when an air molecule is hitting our skin. The rms velocity of the nitrogen molecule is surprisingly large. These large molecular velocities do not yield macroscopic movement of air, since the molecules move in all directions with equal likelihood. The #emph[mean free path] (the distance a molecule can move on average between collisions) of molecules in air is very small, and so the molecules move rapidly but do not get very far in a second. The high value for rms speed is reflected in the speed of sound, however, which is about 340 m/s at room temperature. The faster the rms speed of air molecules, the faster that sound vibrations can be transferred through the air. The speed of sound increases with temperature and is greater in gases with small molecular masses, such as helium. () ] #figure(figph[In part a of the figure, circles represent molecules distributed in a gas. Attached to each circle is a vector representing velocity. The circles have a random arrangement, while the vector arrows have random orientations and lengths. In part b of the figure, an arc represents a sound wave as it passes through a gas. The velocity of each molecule along the peak of the wave is roughly oriented parallel to the transmission direction of the wave.], alt: "In part a of the figure, circles represent molecules distributed in a gas. Attached to each circle is a vector representing velocity. The circles have a random arrangement, while the vector arrows have random orientations and lengths. In part b of the figure, an arc represents a sound wave as it passes through a gas. The velocity of each molecule along the peak of the wave is roughly oriented parallel to the transmission direction of the wave.", caption: [(a) There are many molecules moving so fast in an ordinary gas that they collide a billion times every second. (b) Individual molecules do not move very far in a small amount of time, but disturbances like sound waves are transmitted at speeds related to the molecular speeds.]) #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Making Connections: Historical Note—Kinetic Theory of Gases] The kinetic theory of gases was developed by Daniel Bernoulli (1700–1782), who is best known in physics for his work on fluid flow (hydrodynamics). Bernoulli’s work predates the atomistic view of matter established by Dalton. ] === Distribution of Molecular Speeds The motion of molecules in a gas is random in magnitude and direction for individual molecules, but a gas of many molecules has a predictable distribution of molecular speeds. This distribution is called the #emph[Maxwell-Boltzmann distribution], after its originators, who calculated it based on kinetic theory, and has since been confirmed experimentally. () The distribution has a long tail, because a few molecules may go several times the rms speed. The most probable speed #math.equation(block: false, alt: "v sub p")[$v_("p")$] is less than the rms speed #math.equation(block: false, alt: "v sub rms")[$v_("rms")$]. shows that the curve is shifted to higher speeds at higher temperatures, with a broader range of speeds. #figure(figph[A line graph of probability versus velocity in meters per second of oxygen gas at 300 kelvin. The graph is skewed to the right, with a peak probability just under 400 meters per second and a root-mean-square probability of about 500 meters per second.], alt: "A line graph of probability versus velocity in meters per second of oxygen gas at 300 kelvin. The graph is skewed to the right, with a peak probability just under 400 meters per second and a root-mean-square probability of about 500 meters per second.", caption: [The Maxwell-Boltzmann distribution of molecular speeds in an ideal gas. The most likely speed #math.equation(block: false, alt: "v sub p")[$v_("p")$] is less than the rms speed #math.equation(block: false, alt: "v sub rms")[$v_("rms")$]. Although very high speeds are possible, only a tiny fraction of the molecules have speeds that are an order of magnitude greater than #math.equation(block: false, alt: "v sub rms")[$v_("rms")$].]) The distribution of thermal speeds depends strongly on temperature. As temperature increases, the speeds are shifted to higher values and the distribution is broadened. #figure(figph[Two distributions of probability versus velocity at two different temperatures plotted on the same graph. Temperature two is greater than Temperature one. The distribution for Temperature two has a peak with a lower probability, but a higher velocity than the distribution for Temperature one. The T sub two graph has a more normal distribution and is broader while the T sub one graph is more narrow and has a tail extending to the right.], alt: "Two distributions of probability versus velocity at two different temperatures plotted on the same graph. Temperature two is greater than Temperature one. The distribution for Temperature two has a peak with a lower probability, but a higher velocity than the distribution for Temperature one. The T sub two graph has a more normal distribution and is broader while the T sub one graph is more narrow and has a tail extending to the right.", caption: [The Maxwell-Boltzmann distribution is shifted to higher speeds and is broadened at higher temperatures.]) What is the implication of the change in distribution with temperature shown in for humans? All other things being equal, if a person has a fever, they are likely to lose more water molecules, particularly from linings along moist cavities such as the lungs and mouth, creating a dry sensation in the mouth. #examplebox("Example 2")[Calculating Temperature: Escape Velocity of Helium Atoms][ In order to escape Earth’s gravity, an object near the top of the atmosphere (at an altitude of 100 km) must travel away from Earth at 11.1 km/s. This speed is called the #emph[escape velocity]. At what temperature would helium atoms have an rms speed equal to the escape velocity? Strategy Identify the knowns and unknowns and determine which equations to use to solve the problem. Solution 1. Identify the knowns: #math.equation(block: false, alt: "v")[$v$] is the escape velocity, 11.1 km/s. 2. Identify the unknowns: We need to solve for temperature, #math.equation(block: false, alt: "T")[$T$]. We also need to solve for the mass #math.equation(block: false, alt: "m")[$m$] of the helium atom. 3. Determine which equations are needed. - To solve for mass #math.equation(block: false, alt: "m")[$m$] of the helium atom, we can use information from the periodic table: #math.equation(block: true, alt: "m equals the fraction molar mass over number of atoms per mole .")[$m = frac("molar mass", "number of atoms per mole") .$] - To solve for temperature #math.equation(block: false, alt: "T")[$T$], we can rearrange either #math.equation(block: true, alt: "KE ¯ equals the fraction 1 over 2 m v squared ¯ equals the fraction 3 over 2 kT")[$overline("KE") = frac(1, 2) m overline(v^(2)) = frac(3, 2) "kT"$]or #math.equation(block: true, alt: "the square root of v squared ¯ equals v sub rms equals the square root of the fraction 3 kT over m")[$sqrt(overline(v^(2))) = v_("rms") = sqrt(frac(3 "kT", m))$]to yield #math.equation(block: true, alt: "T equals the fraction m v squared ¯ over 3 k ,")[$T = frac(m overline(v^(2)), "3" k) ,$] where #math.equation(block: false, alt: "k")[$k$] is the Boltzmann constant and #math.equation(block: false, alt: "m")[$m$] is the mass of a helium atom. 4. Plug the known values into the equations and solve for the unknowns. #math.equation(block: true, alt: "m equals the fraction molar mass over number of atoms per mole equals the fraction 4 . 0026 times 10 to the power minus 3 kg/mol over 6 . 02 times 10 to the power 23 mol equals 6 . 65 times 10 to the power minus 27 kg")[$m = frac("molar mass", "number of atoms per mole") = frac(4 "." "0026" × "10"^(− 3) #h(0.25em) "kg/mol", 6 "." "02" × "10"^("23") #h(0.25em) "mol") = 6 "." "65" × "10"^(− "27") #h(0.25em) "kg"$] #math.equation(block: true, alt: "T equals the fraction 6 . 65 times 10 to the power minus 27 kg 11 . 1 times 10 cubed m/s squared over 3 1 . 38 times 10 to the power minus 23 J/K equals 1 . 98 times 10 to the power 4 K")[$T = frac(6 "." "65" × "10"^(− "27") #h(0.25em) "kg" attach("11" "." 1 × "10"^(3) #h(0.25em) "m/s", t: 2), 3 1 "." "38" × "10"^(− "23") #h(0.25em) "J/K") = 1 "." "98" × "10"^(4) #h(0.25em) "K"$] Discussion This temperature is much higher than atmospheric temperature, which is approximately 250 K #math.equation(block: false, alt: "open parenthesis – 25 º C")[$\( – "25" "º" "C"$] or #math.equation(block: false, alt: "– 10 º F close parenthesis")[$– "10" "º" "F" \)$] at high altitude. Very few helium atoms are left in the atmosphere, but there were many when the atmosphere was formed. The reason for the loss of helium atoms is that there are a small number of helium atoms with speeds higher than Earth’s escape velocity even at normal temperatures. The speed of a helium atom changes from one instant to the next, so that at any instant, there is a small, but nonzero chance that the speed is greater than the escape speed and the molecule escapes from Earth’s gravitational pull. Heavier molecules, such as oxygen, nitrogen, and water (very little of which reach a very high altitude), have smaller rms speeds, and so it is much less likely that any of them will have speeds greater than the escape velocity. In fact, so few have speeds above the escape velocity that billions of years are required to lose significant amounts of the atmosphere. shows the impact of a lack of an atmosphere on the Moon. Because the gravitational pull of the Moon is much weaker, it has lost almost its entire atmosphere. The comparison between Earth and the Moon is discussed in this chapter’s Problems and Exercises. ] #figure(figph[Photograph of the lunar rover on the Moon. The photo looks like it was taken at night with a powerful spotlight shining on the rover from the left: light reflects off the rover, the astronaut, and the Moon’s surface, but the sky is black. The shadow of the rover is very sharp.], alt: "Photograph of the lunar rover on the Moon. The photo looks like it was taken at night with a powerful spotlight shining on the rover from the left: light reflects off the rover, the astronaut, and the Moon’s surface, but the sky is black. The shadow of the rover is very sharp.", caption: [This photograph of Apollo 17 Commander Eugene Cernan driving the lunar rover on the Moon in 1972 looks as though it was taken at night with a large spotlight. In fact, the light is coming from the Sun. Because the acceleration due to gravity on the Moon is so low (about 1/6 that of Earth), the Moon’s escape velocity is much smaller. As a result, gas molecules escape very easily from the Moon, leaving it with virtually no atmosphere. Even during the daytime, the sky is black because there is no gas to scatter sunlight.]) If you consider a very small object such as a grain of pollen, in a gas, then the number of atoms and molecules striking its surface would also be relatively small. Would the grain of pollen experience any fluctuations in pressure due to statistical fluctuations in the number of gas atoms and molecules striking it in a given amount of time? #solutionbox[ Yes. Such fluctuations actually occur for a body of any size in a gas, but since the numbers of atoms and molecules are immense for macroscopic bodies, the fluctuations are a tiny percentage of the number of collisions, and the averages spoken of in this section vary imperceptibly. Roughly speaking the fluctuations are proportional to the inverse square root of the number of collisions, so for small bodies they can become significant. This was actually observed in the 19th century for pollen grains in water, and is known as the Brownian effect. ] #notebox("Note", rgb("#8a94a6"), rgb("#556666"), rgb("#f7f8fa"))[ #emph[Gas Properties] Pump gas molecules into a box and see what happens as you change the volume, add or remove heat, change gravity, and more. Measure the temperature and pressure, and discover how the properties of the gas vary in relation to each other. #link("https://openstax.org/l/16IdealGasLaw")[Open simulation: atoms\_isotopes] ] === Test Prep for AP Courses Two samples of ideal gas in separate containers have the same number of molecules and the same temperature, but the molecular mass of gas X is greater than that of gas Y. Which of the following correctly compares the average speed of the molecules of the gases and the average force the gases exert on their respective containers? #figure(table( columns: 3, align: left, inset: 6pt, table.header([], [Average Speed of Molecules], [Average Force on Container]), [(a)], [Greater for gas X], [Greater for gas X], [(b)], [Greater for gas X], [The forces cannot be compared without knowing the volumes of the gases.], [(c)], [Greater for gas Y], [Greater for gas Y], [(d)], [Greater for gas Y], [The forces cannot be compared without knowing the volumes of the gases.], )) #solutionbox[ (d) ] How will the average kinetic energy of a gas molecule change if its temperature is increased from 20ºC to 313ºC? + It will become sixteen times its original value. + It will become four times its original value + It will become double its original value + It will remain unchanged. #figure(figph[The graph shows a vertical, y-axis labeled Probability and a horizontal, x-axis labeled velocity v (m over s). There are two distribution curves, a red one marked T1 and a green one labeled T2. The red curve rises quickly and the gradually tapers off. The green curve rises slower than the red curve (and thus is to the right of the red curve), peaks lower than the peak of the red curve and then tapers down less quickly than the red curve.], alt: "The graph shows a vertical, y-axis labeled Probability and a horizontal, x-axis labeled velocity v (m over s). There are two distribution curves, a red one marked T1 and a green one labeled T2. The red curve rises quickly and the gradually tapers off. The green curve rises slower than the red curve (and thus is to the right of the red curve), peaks lower than the peak of the red curve and then tapers down less quickly than the red curve.", caption: none) This graph shows the Maxwell-Boltzmann distribution of molecular speeds in an ideal gas for two temperatures, #emph[T]#sub[1] and #emph[T]#sub[2]. Which of the following statements is false? + #emph[T]#sub[1] is lower than #emph[T]#sub[2] + The #emph[rms] speed at #emph[T]#sub[1]is higher than that at #emph[T]#sub[2]. + The peak of each graph shows the most probable speed at the corresponding temperature. + None of the above. #solutionbox[ (b) ] Suppose you have gas in a cylinder with a movable piston which has an area of 0.40 m#super[2]. The pressure of the gas is 150 Pa when the height of the piston is 0.02 m. Find the force exerted by the gas on the piston. How does this force change if the piston is moved to a height of 0.03 m? Assume temperature remains constant. What is the average kinetic energy of a nitrogen molecule (N#sub[2]) if its #emph[rms] speed is 560 m/s? At what temperature is this #emph[rms] speed achieved? #solutionbox[ (a) 7.29 × 10#super[-21]J; (b) 352K or 79ºC ] What will be the ratio of kinetic energies and #emph[rms] speeds of a nitrogen molecule and a helium atom at the same temperature? === Section Summary - Kinetic theory is the atomistic description of gases as well as liquids and solids. - Kinetic theory models the properties of matter in terms of continuous random motion of atoms and molecules. - The ideal gas law can also be expressed as #math.equation(block: true, alt: "PV equals the fraction 1 over 3 Nm v squared ¯ ,")[$"PV" = frac(1, 3) "Nm" overline(v^(2)) ,$] where #math.equation(block: false, alt: "P")[$P$] is the pressure (average force per unit area), #math.equation(block: false, alt: "V")[$V$] is the volume of gas in the container, #math.equation(block: false, alt: "N")[$N$] is the number of molecules in the container, #math.equation(block: false, alt: "m")[$m$] is the mass of a molecule, and #math.equation(block: false, alt: "v squared ¯")[$overline(v^(2))$] is the average of the molecular speed squared. - Thermal energy is defined to be the average translational kinetic energy #math.equation(block: false, alt: "KE ¯")[$overline("KE")$] of an atom or molecule. - The temperature of gases is proportional to the average translational kinetic energy of atoms and molecules. #math.equation(block: true, alt: "KE ¯ equals the fraction 1 over 2 m v squared ¯ equals the fraction 3 over 2 kT")[$overline("KE") = frac(1, 2) m overline(v^(2)) = frac(3, 2) "kT"$]or #math.equation(block: true, alt: "the square root of v squared ¯ equals v sub rms equals the square root of the fraction 3 kT over m .")[$sqrt(overline(v^(2))) = v_("rms") = sqrt(frac(3 "kT", m)) "."$] - The motion of individual molecules in a gas is random in magnitude and direction. However, a gas of many molecules has a predictable distribution of molecular speeds, known as the #emph[Maxwell-Boltzmann distribution]. === Conceptual Questions How is momentum related to the pressure exerted by a gas? Explain on the atomic and molecular level, considering the behavior of atoms and molecules. === Problems & Exercises Some incandescent light bulbs are filled with argon gas. What is #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] for argon atoms near the filament, assuming their temperature is 2500 K? #solutionbox[ #math.equation(block: true, alt: "1 . 25 times 10 cubed m/s")[$1 "." "25" × "10"^(3) #h(0.25em) "m/s"$] ] Average atomic and molecular speeds #math.equation(block: false, alt: "open parenthesis v sub rms close parenthesis")[$( v_("rms") )$] are large, even at low temperatures. What is #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] for helium atoms at 5.00 K, just one degree above helium’s liquefaction temperature? (a) What is the average kinetic energy in joules of hydrogen atoms on the #math.equation(block: false, alt: "5500 º C")[$"5500" "º" "C"$] surface of the Sun? (b) What is the average kinetic energy of helium atoms in a region of the solar corona where the temperature is #math.equation(block: false, alt: "6 . 00 times 10 to the power 5 K")[$6 "." "00" × "10"^(5) #h(0.25em) "K"$]? #solutionbox[ (a) #math.equation(block: false, alt: "1 . 20 times 10 to the power minus 19 J")[$1 "." "20" × "10"^(− "19") #h(0.25em) "J"$] (b) #math.equation(block: false, alt: "1 . 24 times 10 to the power minus 17 J")[$1 "." "24" × "10"^(− "17") #h(0.25em) "J"$] ] The escape velocity of any object from Earth is 11.2 km/s. (a) Express this speed in m/s and km/h. (b) At what temperature would oxygen molecules (molecular mass is equal to 32.0 g/mol) have an average velocity #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] equal to Earth’s escape velocity of 11.1 km/s? The escape velocity from the Moon is much smaller than from Earth and is only 2.38 km/s. At what temperature would hydrogen molecules (molecular mass is equal to 2.016 g/mol) have an average velocity #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] equal to the Moon’s escape velocity? #solutionbox[ #math.equation(block: true, alt: "458 K")[$"458" #h(0.25em) "K"$] ] Nuclear fusion, the energy source of the Sun, hydrogen bombs, and fusion reactors, occurs much more readily when the average kinetic energy of the atoms is high—that is, at high temperatures. Suppose you want the atoms in your fusion experiment to have average kinetic energies of #math.equation(block: false, alt: "6 . 40 times 10 to the power minus 14 J")[$6 "." "40" × "10"^(− "14") #h(0.25em) "J"$]. What temperature is needed? Suppose that the average velocity #math.equation(block: false, alt: "open parenthesis v sub rms close parenthesis")[$( v_("rms") )$] of carbon dioxide molecules (molecular mass is equal to 44.0 g/mol) in a flame is found to be #math.equation(block: false, alt: "1 . 05 times 10 to the power 5 m/s")[$1 "." "05" × "10"^(5) #h(0.25em) "m/s"$]. What temperature does this represent? #solutionbox[ #math.equation(block: true, alt: "1 . 95 times 10 to the power 7 K")[$1 "." "95" × "10"^(7) #h(0.25em) "K"$] ] Hydrogen molecules (molecular mass is equal to 2.016 g/mol) have an average velocity #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] equal to 193 m/s. What is the temperature? Much of the gas near the Sun is atomic hydrogen. Its temperature would have to be #math.equation(block: false, alt: "1 . 5 times 10 to the power 7 K")[$1 "." 5 × "10"^(7) #h(0.25em) "K"$] for the average velocity #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] to equal the escape velocity from the Sun. What is that velocity? #solutionbox[ #math.equation(block: true, alt: "6 . 09 times 10 to the power 5 m/s")[$6 "." "09" × "10"^(5) #h(0.25em) "m/s"$] ] There are two important isotopes of uranium— #math.equation(block: false, alt: "to the power 235 U")[$"235" "U"$] and #math.equation(block: false, alt: "to the power 238 U")[$"238" "U"$]; these isotopes are nearly identical chemically but have different atomic masses. Only #math.equation(block: false, alt: "to the power 235 U")[$"235" "U"$] is very useful in nuclear reactors. One of the techniques for separating them (gas diffusion) is based on the different average velocities #math.equation(block: false, alt: "v sub rms")[$v_("rms")$] of uranium hexafluoride gas, #math.equation(block: false, alt: "UF sub 6")[$"UF"_(6)$]. (a) The molecular masses for #math.equation(block: false, alt: "to the power 235 U")[$"235" "U" #h(0.25em)$]#math.equation(block: false, alt: "UF sub 6")[$"UF"_(6)$] and #math.equation(block: false, alt: "to the power 238 U")[$"238" "U"$]#math.equation(block: false, alt: "UF sub 6")[$#h(0.25em) "UF"_(6)$] are 349.0 g/mol and 352.0 g/mol, respectively. What is the ratio of their average velocities? (b) At what temperature would their average velocities differ by 1.00 m/s? (c) Do your answers in this problem imply that this technique may be difficult?