0. How to Use This Course
The promise
You will not spend months collecting prerequisites before touching space science. Mathematics appears when a space question demands it. Each tool earns its place by changing what you can infer from the universe.
This first block is aimed at a learner who has seen some algebra and basic calculus but may not yet feel fluent. Optional sections are marked Deeper.
A 20-minute diagnostic
Try these without looking anything up. Missing an item simply tells you where to slow down.
- Put in scientific notation.
- If , what is ?
- What is the length of the vector ?
- Rearrange to solve for .
- In Python, what does
values[1:] - values[:-1]compute? - If repeated measurements scatter more widely, does the uncertainty in one measurement usually increase or decrease?
Answers: ; ; 5; ; adjacent differences; increase.
Choose a pace
- 0–2 uncertain: use a three-week cycle per chapter and work every exercise.
- 3–4 comfortable: use the standard two-week cycle.
- 5–6 comfortable: use one week per chapter, but do the challenge problems.
How to read equations
An equation is a compressed claim about relationships, not a decoration. For every important equation:
- say it in words;
- check its units;
- predict what happens when one variable doubles;
- test a limiting case;
- connect each symbol to something an instrument could measure or infer.
Example:
In words: the observed energy per unit area per unit time is the source’s total power spread over a sphere of radius . The equation predicts that doubling distance makes flux four times smaller. A detector measures counts, calibration converts counts to flux, and a distance model is needed to infer luminosity.
How to use a notebook
Run it once from top to bottom. Then make one controlled change:
- double a physical parameter and predict the result first;
- halve the timestep and inspect numerical error;
- increase the noise and ask which claim stops being justified;
- replace a hidden “true” value with a fitted value.
The aim is not to obtain the displayed plot. The aim is to understand why the plot changes.
Keep a claim ledger
For each topic, keep five short lines:
| Line | What to record |
|---|---|
| Observation | what the instrument directly records |
| Calibration | how raw readings become physical values |
| Model | the relationship used to interpret them |
| Inference | what the data plus model imply |
| Frontier | what remains ambiguous or unexplained |
This prevents “scientists know” from hiding the chain of reasoning.
Your first milestone
After Chapters 1–4, you should be able to explain:
- why distance is part of almost every luminosity claim;
- why conservation laws are also numerical debugging tools;
- why a spectrum can be treated as a vector and a model as a matrix;
- why a periodic dip is evidence for a planet but not automatically proof;
- how these basic tools lead toward dark matter, exoplanet atmospheres, gravitational waves, and cosmology.
Learning record
Mark complete when you can explain the central inference in your own words.