-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes-lecture-EOS1.html
828 lines (716 loc) · 30.3 KB
/
notes-lecture-EOS1.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-02-06 Thu 09:03 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>400A - EOS (polytropic & ideal gas)</title>
<meta name="author" content="Mathieu Renzo" />
<meta name="generator" content="Org Mode" />
<link rel="stylesheet" href="./css/style.css" />
<link rel="stylesheet" href="./fontawesome-free-6.7.2-web/css/all.min.css">
<meta name="keywords" content="Mathieu, Renzo, Mathieu Renzo,
stellar evolution, 400A, University of
Arizona, Steward Observatory, stars,
theoretical astrophysics">
<script type="text/x-mathjax-config">
MathJax.Hub.Config({
displayAlign: "center",
displayIndent: "0em",
"HTML-CSS": { scale: 100,
linebreaks: { automatic: "false" },
webFont: "TeX"
},
SVG: {scale: 100,
linebreaks: { automatic: "false" },
font: "TeX"},
NativeMML: {scale: 100},
TeX: { equationNumbers: {autoNumber: "AMS"},
MultLineWidth: "85%",
TagSide: "right",
TagIndent: ".8em"
}
});
</script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS_HTML"></script>
</head>
<body>
<div id="preamble" class="status">
<!-- Preamble -->
<!-- The header -->
<div class="header">
<!-- The site name -->
<div class="site-name">
<a id="top" href="./index.html">Stellar Evolution</a>
</div>
<!-- The hamburger -->
<div class="hamburger">
<div id="myLinks" class="menu">
<a href="./index.html">Home</a>
<a href="./syllabus.html">Syllabus</a>
<a href="./lectures.html">Lectures</a>
<a href="./projects.html">Projects</a>
</div>
<a href="javascript:void(0);" class="icon" onclick="HamburgerMenuFunction()">
<i class="fa fa-bars"></i>
</a>
</div>
<div class="navbar">
<a href="./syllabus.html">Syllabus</a>
<a href="./lectures.html">Lectures</a>
<a href="./projects.html">Projects</a>
</div>
</div>
<!-- scripts -->
<script>
function HamburgerMenuFunction() {
var x = document.getElementById("myLinks");
if (x.style.display === "block") {
x.style.display = "none";
} else {
x.style.display = "block";
}
}
</script>
<script>
window.onload = () => {
const toggleButton = document.getElementById("light-dark-toggle");
const body = document.body;
const html = document.documentElement;
// Check localStorage for user preference
if (localStorage.getItem("theme") === "dark") {
body.classList.add("dark-mode");
html.classList.toggle("dark-mode");
}
// Toggle theme on click
toggleButton.addEventListener("click", () => {
body.classList.toggle("dark-mode");
html.classList.toggle("dark-mode");
// Save user preference
if (body.classList.contains("dark-mode")) {
localStorage.setItem("theme", "dark");
} else {
localStorage.setItem("theme", "light");
}
});
};
</script>
<!-- end scripts-->
</div>
<div id="content" class="content">
<p>
<b>Materials</b>: Chapter 3 of Onno Pols' lecture notes, Sec. 2.2 and Chapter
5 and 13 of Kippenhahn's book, Sec. 2-4 of Clayton's book.
</p>
<div id="outline-container-orgc3424b7" class="outline-2">
<h2 id="orgc3424b7"><a href="#orgc3424b7">Equation of state 1/2</a></h2>
<div class="outline-text-2" id="text-orgc3424b7">
</div>
<div id="outline-container-org397f768" class="outline-3">
<h3 id="org397f768"><a href="#org397f768">Summary of where we are</a></h3>
<div class="outline-text-3" id="text-org397f768">
<p>
We have introduced now two equations of the stellar structure (<b>N.B.:</b>
at the end of the course we'll need 5 to close the system and get a
solvable model), and we know we can write them using the Lagrangian
mass coordinate, that is the mass enclosed in a certain radius, as
independent variable. But to reason conceptually about the problem, we
can stick to writing them as a function of r: the Lagrangian formalism
is important when doing numerical work, but less so for analytic
reasoning, when we can easily switch back and forth between r, m, or
any other variable as independent.
</p>
<p>
<b>Mass continuity:</b>
</p>
<div class="latex" id="org5188212">
\begin{equation}\label{eq:mass_cont}
\frac{dm}{dr} = 4\pi r^{2}\rho \Leftrightarrow \frac{dr}{dm} = \frac{1}{4\pi r^{2} \rho}\ \ ,
\end{equation}
</div>
<p>
where we implicitly are assuming static equilibrium (∂<sub>t</sub> = 0).
</p>
<p>
<b>Hydrostatic equilibrium:</b>
</p>
<div class="latex" id="org2db66b4">
\begin{equation}\label{eq:HSE}
\frac{dP}{dr} = -\frac{Gm}{r^{2}}\rho \Leftrightarrow \frac{dP}{dm}=-\frac{Gm}{4\pi r^{4}}\ \ .
\end{equation}
</div>
<p>
These two equations express the conservation of mass and momentum,
respectively (<b>N.B.:</b> it is often useful to write all equations in the
form of conservation laws to solve them numerically), and have as
variables the function \(m \equiv m(r)\) (or equivalently \(r\equiv r(m)\)), \(P\) and
\(\rho\). So clearly we cannot yet solve them, we need some relation
between the pressure and the density - a so-called <i>equation of state</i>
(EOS).
</p>
</div>
</div>
<div id="outline-container-org8c9e3b4" class="outline-3">
<h3 id="org8c9e3b4"><a href="#org8c9e3b4">General consideration on the EOS</a></h3>
<div class="outline-text-3" id="text-org8c9e3b4">
<p>
In general, this is a relation between the <i>local</i> value of pressure \(P\),
density \(\rho\), and temperature \(T\), which may also depend on the
composition, that is the ensemble of fraction by mass of elements (\(X_{i}\)
= mass of $i$-th element/total mass):
</p>
<div class="latex" id="orgb9a8eb4">
\begin{equation}\label{eq:general_EOS}
P\equiv P(\rho, T, \{X_{i}\})
\end{equation}
</div>
<p>
For a given composition \({X_{i}}\), given two out of three between \(P, \rho,
T\), one can obtain the third using the EOS.
</p>
<p>
The aim of this lecture is to introduce first simple EOS which do not
introduce any other variables (so independent of T), and then go over
a more appropriate EOS which is a good approximation for most stars,
the ideal gas EOS. We will see other EOS (for degenerate or
radiation-dominated gas) in a <a href="./notes-lecture-EOS2">future lecture</a>.
</p>
</div>
</div>
<div id="outline-container-orgbed9b53" class="outline-3">
<h3 id="orgbed9b53"><a href="#orgbed9b53">Global and local thermal equilibrium</a></h3>
<div class="outline-text-3" id="text-orgbed9b53">
<p>
Before we get into the EOS though, we have to ask ourselves whether we
can use thermodynamics/statistical mechanics to describe the
<i>microscopic</i> properties of the stellar gas and find some relationship
between \(P\), \(\rho\) (and other thermodynamic quantities such as \(T\), entropy,
etc). Are these even well defined?
</p>
<p>
Thermal equilibrium means by definition that all the particles in a
system (including photons, if there is radiation) have the same
temperature \(T\), and their velocity distribution are described by a
Maxwell-Boltzmann distribution (for particles) and the black-body
spectrum (for radiation). This situation can only be achieved if there
are sufficient interactions so each particle can exchange energy with
the others (collisions among particles, and scattering/absorption for
photon-particles interactions).
</p>
<ul class="org-ul">
<li><b>Q</b>: are stars in global thermal equilibrium? If they were, they would
have a single temperature throughout the star, does this sound
realistic?</li>
</ul>
<p>
<b>Stars are not in global thermal equilibrium</b>. They are in "<i>gravothermal
equilibrium</i>": the hydrostatic equilibrium requirement and the
self-gravity determine the thermal state of each layer so that the
pressure gradient can balance gravity.
</p>
<p>
However, <i>locally</i>, we can still assume that there are stellar layers
with a thickness \(dr\ll R\) that are in thermal equilibrium (with \(R\) outer
radius of the star, which we have seen to be an idealization, since in
reality \(R\equiv R(\lambda)\) depends on the wavelength λ at which one observes).
For this to happen, this layer needs still to be much larger than the
mean-free-path for particle-particle and particle-photon interactions.
This allows for many interactions between the particles to occur and
establish <i>local</i> thermal equilibrium within the layer of thickness dr.
Let's consider the mean-free-path for particle-photon interactions first:
</p>
<div class="latex" id="org4d03fdd">
\begin{equation}
\ell_{\gamma} = \frac{1}{n\sigma} \equiv \frac{1}{\kappa\rho} \ \ ,
\end{equation}
</div>
<p>
where n is the number density of particles ([\(n\)] = cm<sup>-3</sup>) and σ is the
interaction cross section ([σ] = cm<sup>2</sup>), or equivalently, ρ is the mass
density (appearing in the two equations we already have), and κ is the
"opacity", which is a way to measure the probability of a photon to
interact with a certain amount of mass.
</p>
<ul class="org-ul">
<li><b>Q</b>: what are the units of κ? How can we interpret it?</li>
</ul>
<p>
Let's for simplicity assume that a star is all made of hydrogen (a
result first derived ∼100 years ago by Cecilia Payne in her PhD thesis
in 1925). Let's also assume that it is fully ionized (i.e., protons
and electrons are separated from each other). The very minimum opacity
in this case is given by scattering of photons onto the electrons and
is: \(\kappa = 0.2(1+X)\) cm<sup>2</sup> g<sup>-1</sup> (see also <a href="./notes-lecture-kappa.html">lecture on opacities</a>), where \(X\)
is the mass fraction hydrogen, so for our rough approximation, κ≅0.4.
The average density of the Sun is ρ<sub>☉, avg</sub>≅1.4 g cm<sup>-3</sup>,
therefore ℓ<sub>γ</sub> ≅ 2 cm. The mean-free-path for
particle-particle interactions \(\ell_\mathrm{b}\) is much smaller (because
the cross section σ is larger): the interaction is electromagnetic and
has infinite range, in principle all charged particles feel all other
(we will return on this at the end of this lecture). Therefore, we can
conservatively ask what is the temperature variation across ℓ<sub>γ</sub>:
</p>
<div class="latex" id="org4c2371b">
\begin{equation}
\Delta T \simeq \ell_{\gamma} \frac{dT}{dr} \le \ell_{\gamma} \frac{T_\mathrm{center} - T_\mathrm{surface}}{R} \simeq \ell_{\gamma} \frac{T_\mathrm{center}}{R}
\end{equation}
</div>
<p>
(where we neglect \(T_\mathrm{surface}\) because we expect it much lower
than \(T_{center}\), since we already know \(P_{center} \gg P_{surface}\)). For the Sun
we will see that we can estimate \(T_\mathrm{center}\simeq 10^{7}\) K, and we know
\(R_{☉}\simeq 10^{11}\) cm, so \(\Delta T\simeq 10^{-4} K \ll T_{surf} \ll T_{center}\).
</p>
<p>
Thus, we can define layers of the star with \(\ell_\mathrm{b} \ll \ell_{\gamma}
\ll dr \ll R\) where locally the temperature variation across the layer is
negligible, and the assumption of <i>local thermal equilibrium</i> (LTE)
holds well. (<b>N.B.:</b> you can revise this a posteriori once we have an
EOS and a way to estimate of \(T_\mathrm{center}\)!)
</p>
<p>
This may not be true close to the surface, where ℓ<sub>γ</sub> progressively
increases (because ρ decreases). There we may need to care about the
wavelength (or frequency) dependence of the cross section σ≡σ(λ)
and thus the mean free path: a star has a different "surface" for
different photon frequencies! In those layers, the assumption of LTE
does not work.
</p>
<p>
As long as we discuss regions of the star with a thickness large
w.r.t. ℓ<sub>γ</sub> but small enough that the T variation across them are
negligible, we can use thermodynamics!
</p>
<p>
Also, as we have seen before, the stars are usually in equilibrium and
change very slowly. Any <i>local</i> thermal imbalance will be restored on
the <i>local</i> thermal timescale, which can be estimate in multiple ways,
but it is usually very short compared to the star evolutionary
timescale (we will see this in more detail later). Thus the assumption
of LTE holds locally (as the "L" indicates) at any time! Therefore,
while we cannot really define a physically meaningful \(T\) for the
entire star (beyond some rough averaged quantity), we can meaningfully
define a <i>local</i> \(T(r)\) or \(T(m)\) temperature that characterizes the gas
<i>and</i> the radiation at that radius/mass coordinate. The local validity
of the LTE assumption allows us to define thermodynamic quantities
from statistical mechanics and look for a relation between them, that
is an EOS.
</p>
</div>
</div>
<div id="outline-container-orgd968882" class="outline-3">
<h3 id="orgd968882"><a href="#orgd968882">Polytropic EOS</a></h3>
<div class="outline-text-3" id="text-orgd968882">
<p>
Polytropic EOS as a special case of <i>barotropic</i> EOS, which are all the
EOSs for which <i>the density depends only on the pressure and not on
the temperature or composition</i>: \(\rho\equiv\rho(P)\). These have applications
beyond stellar physics (e.g., for atmospheric physics). A polytropic
EOS is thus a barotropic EOS where the \(\rho\equiv\rho(P)\) is in the form of a
powerlaw, although usually written (following the general form of Eq.
\ref{eq:general_EOS}):
</p>
<div class="latex" id="org3edb626">
\begin{equation}\label{eq:polytrope}
P = C\rho^{\Gamma} \equiv C\rho^{1+1/n}\ \ ,
\end{equation}
</div>
<p>
where C is a constant, and by definition \(\Gamma=\partial \ln P /\partial \ln \rho = 1+1/n\).
The form of the EOS in Eq. \ref{eq:polytrope} may seem particularly
artificial, but it is helpful because it does not introduce any new
variable, and thus "closes" (together with Eq. \ref{eq:mass_cont} and
Eq. \ref{eq:HSE}) the system of equations describing a star! This is
the system of equations used to create, for example, analytic stellar
models (e.g., the Lane-Emden equation), which is one of the topics for
the projects. These can be useful to initialize roughly correct
stellar structures in multi-dimensional hydrodynamic codes for
particular applications (e.g., a common envelope evolution
simulation!), but they are usually insufficient for modern stellar
physics application.
</p>
<p>
More importantly, there are various <i>physical</i> situations (as we will
return on during <a href="./notes-lecture-EOS2.html">the second lecture on EOSs</a>) in which EOS of this form
occur, and are useful to describe real observed stars.
</p>
<ul class="org-ul">
<li>fully convective stars (see <a href="./notes-lecture-conv.html">relative lecture</a>)</li>
<li>stars supported by quantum mechanical effects such as white dwarfs
(WDs)</li>
</ul>
<p>
Often, different polytropes in the form of Eq. \ref{eq:polytrope} can
be used for different layers of the stars (piece-wise polytropes) as
useful approximation. In this cases, it is important to ensure the
<i>continuity</i> of \(P\) at the points where different polytropes are
stitched together.
</p>
<ul class="org-ul">
<li><b>Q</b>: why do we want \(P\) to be a continuous function in stars?</li>
</ul>
</div>
</div>
<div id="outline-container-org753adea" class="outline-3">
<h3 id="org753adea"><a href="#org753adea">Ideal gas</a></h3>
<div class="outline-text-3" id="text-org753adea">
<p>
In general, it is not possible to have an EOS independent of \(T\)
and/or the composition \({X_{i}}\). Let's consider a <i>perfect gas</i>, that is a
gas of particles that do interact with each other (otherwise they
could never exchange energy and be in thermal equilibrium!), but such
as that the energy exchanged in the particle-particle interactions is
much small than their kinetic energy (due to their thermal motion)
</p>
<div class="latex" id="org6aa37f9">
\begin{equation}
\Delta E_\mathrm{interaction} \ll k_{B} T \ \ ,
\end{equation}
</div>
<p>
and other than these interaction between particles, they are free to
move (no external potential).
</p>
<p>
To obtain the pressure of such gas, we need to consider the
distribution in velocity space of these particles. Let's for a moment
consider particles that all have the same mass m, we can then
equivalently consider the distribution in momentum p=mv of the
particles – this is convenient to generalize later to relativistic
particles, and we will see how to deal with mixtures of gases (each
with particles m<sub>i</sub>) further down.
</p>
<p>
Since the particles of the ideal gas move isotropically within their
volume, the momentum distribution of particles is a Maxwell-Boltzmann
distribution. The number of particles with momentum between \(p\) and
\(p+dp\) is
</p>
<div class="latex" id="org188afeb">
\begin{equation}\label{eq:Maxwellian}
n(p)dp = \frac{n}{(2\pi m k_{B} T)^{3/2}} \exp\left(-\frac{p^{2}}{2mk_{B}T}\right)4\pi p^{2}dp \ \ ,
\end{equation}
</div>
<p>
where on the r.h.s., \(n\) is the total number density, the prefactor of
the exponential is the normalization constant, and the exponential
comes from assuming a Gaussian distribution of kinetic energies for
each momentum component (you can demonstrate that a Maxwellian
distribution is equivalent to a Gaussian in each direction \(p_{x}\), \(p_{y}\),
\(p_{z}\), by going to spherical-polar coordinates in momentum space, thus
introducing a Jacobian for the change of variables, and integrating
over the \(p_{\theta}\), \(p_{\varphi}\) components).
</p>
<p>
From this, we can calculate the pressure of the gas. By definition
this will be isotropic, and so we can imagine to put a "box" with unit
linear size through our gas (the orientation of the walls does not
matter). To determine the gas pressure we want the force exerted by
the gas on the walls. By Newton's third law this is equal to the
change in momentum of each gas particles as they hit the walls. We
will first consider the momentum change for a generic single particle,
and then integrate over the distribution in Eq. \ref{eq:Maxwellian} to
get the whole pressure.
</p>
<p>
Let's call the imaginary wall the xy plane and assume the collisions
to be elastic (because we are considering an ideal gas, by definition
any exchange of energy is negligible). For a generic particle of the
gas, it will collide with the wall at an angle \(\theta \in [0, \pi/2]\) and the
collision will change its momentum from (\(p_{x}\), \(p_{y}\), \(p_{z}\)) to (\(p_{x}\),
\(p_{y}\), \(-p_{z}\)): only the component perpendicular to the wall changes
sign. Thus
</p>
<div class="latex" id="org990ea2a">
\begin{equation}
\Delta p = 2 p \cos(\theta)\ \mathrm{with}\ p=\sqrt{p_{x}^{2} + p_{y}^{2} +p_{z}^{2}}
\end{equation}
</div>
<p>
The time between two collisions of a particle on the same wall is
</p>
<div class="latex" id="org9247198">
\begin{equation}
\Delta t = \frac{2L}{v\cos(\theta)} = \frac{2}{v\cos(\theta)} \ \ ,
\end{equation}
</div>
<p>
where we used the \(L=1\) assumption. Thus the force exerted on this
imaginary wall of a unit box is \(F=\Delta p/\Delta t = vp cos^{2}(\theta)\), dividing
by \(L^{2} = 1\) we obtain the contribution to the pressure from one particle
coming from one specific direction θ (w.r.t. the wall of the box), and
introducing the distribution of particles in angle and momentum we
have
</p>
<div class="latex" id="orgada5381">
\begin{equation}
dP = vp\cos^{2}(\theta)n(\theta,p)d\theta dp \ \ ,
\end{equation}
</div>
<p>
But we can assume that the motion of the particles is isotropic
(spherical symmetry), so \(n(\theta,p)d\theta = n(p)sin(\theta)d\theta\), and thus
</p>
<div class="latex" id="orge132696">
\begin{equation}\label{eq:P_statistic}
dP = vp\cos^{2}(\theta)n(p)\sin(\theta)d\theta dp \Rightarrow P = \frac{1}{3}\int_{0}^{+\infty} n(p)p v dp \ \ ,
\end{equation}
</div>
<p>
where we integrated over \(\theta\). Combining Eq. \ref{eq:P_statistic} with Eq. \ref{eq:Maxwellian} gives the pressure.
</p>
</div>
<div id="outline-container-org14919e4" class="outline-4">
<h4 id="org14919e4"><a href="#org14919e4">Non-relativistic, classical gas</a></h4>
<div class="outline-text-4" id="text-org14919e4">
<p>
Let's consider a non-relativistic gas of classical particles (no
quantum effects). Then \(p= mv \Leftrightarrow v=p/m\) (<b>N.B.:</b> we are considering an
ideal gas, so each particle is freely moving, no potential of
interaction!). Carrying out the integral above using the
Maxwell-Boltzmann distribution for \(n(p)\) and \(v=p/m\) gives
</p>
<div class="latex" id="org96166e1">
\begin{equation}
P = n k_{B} T \ \ .
\end{equation}
</div>
</div>
</div>
<div id="outline-container-org2aade15" class="outline-4">
<h4 id="org2aade15"><a href="#org2aade15">Mixture of (non-relativistic, classical) gases</a></h4>
<div class="outline-text-4" id="text-org2aade15">
<p>
Let's now say that we have multiple gas mixed, for example, a gas of
ions of various species and electrons. Each gas will contribute to the
pressure: \(P_{tot} = P_{ion, tot} + P_{e} = \sum_{i} P_{ion, i} + P_{e} = (\sum_{i}n_{i} +n_{e}) k_{B}T\),
where \(n_{i}\) is the number density of the ions \(i\), which have mass \(m_{u} A_{i}\)
with \(m_{u}\) the <i>atomic mass unit</i>:
</p>
<div class="latex" id="org176436f">
\begin{equation}
m_{u} = 1 / N_{A} \,\mathrm{g} \simeq 1.66 \times 10^{-24} \,\mathrm{g} \ \ .
\end{equation}
</div>
<p>
Thus, we can relate the number density of the ions of species i with
the mass density that already appears in the equations we already have
with \(n_{i} = X_{i}\rho/(A_{i} m_{u})\). Note that we are implicitly using the fact
that everything has the same T because of the assumption of LTE!
</p>
<p>
We can re-write the total contribution of the ions defining the
ion <i>mean molecular weight</i> such that \(\mu_\mathrm{ion} \times m_{u}\) = "average mass of
ions", that is \(\mu_\mathrm{ion} n_\mathrm{ion} = \rho/m_{u}\) or \(n_\mathrm{ion} = \sum_{i} n_{i} = \sum_{i} X_{i}\rho/(A_{i}m_{u}) \equiv
\rho/(\mu_\mathrm{ion}m_{u})\) and:
</p>
<div class="latex" id="org4988b9d">
\begin{equation}
\frac{1}{\mu_\mathrm{ion}} = \sum_{i}\frac{X_{i}\rho}{A_{i}} \ \ .
\end{equation}
</div>
<p>
Similarly, we can define an electron mean molecular weight noticing
that to maintain a total charge of zero per unit volume, since each
ion carries charge \(+Z_{i}e\) and each electron as charge \(-e\): \((\sum_{i} Z_{i}n_{i} -
n_{e})e = 0\). Thus
</p>
<div class="latex" id="org623bd04">
\begin{equation}
\frac{1}{\mu_\mathrm{e}} = \sum_{i}\frac{Z_{i}X_{i}\rho}{A_{i}} \ \ .
\end{equation}
</div>
<p>
and we can define a combined mean molecular weight:
</p>
<div class="latex" id="orgf65f2bd">
\begin{equation}
\frac{1}{\mu} = \frac{1}{\mu_\mathrm{ion}}+\frac{1}{\mu_{e}} \ \ ,
\end{equation}
</div>
<p>
So that the total pressure of a mixture of ideal, classical and
non-relativistic gas is
</p>
<div class="latex" id="orge5db2c7">
\begin{equation}\label{eq:ideal_gas_EOS}
P = \frac{\rho}{\mu m_{u}}k_{B}T
\end{equation}
</div>
<p>
The introduction of the <i>mean molecular weight</i> allows us to treat a
mixture of gases (assumed to be in LTE) as a single gas!
</p>
<p>
<b>N.B.:</b> this holds as long as every species satisfies our assumption of
ideal, non-relativistic, classical gas.
</p>
</div>
</div>
<div id="outline-container-org445c9de" class="outline-4">
<h4 id="org445c9de"><a href="#org445c9de">Physical interpretation of \(\mu\)</a></h4>
<div class="outline-text-4" id="text-org445c9de">
<p>
The <i>mean molecular weight</i> we have introduced above may seem a bit
arbitrary, but it has a clear physical interpretation: it is the
average number of particles per unit atomic mass \(m_{u}\).
</p>
<p>
For a fully ionized gas (i.e., where every ion is stripped of <i>all</i> its
electrons):
</p>
<div class="latex" id="org66ea3fc">
\begin{equation}
\mu = \frac{1}{\sum_{i}X_{i}\left(\frac{Z_{i}+1}{A_{i}}\right)} \ \ ,
\end{equation}
</div>
<p>
In fact, for every $i$-th species that corresponds to a fraction \(X_{i}\)
of the total mass, that is \(X_{i}/A_{i}\) in number density, we have \(Z_{i}\)
electrons plus one nucleus that contribute. This approximation is
usually good in the stellar interior, but as one moves outwards in the
star, \(P\) decreases, therefore by Eq. \ref{eq:ideal_gas_EOS}, \(T\)
decreases, and elements recombine, meaning the term \(Z_{i}+1\) is reduced.
This can have important consequences in certain layers of the stars
("partial ionization layers").
</p>
<p>
We can further simplify the expression for \(\mu\) by noting that for
hydrogen \((Z_{i} +1)/A_{i} = 2\) (i.e., hydrogen contributes 2 particles per
unit atomic mass, one proton and one electron), for helium \((Z_{i} +1)/A_{i}
= 3/4\) (we are actually considering only the stable isotope of helium
that contributes 3 particles every 4 atomic mass units, one nucleus
and 2 electrons), and for the vast majority of stable metals \(Z_{i} \gg 1\)
and \(Z_{i} \simeq A_{i}/2\) (i.e., most metals contribute per each \(A_{i}\) atomic
mass units roughly \(A_{i}/2\) particles which are the electrons that are
typically half as many as the nucleons). Therefore, for fully ionized
gas, we can simplify the mean molecular weight to:
</p>
<div class="latex" id="orgb1bb643">
\begin{equation}
\mu \simeq \frac{1}{2X + \frac{3Y}{4} + \frac{Z}{2}} \ \ ,
\end{equation}
</div>
<p>
where \(X\), \(Y\), \(Z\) are the mass fraction of hydrogen, helium, and the
metallicity, respectively.
</p>
</div>
</div>
</div>
<div id="outline-container-orgf2ce0d9" class="outline-3">
<h3 id="orgf2ce0d9"><a href="#orgf2ce0d9">Relation between pressure and internal density</a></h3>
<div class="outline-text-3" id="text-orgf2ce0d9">
<p>
Eq. \ref{eq:P_statistic} can be used to relate \(P\) to the internal
energy density of a gas. This can be defined as:
</p>
<div class="latex" id="orgee943ca">
\begin{equation}\label{eq:E_statistic}
du_\mathrm{int} = \varepsilon(p)n(p)dp \ \ ,
\end{equation}
</div>
<p>
with ε(p) the energy per particle.
</p>
<p>
If the particles in the (ideal) gas are non-relativistic, then
\(\varepsilon=p^{2}/2m\), thus in the term \(pv\) in Eq. \ref{eq:P_statistic} is \(pv = 2\varepsilon\),
and thus:
</p>
<div class="latex" id="org1ed3d76">
\begin{equation}
P = \frac{2}{3} u_\mathrm{int} \ \ .
\end{equation}
</div>
<p>
If instead the gas is ultra-relativistic, then \(\varepsilon = pc\) (neglecting the
mass term in the energy since \(pc \gg mc^{2}\)), and thus:
</p>
<div class="latex" id="org4027e61">
\begin{equation}
P=\frac{u_\mathrm{int}}{3} \ \ .
\end{equation}
</div>
</div>
</div>
<div id="outline-container-org318063d" class="outline-3">
<h3 id="org318063d"><a href="#org318063d">Can we really use an ideal gas EOS in a plasma?</a></h3>
<div class="outline-text-3" id="text-org318063d">
<p>
This is legitimate as long as the interaction energy between the
particles are small compared to their kinetic energy. The dominant
interaction between the particles (ions and electrons) is going to be
through the Coulomb force, leading to energy exchanges of the order of:
</p>
<div class="latex" id="orgef6d643">
\begin{equation}
\varepsilon_\mathrm{Coulomb} \simeq \frac{Z^{2}e^{2}}{d} \ \ ,
\end{equation}
</div>
<p>
for particles of charge \(Ze\) (the ions) and average distance \(d \simeq (4\pi
n/3)^{-1/3}\) with \(n\simeq\rho/Am_{u}\) number density. We want to compare this with the
kinetic energy, which for point-like particles is \(\varepsilon_\mathrm{thermal} = 3k_{b}T/2\).
The ratio of these two is often called the Coulomb parameter
(neglecting constants of order unity):
</p>
<div class="latex" id="orgf13d3b6">
\begin{equation}
\Gamma_{C} = \frac{\varepsilon_\mathrm{Coulomb}}{\varepsilon_\mathrm{thermal}} \simeq \frac{Z^{2}e^{2}}{dk_{B}T} \simeq \frac{(Ze)^{2}}{k_{B}T}\left(\frac{\rho}{Am_{u}}\right)^{1/3} \simeq 2.275\times 10^{5} Z^{2} A^{-1/3}\left(\frac{\rho}{\mathrm{g\ cm^{-3}}}\right)^{1/3 }\left(\frac{T}{\mathrm{K}}\right)^{-1}\ \ .
\end{equation}
</div>
<p>
We can assume the ideal gas situation if \(\Gamma_{C} \ll 1\), which is the case
for the average \(T\) and ρ of the Sun (we will estimate the average
temperature of the Sun in the <a href="notes-lecture-VirTheo.html#orge493bc2">next lecture</a>). We also see that at
progressively lower temperature the Coulomb interaction start to
matter (this is important for the crystallization of WDs for
instance), or at increasingly high densities.
</p>
</div>
</div>
</div>
<div id="outline-container-org7eaeaa3" class="outline-2">
<h2 id="org7eaeaa3"><a href="#org7eaeaa3">Homework</a></h2>
<div class="outline-text-2" id="text-org7eaeaa3">
<ul class="org-ul">
<li>We have discussed that the internal layers of the star are in LTE
using an argument based on the photons mean free path ℓ<sub>γ</sub>.
Assuming a star of constant density (use the mean density for
this!), pure hydrogen composition, and that electron scattering is
the dominant interaction of the photons in the stellar interior so
κ≅κ<sub>es</sub>=0.2(1+X), using one-dimensional random-walk arguments,
estimate:
<ol class="org-ol">
<li>how many scatterings a photon created in the center of the Sun
will experience before coming out at the surface?</li>
<li>Knowing that photons travel at the speed of light c and assuming
scatterings to be instantaneous, what is the photon diffusion
timescale throughout the star? How does it compare to the
dynamical timescale?</li>
</ol></li>
<li>Run with <code>MESA-web</code> a 0.3M<sub>☉</sub> star up to 10<sup>8</sup> yrs, and plot the
P(ρ) profile of the star at this age (<b>Hint</b>: it may be useful to plot it on
a log-log plot). Do you think it is possible to find a good
approximation of this profile with a polytropic relation? Note that
<code>MESA-web</code> does <b>not</b> assume a poytropic EOS! As usual, the deliverables
are the plot, the code used to make it, and a small paragraph of
text with your answer. <b>Extra</b>: you may even try to fit a polytrope
throughout the star and provide the polytropic index Γ.</li>
</ul>
</div>
</div>
</div>
<div id="postamble" class="status">
<div class="footer">
<hr>
<a href="#light-dark-toggle"><i id="light-dark-toggle"><i class="fa-solid fa-circle-half-stroke"></i></a>    <a href="notes-lecture-HSE.html"><i class="fa-solid fa-arrow-left"></i></a>    <a href="#top"><i class="fa-solid fa-arrow-up" style="font-size:16px"></i></a>    <a href="notes-lecture-VirTheo.html"><i class="fa-solid fa-arrow-right" style="font-size:16px"></i></a>    <a href="https://github.com/mathren/stellar_phys_400A"><i class="fa-brands fa-github" style="font-size:16px"></i></a><hr>
<br>
Last updated on 6 February 2025 <br>
Made with Emacs 28.1 - Org mode 9.5.2
<br>
</div>
</div>
</body>
</html>