Massive improvements over the first chapter, annexes, preface and macros.

master
Karchnu 2021-09-28 23:22:59 +02:00
parent 98bc15a89c
commit 0be8e1fb2b
7 changed files with 324 additions and 49 deletions

View File

@ -31,6 +31,9 @@ VIEWER = zathura $(VIEWER_OPTS)
SOELIM_OPTS =
SOELIM = soelim $(SOELIM_OPTS)
GRAP_OPTS =
GRAP = grap $(GRAP_OPTS)
PIC_OPTS =
PIC = pic $(PIC_OPTS)
@ -49,6 +52,6 @@ SHOPTS = --outlang-def=./.source-highlight_groff-output-definition
export SHOPTS
$(SRC).pdf:
cat $(SRC).ms | $(SOELIM) | $(EQN) | $(GHIGHLIGHT) | $(PIC) | $(REFER) | $(PRECONV) | $(GROFF) > $@
cat $(SRC).ms | $(SOELIM) | $(EQN) | $(GHIGHLIGHT) | $(GRAP) | $(PIC) | $(REFER) | $(PRECONV) | $(GROFF) > $@
include Makefile.custom

View File

@ -5,7 +5,7 @@ upload:
scp $(RAM)/$(SRC).pdf tacos:/var/www/htdocs/t.karchnu.fr/doc/
run_universefromnothing:
cat $(SRC).ms | $(SOELIM) | $(EQN) | $(GHIGHLIGHT) | $(PIC) | $(REFER) | $(PRECONV) | $(GROFF) > $(RAM)/$(SRC).pdf
cat $(SRC).ms | $(SOELIM) | $(EQN) | $(GHIGHLIGHT) | $(GRAP) | $(PIC) | $(REFER) | $(PRECONV) | $(GROFF) > $(RAM)/$(SRC).pdf
serve:
find . -name "*.ms" | entr gmake -B run_$(DOC)

View File

@ -136,3 +136,71 @@ To be defined or to finish.
..
.\" MS Accents
.\".AM
.defcolor citation rgb 0.4 0.4 0.4
.defcolor citationbar rgb 0.3 0.3 0.7
.de CITATION1
.KS \" start a keep
.ft I \" citation in italics
.mk C \" set a marker for line drawing
.in +1 \" indent a bit
.gcolor citation
..
.de CITATION2
.mk D \" set second marker to come back here
.ft \" back to previous font
.in -1 \" remove indent
.gcolor \" remove previous color
.gcolor citationbar
\r\L'|\\nCu' \" draw line (\r moves upward, \L draw the line, ...)
.sp '|\\nDu' \" return to the second marker
.gcolor \" remove previous color
.sp -2 \" get two lines back
.KE \" end of the keep
..
.de NAMECITATION
.ps -2
\(em\h'1'\\$*
.ps
..
.defcolor explanation rgb 0.7 0.4 0.4
.defcolor explanationbar rgb 0.8 0.3 0.3
.de EXPLANATION1
.KS \" start a keep
.ft B \" citation in italics
.mk C \" set a marker for line drawing
.in +1 \" indent a bit
.gcolor explanation
..
.de EXPLANATION2
.mk D \" set second marker to come back here
.ft \" back to previous font
.in -1 \" remove indent
.gcolor \" remove previous color
.gcolor explanationbar
\r\L'|\\nCu' \" draw line (\r moves upward, \L draw the line, ...)
.sp '|\\nDu' \" return to the second marker
.gcolor \" remove previous color
.sp -2 \" get two lines back
.KE \" end of the keep
..
.de METAINFO1
.ft CW
.ps 9
.vs 10p
..
.de METAINFO2
.vs
.ps
.ft
..
.de PRETTY_PERCENTAGE
\v'-.7m\s[\\n(.s*6u/10u]+.7m'\\$1\v'-.7m\s0+.7m'\
\(f/\s[\\n(.s*6u/10u]\\$2\s0
..

View File

@ -2,7 +2,8 @@
Annex: events
.LP
.BULLET
.UL "16XX" ,
.UL "1665" ,
Isaac Newton
.BULLET
.UL "1784" ,
first observation of Cepheid variable star.
@ -42,7 +43,7 @@ Annex: vocabulary
.LP
.BULLET
.UL "perihelion" :
point of an orbit where the object (ex: a planet) is the closest from another object (ex: a star).
point of an orbit where the object (e.g.: a planet) is the closest from another object (e.g.: a star).
.BULLET
.UL "aphelion" :
opposite of perihelion, point of an orbit where the object is the farthest from another object.
@ -58,15 +59,27 @@ of the orbital course (nodal precession), which can be caused by a third gravita
.UL "nebulae" :
.I "fuzzy thing"
(or cloud) in latin.
Galaxies were named this way before we understood what we saw.
.BULLET
.UL "Cepheid variable star" :
star whose brightness varies over some regular period.
.UL "Cepheid variable" :
star whose brightness varies over some regular period, indicating a change in diameter and temperature.
.BULLET
.UL "Doppler Effect" :
a wave coming at you will be stretched if the source is moving away from you, or compressed if the source is coming toward you.
.ENDBULLET
.SH
Annex: people involved (and mentionned in the book)
Annex: people involved
.LP
.BULLET
.UL "Johannes Kepler" :
known for the first heliocentric model.
.BULLET
.UL "Isaac Newton" :
.BULLET
.UL "Christian Doppler" :
australian physicist, known for the "Doppler Effect".
.BULLET
.UL "Albert Einstein" :
.BULLET
.UL "Georges Lemaître" :
@ -88,4 +101,97 @@ Made the first observation of the expansion of the universe.
.BULLET
.UL "Harlow Shapley" :
discovered the Sun wasn't at the center of the Milky Way, and that our galaxy was much larger than we previously thought.
.BULLET
.UL "Vesto Slipher" :
astronomer, he measured the spectra of light coming from several galaxies.
.ENDBULLET
.SH
Random explanations
.PP
Diffraction: behavior of waves when reaching an aperture.
.PS
reset
rad_large_circle = 0.6 # Size of circles.
rad_empty_space = 0.5 # Size of circles.
rad_light_source = 0.3 # Size of circles.
rad_aperture = 0.1 # Size of circles.
fill_large_circle = 0.1 # Represents light intensity.
fill_empty_space = 0.6 # Represents light intensity.
fill_light_source = 0 # Represents light intensity.
txt_x_shift = 0.05 # Shift from arrow start.
txt_y_shift = 0.05 # Shift from arrow start.
space_between_arrows_y = -0.25 # Allow space for text.
CIRCULAR_DIFFRACTION_FIGURE: [
circlerad = rad_large_circle
circle fill fill_large_circle
circlerad = rad_empty_space
move to last circle + (-circlerad, 0)
circle fill fill_empty_space
circlerad = rad_light_source
move to last circle + (-circlerad, 0)
circle fill fill_light_source
circlerad = rad_light_source
move to last circle + (-circlerad, 0)
LIGHT_SOURCE: circle fill fill_light_source
circlerad = rad_aperture
move to last circle + (-circlerad, 0)
APERTURE: circle fill fill_light_source dashed
# LEGEND.
move; move
arrow to APERTURE chop 0 chop rad_aperture
move to last arrow.s + (txt_x_shift,txt_y_shift)
"Aperture, where light can pass through" ljust
move to last arrow.s + (0,space_between_arrows_y)
arrow to LIGHT_SOURCE chop 0 chop rad_light_source
move to last arrow.s + (txt_x_shift,txt_y_shift)
"Main visible light source, very bright" ljust
move to last arrow.s + (0,space_between_arrows_y)
arrow to LIGHT_SOURCE chop 0 chop rad_empty_space
move to last arrow.s + (txt_x_shift,txt_y_shift)
"Empty space, very little light" ljust
move to last arrow.s + (0,space_between_arrows_y)
arrow to LIGHT_SOURCE chop 0 chop rad_large_circle
move to last arrow.s + (txt_x_shift,txt_y_shift)
"Halo, thin light" ljust
]
move to CIRCULAR_DIFFRACTION_FIGURE + (0, -1)
"Circular diffraction"
.PE
.\" Exponential: oldvalue + growth factor -> newvalue
.G1
GROWTHFACTOR=0.07
frame ht 2.5 wid 2.8
define expo { $1+$1*GROWTHFACTOR }
value = 1
draw LINEAR solid
for i from 1 to 100 by 1 do {
next LINEAR at i, i
times at i, value
value = expo(value);
}
line from 0,650 to 3,650
" linear curve" ljust at 1,650
" exponential curve" ljust at 1,600
times at 1,600
label top "Exponential curves: growth over time (7%)" up .2
.G2

View File

@ -1,32 +1,128 @@
.NH
a cosmic mystery story: beginnings
.PP
.ft CW
.METAINFO1
Contrary to the book, I'll describe things chronogically in the summary.
.ft
.METAINFO2
1514: Nicolaus Copernicus suggests an heliocentric model.
Between 1609 and 1619: Johannes Kepler publishes his
.I "laws of planetary motions" ,
which fixes a few problems with the view of Copernicus on the matter:
.BULLET
Planets move around the sun in ellipses.
.BULLET
The Sun is not near the center but at a focal point of the elliptical orbit.
.BULLET
Neither the linear speed nor the angular speed of the planet in the orbit is constant, but the area speed (closely linked historically with the concept of angular momentum) is constant.
.ENDBULLET
1665: Isaac Newton uses a prism to see the sunlight disperse into the colors of a rainbow.
He manages to obtain this result by only letting the light of the sun enter a room by a small hole in the window shutter.
His conclusion: the white light contains all these colors.
.EXPLANATION1
Sunlight contains a spectrum of colors.
.EXPLANATION2
(around) 1815: another scientist
.FOOTNOTE1
His name is not given in the book.
.FOOTNOTE2
analyses the dispersed light: some colors aren't there.
His conclusion: some materials in the outer atmosphere of the sun are absorbing the light of certain colors or wavelengths.
Known materials are tested to see what are the colors they
.I absorb ,
which includes: hydrogen, oxygen, iron, sodium, and calcium.
.EXPLANATION1
Materials may
"absorb"
some part of the solar spectrum.
Different materials, different parts of the spectrum.
.EXPLANATION2
1784: first observation of Cepheid variable star, which are stars whose brightness varies over some regular period.
1908-1912: Henrietta Swan Leavitt discovers a relation between Cepheid variable stars' brightness and period of their variation.
And this leads to knowing the distance between these stars: we now can make wild approximations on astonomic distances between us and these stars.
1842: Christian Doppler discovers the Doppler Effect.
.ft CW
.ps 8
.vs 9p
If one could determine the distance to a single Cepheid of a known period, then measuring the brightness of other Cepheids of the same period would allow one to determine the distance to these other stars.
.vs
.ps
.ft
.EXPLANATION1
Doppler Effect: a wave coming at you will be stretched if the source is moving away from you, or compressed if the source is coming toward you.
.EXPLANATION2
Determining the distance between us and stars always has been a challenge in astronomy.
The observed brightness of stars goes down inversely with the square of the distance to the star.
1868: another scientist
.FOOTNOTE1
Again, not named in the book.
.FOOTNOTE2
observes two missing lines in the yellow part of the solar spectrum.
This doesn't correspond to the effect of materials we know on Earth.
His conclusion: these
.I absorbed
colors must be the result of an element that doesn't come from Earth.
This element is then named
.I helium .
A generation after we understood the sun has elements we don't have (as much) on Earth,
.FOOTNOTE1
Yeah, not even a date, again.
.FOOTNOTE2
.I helium
is isolated on Earth.
.EXPLANATION1
The spectrum of radiation of stars provides their composition, temperature and evolution.
.EXPLANATION2
1908-1912: Henrietta Swan Leavitt discovers a relation between the brightness of Cepheid variable stars and their pulsation period.
.EXPLANATION1
The light spreads out uniformly over a sphere whose area increases as the square of the distance.
Thus since the light is spread out over a bigger sphere, the intensity of the light observed at any point decreases inversely with the area of the sphere.
.EXPLANATION2
.NAMECITATION "TODO: find out who and when this was discovered"
.EXPLANATION1
Observing the pulsation period of a Cepheid indicates its true luminosity.
Also, the observed brightness of stars goes down inversely with the square of the distance to the star.
Therefore, comparing its known luminosity to its observed brightness gives us the actual distance to the star.
.EXPLANATION2
Knowing the distance between us and these stars leads to a new map of the world.
Other galaxies will soon be discovered, as some stars are too far to be within our Milky Way.
.\".CITATION1
.\"If one could determine the distance to a single Cepheid of a known period, then measuring the brightness of other Cepheids of the same period would allow one to determine the distance to these other stars.
.\".CITATION2
.\".NAMECITATION "Lawrence Krauss"
.
Starting in 1912, Slipher observes the spectra of light coming from nearby stars and distant spiral nebulae
.FOOTNOTE1
.I Nebulae
that we will soon find out they are actually entire galaxies.
.FOOTNOTE2
are almost the same.
The difference is a shift of the same wavelength in the
.I absorbed
lines.
1916, A. Einstein publishes his work on the
.I "general theory of relativity" .
This work is about gravity, space and time, and explains not only how objects move in the universe, but also how the universe itself might evolve.
Amongst many uses of this theory, the orbit of Mercury can be predicted more accurately than before with Newton's theory of gravity.
This fixes a small difference between observation and theoretical results.
.FOOTNOTE1
The planet doesn't come back to its initial position after an ellipse around the sun.
There is a slight precession of the perihelion of Mercury: 43 arc seconds (only
.PRETTY_PERCENTAGE 1 100
of a degree) per century.
.FOOTNOTE2
1916, general theory of relativity: a decade-long struggle to create a new theory of gravity by Albert Einstein.
This work is also about space and time, and explains not only how objects move in the universe, but also how the universe itself might evolve.
However, the theories of Newton and Einstein are both, at some point, inconsistent with the observations.
Gravitation is thought to be an attractive force: objects should then always collapse into each other.
Also, the scientific community still thinks the universe as static, eternal and composed of a single galaxy (our Milky Way) surrounded by a vast, dark, infinite empty space.
And without accurate knowledge of the distances with observed stars, nor better images, this idea seems consistent with the observations.
1923-1924, with the period-luminosity relation and the measurement of Cepheid variable stars, Hubble determines that the distance with some Cepheids was too great to be inside our Milky Way.
The universe contains
@ -42,32 +138,31 @@ we currently know as Andromeda).
1925: Mount Wilson 100-inch Hooker telescope.
A. Einstein publishes his work on the
.I "general theory of relativity"
in 1916 but this doesn't match with observation and what we
.I thought
the universe was at the time.
The scientific community still imagined the universe to be static, eternal and composed of a single galaxy (our Milky Way) surrounded by a vast, dark, infinite empty space.
This idea was consistent with the observations.
On the contrary, the theories of Newton and Einstein were both inconsistent with the observations since gravitation was thought to be an attractive force: objects should then always collapse into each other.
1927: Georges Lemaître is the first person to suggest the universe was expanding.
This is his conclusion after solving the Einstein's equations for general relativity.
.EQ
delim $$
.EN
However, his theory is able to predict the orbit of Mercury slightly better than before with Newton's theory of gravity.
The new theory fixes a small difference between observation and theoretical results.
.FOOTNOTE1
The planet doesn't come back to its initial position after an ellipse around the sun.
There is a slight precession of the perihelion of Mercury: 43 arc seconds (only $1 over 100$ of a degree) per century.
.FOOTNOTE2
.EQ
delim off
.EN
The first person to suggest the universe was expanding was Georges Lemaître in 1927, while solving the Einstein's equations for general relativity (which leads to this conclusion).
Then in 1930 he proposed that the universe began in a very small point called
1930: Georges Lemaître proposes that the universe began in a very small point, which he called
.I "Primeval Atom" .
This wasn't accepted by the scientific community right away: actual observations were provided by Edwin Hubble.
This isn't accepted by the scientific community right away: actual observations were provided by Edwin Hubble beforehand.
Current state of knowledge: expansion of the universe started 13.72 billion years ago.
Our galaxy is one of the about 400 billion other galaxies in the observable universe.
.SH 2
Random facts: current state of knowledge
.LP
The expansion of the universe started 13.72 billion years ago.
Our galaxy is one of the about 100 to 400 billion other galaxies in the observable universe.
Over 200 million stars already exploded within our galaxy, providing us the material resources necessary for life on Earth.
Big Bang created light elements in massive quantities, such as hydrogen.
However, heavier elements require the stars to be created (by their massive gravity), and their explosion to be dispersed accross the galaxy.
.EXPLANATION1
Life on Earth is, literally, made of stars.
.EXPLANATION2
A supernovae (the explosion of a star) occurs once every hundred years or so per galaxy.
The last one in our galaxy was in 1604.
Rare events, such as supernovae, happen constantly at the scale of the universe.
Therefore, each night with a good enough telescope, you can expect to see a supernovae.

View File

@ -15,6 +15,9 @@ Philippe Pittoli
This book summaries what we know about the universe, how it began and how we managed to learn this.
This document is a summary of the book, ordered by chapters.
Since not everything is explained in
.I trivial
terms in the book, I'll try my best to provide explanations for a few concepts along the way.
.SHINE "You're welcome."
Check out for newer versions on my website:

View File

@ -7,7 +7,7 @@ Religion argues for an infinite regression that could only be solved by some mag
.I infinite
and
.I eternal
so our universe don't have to.
so our universe doesn't have to.
Theologians and religious people are a bit mocked for their many, many dishonest arguments to keep their beliefs.
For example, the
.I "Intelligent Design"