-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnotes-lecture-VirTheo.html
766 lines (679 loc) · 29.7 KB
/
notes-lecture-VirTheo.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- 2025-03-25 Tue 09:05 -->
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>400A - Virial theorem</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 2 of Onno Pols' lecture notes, Chapter 3 of
Kippenhahn's book, Sec. 1.5 of "Tapestry of Modern Astrophysics" by S.
N. Shore, pages 134-139 Clayton's book.
</p>
<div id="outline-container-orge66f46a" class="outline-2">
<h2 id="orge66f46a"><a href="#orge66f46a">Virial theorem</a></h2>
<div class="outline-text-2" id="text-orge66f46a">
<p>
In the <a href="./notes-lecture-EOS1.html">previous lecture</a>, we have discussed that it is appropriate to
use thermodynamics to describe the <i>local</i> properties of the stellar
gas. We had already established that (self-)gravity determines the
pressure gradient in the star through the hydrostatic equilibrium
equation (which is just the particular form that momentum conservation
takes in a stellar context). Therefore, in this lecture we will
explore the relation there may be between gravitational physics and
thermodynamics which will allow us to get some crucial facts about
stars.
</p>
<p>
The virial theorem relates the kinetic and potential energy of system
of point masses interacting through long-range forces, and thus allows
one to <b>connect thermodynamics and gravitational physics</b>. It is a
statistical statement on mutually interacting particles (e.g., because
of their mutual gravity!), and thus it is very general. The etymology
of the name comes from "vir" which is latin for "forces".
</p>
</div>
<div id="outline-container-org15416bf" class="outline-3">
<h3 id="org15416bf"><a href="#org15416bf">(Almost fully) General derivation</a></h3>
<div class="outline-text-3" id="text-org15416bf">
<p>
Let's start with a very general derivation (see for example
Goldstein's classical mechanics book or Shore's Tapesty of Modern
Astrophysics Sec. 1.5). For a collection of particles with (constant)
mass \(m_{i}\), Netwon's second law states that the change in their
momentum is equal to the total force they are subject to:
</p>
<div class="latex" id="orgd9c9127">
\begin{equation}
m_{i} \ddot{\mathbf{r_{}}_{i}} = \mathbf{F}_{i} \ \, .
\end{equation}
</div>
<p>
Note that here \(\mathbf{r}_{i}\) and \(\mathbf{F}_{i}\) are vector quantities.
We take the <i>first-order spatial moment of this distribution</i>, which
means we take the dot product of each term by the position of the
particles and sum over all the particles. Why? The reason is to make
<i>something like the work done by forces (and thus the potential energy)
appear in the second term</i>:
</p>
<div class="latex" id="orgf96a327">
\begin{equation}\label{eq:first_moment_second_law}
\sum_{i} m_{i}\ddot{\mathbf{r}_{i}} \cdot \mathbf{r}_{i} = \sum_{i} \mathbf{F}_{i} \cdot \mathbf{r}_{i} \ \ .
\end{equation}
</div>
<p>
The r.h.s. looks like a sum of work done by the total foce on each
particle: \(\sum_{i} \mathbf{F}_{i} \cdot \mathbf{r}_{i} \equiv W\). This is the so
called "virial", which contains only long-range forces between the
particles (collisions cancel out in the sum because of Netwon's 3<sup>rd</sup>
law). This by conservation of energy has to be equal to the net
potential energy available \(E_\mathrm{pot}\).
</p>
<p>
The l.h.s. can be re-written using the chain rule for the second
time-derivative:
</p>
<div class="latex" id="org2a263a3">
\begin{equation}
\sum_{i} m_{i}\ddot{\mathbf{r}_{i}} \cdot \mathbf{r}_{i} = \sum_{i} \frac{1}{2} m_{i} \frac{d^{2}}{dt^{2}}r_{i}^{2} - \sum_{i} m_{i} \cdot \dot{r_{i}}^{2}
\end{equation}
</div>
<p>
And now we have on the right hand side (assuming the mass of the
particles to be constant) twice the second time derivative of the
moment of inertia \(I = \sum_{i} m_{i} r_{i}^{2}\) and twice the kinetic energy
\(E_\mathrm{kin} = \sum_{i }m_{i} v_{i}^{2}/2\) (because of course \(v_{i} = \dot{r_{i}}\)).
So putting the r.h.s. of this last equation in the first spatial
moment of Newton's second law (Eq. \ref{eq:first_moment_second_law})
we obtain:
</p>
<div class="latex" id="orgf5fe15e">
\begin{equation}
2\mathrm{E}_\mathrm{kin}+\mathrm{E}_\mathrm{pot} = \frac{1}{2}\ddot{I}
\end{equation}
</div>
<p>
This is the general form of the Virial theorem derived by Clausius. In
general, in the virial theorem there is a second derivative of the
moment of inertia on the r.h.s., which is often forgotten. We did not
specify almost anything about the system (see Goldstein for a
momentum-based derivation where the assumption of constant masses m<sub>i</sub>
of the particles implicit in the way we wrote Newton's second law is
not even needed).
</p>
<p>
The virial theorem effectively says that <i>for a bound system of
self-interacting particles</i>, <i>there is a limited amount of potential
energy that can be extracted</i>, because part of the potential will need
to go into the kinetic terms and the acceleration of the moment of
inertia.
</p>
<p>
So far, this general form doesn't give us much intuition on its
meaning. We have a relation between the kinetic energy of a collection
of particles, its potential energy, and the second time-derivative of
its moment of inertia. But in the frame of the center of mass of such
collection, the kinetic energy of the particles is a measure of their
thermal energy, and this is non-trivial: why would the thermal energy
know about the potential energy! This statement is however very
general and its implication for stellar structure and evolution are
profound.
</p>
</div>
</div>
<div id="outline-container-org4a5dbcf" class="outline-3">
<h3 id="org4a5dbcf"><a href="#org4a5dbcf">Derivation for binary orbits</a></h3>
<div class="outline-text-3" id="text-org4a5dbcf">
<p>
As a demonstration for the generality of the virial theorem, we can
apply it to a collection of particle with only 2 particles subject
only to the gravitational force, that is a binary system of two
point-mass stars on a Keplerian orbit!
</p>
<p>
One can write the total energy of the binary as:
</p>
<div class="latex" id="org0be66be">
\begin{equation}
E_\mathrm{tot} = \mathrm{E_\mathrm{kin}}_{1} + \mathrm{E_\mathrm{kin}}_{2} + \mathrm{E}_\mathrm{pot} \equiv \mathrm{E_\mathrm{kin}} + \mathrm{E}_\mathrm{pot} \equiv -\frac{GM_{1}M_{2}}{2a} \ \ ,
\end{equation}
</div>
<p>
where in the last term we are using Kepler's laws. The gravitational
potential energy is \(E_\mathrm{pot} = -GM_{1}M_{2}/a\), thus making it
explicit we obtain: \(E_{kin} = |E_{pot}|/2\). Since Keplerian orbits in
Newtonian gravity are stable (energy losses through gravitational
waves make this statement not physically true, but this is only
relevant for close binaries of compact objects), this implies that the
second (and first) time-derivative of the moment of inertia of the
orbit is zero, and thus this <i>is</i> the virial theorem! <i>Keplerian binary
orbits are "virialized"</i>.
</p>
<p>
<b>N.B.:</b> Here we considered the case of just 2 particles, but nothing
stops us to consider \(i=2...N\) with \(N\) that can reach ∼ 10<sup>6</sup> and apply
the virial theorem to <i>clusters</i> of stars. Indeed, the virial theorem is
useful to initialize the positions and velocities of stars in a
simulated self-gravitating cluster such as globular clusters (the
question usually is whether the second-time derivative of the
cluster's moment of inertia can or cannot be approximated with zero).
</p>
</div>
</div>
<div id="outline-container-orgb7cab9d" class="outline-3">
<h3 id="orgb7cab9d"><a href="#orgb7cab9d">Derivation for stars</a></h3>
<div class="outline-text-3" id="text-orgb7cab9d">
<p>
Let's now re-derive the Virial theorem for a star. Let's assume a
continuous description of the stellar gas, hydrostatic equilibrium and
spherical symmetry, and write explicitly the forces acting on each
shell \(dr\) of gas (cf. hydrostatic momentum balance <a href="notes-lecture-HSE.html#org4af41ad">seen before</a>):
</p>
<div class="latex" id="org90c2bf3">
\begin{equation}\label{eq:HSE}
\frac{dP}{dm} = -\frac{Gm}{4\pi r^{4}}
\end{equation}
</div>
<p>
By analogy with what is done in the general derivation above, we want
to make the gravitational potential appear on the r.h.s., which can be
done by multiplying by \(4\pi r^{3}\) and integrating in \(dm\) over the entire
mass of the star (from \(0\) to \(M\)).
</p>
<div class="latex" id="org05da2f7">
\begin{equation}\label{eq:pot}
\int_{0}^{M} -\frac{Gm}{4\pi r^{4}} \times 4\pi r^{3} dm = \int_{0}^{M} -\frac{Gm}{r}dm \equiv - \mathrm{E}_\mathrm{pot} \ \ .
\end{equation}
</div>
<p>
(so that \(E_{_\mathrm{pot}}=|\int_{0}^{M} -Gm/r dm| >0\)). The l.h.s. becomes integrating per parts
</p>
<div class="latex" id="org214d5bd">
\begin{equation}
\int_{0}^{M} \frac{dP}{dm} 4\pi r^{3} dm = \left[ 4\pi r^{3}P \right]^{M}_{0}- 3\int_{0}^{M}4\pi r^{2} \frac{\partial r}{\partial m} Pdm \ \ ,
\end{equation}
</div>
<p>
where the first term is zero: \(P(M)=0\) at the outer surface of the star,
and in the center \(r=0\) by definition. For the second term, we can use
the mass continuity equation and obtain \(-3\int_{0}^{M} P/\rho dm\), thus, putting
back the pieces together:
</p>
<div class="latex" id="orgc24e54c">
\begin{equation}\label{eq:vir}
\int_{0}^{M }\frac{Gmdm}{r} = 3\int_{0}^{M} \frac{P}{\rho} dm \ \ .
\end{equation}
</div>
<p>
Note that if we had kept a non-zero \(\rho \ddot{\mathbf{r}}\) term in Eq.
\ref{eq:HSE}, we would again obtain a term depending on the moment of
inertia and the bulk kinetic energy of the stellar gas (see for
example sec. 4.2.1 in Shore's "Tapestry of modern astrophysics"). From
Eq. \ref{eq:pot}, we have already interpreted the l.h.s. of Eq.
\ref{eq:vir} as the gravitational potential energy normalized to zero
at infinity.
</p>
<p>
Let's interpret the r.h.s., which in the general derivation would be
part of the \(\sum_{i} \mathbf{F}_{}\cdot \mathbf{r}_{i}\) term. By dimensional
analysis we know it has to have the dimension of an energy. In fact,
still by dimensional analysis we can infer that [P/ρ] = [E]/[L<sup>3</sup>] /
[M]/[L<sup>3</sup>] = [E]/[M] has the units of a specific energy (i.e., energy
per unit mass), and thus \(P/\rho \propto u\) with \(u \equiv u_\mathrm{int}\) specific
internal energy. Let's rewrite this as \(u = \Phi P/\rho\) with \(\Phi\) unknown
dimensionless constant.
</p>
<p>
To specify Φ, let's consider the second law of thermodynamics per unit
mass: <i>the heat exchanged by a gas</i> (\(dq\)) <i>is equal to the change in
internal energy</i> (\(du\)) <i>plus the work done</i> (\(Pdv\), with \(v\) the specific
volume, i.e. the volume per unit mass). We can use this to <i>define</i> the
specific entropy \(s\), and also re-write this in terms of density instead
of specific volume $v$=(1 mass unit)/ρ ⇒ \(dv = -d\rho/\rho^{2}\):
</p>
<div class="latex" id="org2c493f4">
\begin{equation}\label{eq:second_thermodynamics_law}
dq = Tds = du + Pdv = du -\frac{P}{\rho^{2}}d\rho \ \ ,
\end{equation}
</div>
<p>
We want to derive a relation between \(u\), \(P\), and ρ. We are
considering the momentum conservation (Eq. \ref{eq:HSE}), so something
related to dynamics (which acts fast compared to thermal processes –
you can verify this comparing timescales after the end of this
lecture!), therefore let's consider an adiabatic process where by
definition there is no heat exchange. Thus, \(dq=0\) and \(du = P/\rho^{2}
d\rho\).
</p>
<p>
Now by differentiating \(u = \Phi P/\rho\) we get \(du = \Phi (dP/\rho - P/\rho^{2} d\rho)
\equiv P/\rho^{2} d\rho\) (where we use Eq. \ref{eq:second_thermodynamics_law} with
\(dq=0\) in the last step), that can be re-arranged into \(\Phi/(1+\Phi) dP/P =
d\rho/\rho\), or in other words \((1+\Phi)/\Phi = d \log(P)/d \log(\rho) \equiv \Gamma_{1}\) because the
derivative has to be taken assuming no heat exchange, that is at
constant entropy, so that is by definition the first adiabatic index
\(\Gamma_{1}\). Ultimately, we can put all this together and write
</p>
<div class="latex" id="org19516f8">
\begin{equation}
\frac{P}{\rho} = (\Gamma-1)u \ \ ,
\end{equation}
</div>
<p>
where \(\Gamma\equiv\Gamma_{1}\) is the first adiabatic index.
</p>
<p>
Finally, substituting in the first-order moment of the hydrostatic
equilibrium Eq. \ref{eq:vir} equation we have:
</p>
<div class="latex" id="orgeeccea8">
\begin{equation}
3\int_{0}^{M} \frac{P}{\rho} dm = 3\int_{0}^{M} (\Gamma-1)u dm \ \ .
\end{equation}
</div>
<p>
Assuming that \(\Gamma\) is constant throughout the star, we can take the
parenthesis out of the integral. We can define \(E_\mathrm{int} = \int_{0}^{M} u dm\)
and rewrite the above as \(3(\Gamma-1)E-\mathrm{int}\), and thus
</p>
<div class="latex" id="org97099b8">
\begin{equation}\label{eq:virial_star}
- E_\mathrm{pot} = 3(\Gamma-1)E_\mathrm{int}
\end{equation}
</div>
<p>
For a monoatomic gas where each particle has 3 degrees of freedom
(motion in 3 direction, no internal degrees of freedom for
point-particles), \(\Gamma = 5/3\), and we obtain \(|E_\mathrm{pot}| = 2
E_\mathrm{int}\) where the internal energy is due to the thermal motion
of gas, in agreement with the general form assuming hydro-<i>static</i>
equilibrium (⇒ \(d^{2} I/dt^{2} =0\)).
</p>
<p>
Now lets define the total energy of the gas: \(E_\mathrm{tot} =
E_\mathrm{pot} + E_\mathrm{int}\). For a star to be bound,
\(E_\mathrm{tot}<0\). Because of the virial theorem in Eq.
\ref{eq:virial_star}, we can rewrite this as
</p>
<div class="latex" id="org7931517">
\begin{equation}
\mathrm{E}_\mathrm{tot} = \mathrm{E}_\mathrm{pot}\frac{3\Gamma-4}{3(\Gamma-1)} \equiv -(3\Gamma-4)\mathrm{E}_\mathrm{int}\ \ .
\end{equation}
</div>
<p>
Again, for a monoatomic gas with \(\Gamma=5/3\) we recover \(E_\mathrm{tot} =
E_\mathrm{pot}/2\), the total energy is half of the gravitational
binding energy!
</p>
</div>
<div id="outline-container-org535496c" class="outline-4">
<h4 id="org535496c"><a href="#org535496c">Stability criterion</a></h4>
<div class="outline-text-4" id="text-org535496c">
<p>
From the form of \(E_\mathrm{tot}\equiv E_\mathrm{tot}(E_\mathrm{int})\),
since \(E_\mathrm{int}\) is a quantity that is always non-negative by
definition (think thermal energy!), we see that for the star to be
bound, that is \(E_\mathrm{tot}<0\), then a necessary condition is
\(\Gamma>4/3\). One can immediately see that if \(\Gamma <4/3\), then
\(E_\mathrm{tot}\) changes sign. If \(E_\mathrm{tot}>0\) the stellar gas
is unbound: the kinetic energy due to thermal motion is sufficient to
overcome the gravitational potential and the gas will fly out.
</p>
<p>
One can encounter cases in stellar evolution where \(\Gamma\le 4/3\) (e.g.,
because of recombination that changes the mean molecular weight or
pair-production). In general though \(\Gamma\) is <i>not</i> constant throughout the
star as we assumed to pull the \(\Gamma-1\) factor out of the integral. In
physical situations where \(\Gamma\leq 4/3\) this typically occurs first <i>locally</i>
somewhere in the star, and there can be a <i>local</i> rearrangement of the
stellar gas that prevents catastrophic consequences. However, this
local rearrangements are not always sufficient or even possible, and
sometimes <i>global</i> consequences of the impossibility of stability occur:
for example the theorized (pulsational) pair instability supernovae
where a (very) massive star is completely obliterated and leaves
behind no black hole.
</p>
<ul class="org-ul">
<li><b>Q</b>: for a star made only of photons, what is \(\Gamma\)? <b>Hint</b>: think of the
\(P\equiv P(u_{})\) relation!</li>
</ul>
</div>
</div>
<div id="outline-container-org5586c63" class="outline-4">
<h4 id="org5586c63"><a href="#org5586c63">Use of gravitational energy in a star: negative heat capacity</a></h4>
<div class="outline-text-4" id="text-org5586c63">
<p>
Let's consider a star made of a perfect mono-atomic gas with \(\Gamma=5/3\).
Let's say that for some reason this star is contracting (e.g., because
it is in its formation process). Let's assume this contraction is
quasi-static, meaning that at any point in time the hydrostatic
equilibrium assumption holds, and all the bulk motion of the gas is
very slow compared to thermal velocities, that is \(v\ll v_{th} = (2k_{B}T/m)^{1/2}\),
and thus also highly sub-sonic, \(v\ll c_\mathrm{sound}\).
</p>
<p>
The contraction increases the gravitational potential energy
\(E_\mathrm{pot} \propto GM^{2}/R\) since \(M\) is by assumption constant and \(R\)
decreases. The total energy \(E_\mathrm{tot}\) also increases, but only
by half the amount that the gravitational potential increases. The
other half goes into internal thermal energy of the gas because of the
Virial theorem! This is the limit in the amount of work that can be
extracted set by the virial theorem mentioned above.
</p>
<p>
For an ideal gas, the internal energy is related to the
mean temperature by
</p>
<div class="latex" id="org1d41dc3">
\begin{equation}
E_\mathrm{int} = \frac{\# \mathrm{degrees\ of\ freedom}}{2}Nk_{B}\langle T \rangle
\end{equation}
</div>
<p>
where \(N = \int \rho/(\mu m_{u})dV = M/(\mu m_{u})\) is the number of particles, with
\(\mu\) mean molecular weight assumed to be constant, \(\langle T \rangle\) is the
average temperature in the star, and the number of degrees of freedom
is 3 for a monoatomic gas. From the Virial theorem it follows that:
</p>
<div class="latex" id="org9cacfaa">
\begin{equation}
E_\mathrm{int} = - \frac{E_\mathrm{pot}}{2} \Rightarrow \frac{3}{2} \frac{M}{\mu m_{u}} k_{B}\langle T \rangle = C \frac{GM^{2}}{R} \ \ ,
\end{equation}
</div>
<p>
where \(C = \{\int_{0}^{M} Gmdm/r\}/\{GM^{2}/R\}\) is a constant of \(\mathcal{O}(1)\)
that depends on the mass distribution in the star. Thus:
</p>
<div class="latex" id="org550c8b7">
\begin{equation}
\langle T \rangle = \frac{2\mu m_{u}}{3 k_{B}} C \frac{GM^{}}{R} \propto \frac{\mu M}{R} \ \ .
\end{equation}
</div>
<p>
From this equation, several important facts follow for any
self-gravitating star in hydrostatic equilibrium:
</p>
<ul class="org-ul">
<li>the mean temperature of a star depends only on its mass \(M\) and radius \(R\)
(and chemical composition through μ);</li>
<li><i>as a star contracts</i> (\(R\) decreases at constant mass \(M\)), <i>the
temperature must rise</i>! This, as we will see, governs the evolution
of stars.</li>
<li>A self-gravitating collection of particle with finite temperature
must radiate away energy, thus it will lose energy. This energy
loss, since \(E_\mathrm{tot} = |E_\mathrm{pot}|/2 = - CGM^{2}/2R <0\) implies that \(R\) must
decrease. But then, \(\langle T \rangle\) must increase! This is the "gravothermal"
collapse of a cloud/star. As thermal energy is lost to radiation at
the surface, the (average) temperature raises! This is why stars can
be thought of objects with <i>negative</i> heat capacity: it heats up as it
loses energy! This is a property typical of self-gravitating systems
only (stars and gravitationally bound stellar clusters) and because
of the virial theorem it does not violate energy conservation.</li>
<li><p>
The gravothermal collapse must go on until either:
</p>
<ol class="org-ol">
<li>an internal energy source, compensating for the surface energy loss kicks in, or</li>
<li>the ideal gas approximation does not hold anymore.</li>
</ol>
<p>
As we will see, both 1. and 2. occur in nature: 1. is the typical option for
stars using nuclear fusion as internal energy source to delay the
collapse, and 2. is what occurs for white dwarfs, where quantum
mechanical effects stop the collapse.
</p></li>
</ul>
<p>
Thus, <i>gravity determines not only the structure (through the
hydrostatic equilibrium equation) but also the evolution of a star</i>. It
dictates that as the star loses energy, it must heat up. Because of
this, at some point nuclear fusion can occur (as we will discuss
later): <i>stars don't shine because they burn, stars burn because they
shine</i>. Without the loss of (internal/thermal) energy by radiation they
would not contract, without contracting they would not reach
temperatures high enough to do nuclear fusion. <b>The nuclear fusion is a
consequence of the fact that stars shine, and not the cause</b>. Stars
shine as any object with finite temperature must do.
</p>
<p>
Internal energy sources such as nuclear fusion ultimately only delay
the gravothermal collapse of the stars until either the ideal gas
approximation does not hold (for white dwarfs) or even nuclear fusion
cannot stop the collapse, and gravity wins, leading to a supernova
explosion and/or the formation of a black hole.
</p>
</div>
</div>
</div>
<div id="outline-container-org6c4e627" class="outline-3">
<h3 id="org6c4e627"><a href="#org6c4e627">Kelvin-Helmholtz timescale</a></h3>
<div class="outline-text-3" id="text-org6c4e627">
<p>
This is by definition the timescale it takes a star to radiate away
all its internal energy at a constant rate in absence of any other
energy sources. Note that this is a <i>global</i> timescale for the whole
star!
</p>
<p>
Let's call L the "luminosity of the star", that is the rate at which
is loses energy from radiating away photons at its surface. Note that
L has the units of power [L] = [E]/[t].
</p>
<p>
Then by definition:
</p>
<div class="latex" id="orgf3cde74">
\begin{equation}\label{eq:tau_KH}
\tau_\mathrm{KH} = \frac{\mathrm{E}_\mathrm{int}}{L} \equiv
\frac{\mathrm{E}_\mathrm{pot}}{2L} \simeq \frac{GM^{2}}{2RL} \ \ ,
\end{equation}
</div>
<p>
where we have used the virial theorem and set \(C\simeq1\). We can scale all
the quantities to Solar values and obtain:
</p>
<div class="latex" id="org8b0e541">
\begin{equation}\label{eq:KH_timescale_scaling}
\tau_{KH} \simeq 1.57 \times 10^{7} \mathrm{years} \times \left(\frac{M}{M_{☉}}\right)^{2} \left(\frac{R}{R_{☉}}\right)^{-1 }\left(\frac{L}{L_{☉}}\right)^{-1} \ \ .
\end{equation}
</div>
<p>
Clearly \(\tau_{KH} \gg \tau_{ff}\), and also \(\gg\) {human timescales}: it is hard to
get direct observational evidence that stars are in thermal
equilibrium. In fact, the name of this timescale comes from proposals
in the late 19<sup>th</sup> century by Kelvin and Helmholtz that the Sun may be
out of thermal equilibrium and contracting, meaning it would have a
lifetime of the order of ∼ 10 million years – this was in contrast
with geological evidence (and with the timescale necessary for
Darwinian evolution), leading to a great debate that was ultimately
settled with the discovery of nuclear energy as a potential source of
energy in the 1930s (by primarily <a href="https://en.wikipedia.org/wiki/Hans_Bethe">Hans Bethe</a> and collaborators), see G.
Shaviv "Life of stars" for a detailed discussion.
</p>
<ul class="org-ul">
<li><b>Q</b>: A star may lose energy also by means other than photons,
especially neutrinos. If such energy losses are important, how can
we modify Eq. \ref{eq:tau_KH}?</li>
</ul>
</div>
</div>
</div>
<div id="outline-container-org6c76961" class="outline-2">
<h2 id="org6c76961"><a href="#org6c76961">Homework</a></h2>
<div class="outline-text-2" id="text-org6c76961">
<p>
Using the virial theorem:
</p>
<ul class="org-ul">
<li>Estimate the average temperature of the Sun and compare it with its
surface temperature. Is the Sun in global thermal equilibrium? (you
can assume C∼1 in the notation used in class/in my notes, or use the
mass and radius profile from the <code>MESA-web</code> model you already computed
to calculate a more precise value for C)</li>
<li>Find an order of magnitude (∼) relation between the average sound
speed in the star and the escape velocity (assume the star is made
of ideal gas of temperature ⟨ T ⟩).</li>
<li>Demonstrate that if a binary loses instantaneously an amount of mass
greater than half the total mass of the binary, Δ M ≥ (M<sub>1</sub>+M<sub>2</sub>)/2,
then the orbit is unbound. This can happen when a supernova goes off
in a binary (cf. <a href="https://ui.adsabs.harvard.edu/abs/1961BAN....15..265B/abstract">Blaauw 1961</a>)!</li>
<li>determine a condition for the minimum mass of a gas cloud to
collapse as a function of its temperature and density (<b>Hint</b>:
collapse ⇔ d<sup>2</sup> I/dt<sup>2</sup><0)</li>
</ul>
<p>
Using the model of the 1M<sub>☉</sub> star computed earlier with <code>MESA-web</code>:
</p>
<ul class="org-ul">
<li>use one profile file to plot Γ<sub>1</sub>≡Γ<sub>1</sub>(m) for a Sun-like star
of roughly the same age as the Sun. Label the age of the star for
the corresponding profile.</li>
</ul>
</div>
<div id="outline-container-orgf63dc6b" class="outline-3">
<h3 id="orgf63dc6b"><a href="#orgf63dc6b">The Sun with no energy sources</a></h3>
<div class="outline-text-3" id="text-orgf63dc6b">
<p>
Let's use <code>MESA-web</code> to revisit the late 19<sup>th</sup> century/early 20<sup>th</sup> century
debate on the age of the Earth/Sun. (Astro)physicists calculated the
Kelvin-Helmholtz timescale and assumed that this was the age of the
Sun (from Eq. \ref{eq:KH_timescale_scaling}). Geologists and
biologists instead argued for a much longer age.
</p>
<p>
Let's assume we know the age of the Earth to be 4.5×10<sup>9</sup> years (this is
what the geologist and biologists argued!), but let's assume, like
physicists had to before knowing nuclear physics, that there is no
internal energy source in the Sun. In <code>MESA-web</code>, there is a <code>Burning
Modifiers</code> option where you can disable energy release and chemical
evolution. Make a model of a 1M<sub>☉</sub> star without energy release
and/or chemical evolution, until 4.5×10<sup>9</sup> years, and plot an HR
diagram. Plot also the 1M<sub>☉</sub> star you ran previously (which should
have included the nuclear energy release and chemical evolution).
</p>
<p>
<b>N.B.:</b> we can make a computer code do whatever we want! <i>Never</i> take
computer simulations as ground truth, they are <i>at best</i> only as good as
the input!
</p>
<p>
Write a short paragraph answering the following:
</p>
<ul class="org-ul">
<li>Which agrees better with the observation of the real Sun at the
Earth's age?</li>
<li>What is its radius and how does it compare to the measured R<sub>☉</sub>?
(<b>hint</b>: you can plot the lines at constant radius on the HRD, or read
the outermost radius from the last <code>profile*.data</code> file you saved)</li>
<li>What is the average density of the model without energy generation?
(an order of magnitude estimate is sufficient for the purpose).</li>
</ul>
</div>
</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-EOS1.html"><i class="fa-solid fa-arrow-left" style="font-size:16px"></i></a>    <a href="#top"><i class="fa-solid fa-arrow-up" style="font-size:16px"></i></a>    <a href="notes-lecture-EOS2.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 25 March 2025 <br>
Made with Emacs 28.1 - Org mode 9.5.2
<br>
</div>
</div>
</body>
</html>