Case Study: The International Space Station — Living at 7.7 km/s
"The Station is not a place you go. It is a speed you keep."
Executive Summary
The International Space Station is the largest, most expensive object humans have ever placed in orbit, and it is the perfect specimen for this chapter because it makes every abstract hazard concrete: it is a crewed pressure vessel, hurtling at nearly $7.7\ \text{km/s}$, inside the very environment we said wants to kill it. In this case study we audit the ISS against the chapter's claims — one hazard at a time — using only the physics of Chapter 1. We will confirm that it moves at orbital velocity, that the gravity it feels is nearly full strength, that its hull holds back a lethal vacuum and a wild thermal swing, and that it copes with radiation and debris the way the chapter predicts. Along the way we will meet the one place the ISS breaks the rules of this chapter — it can be repaired — and see why that exception cost so much that almost nothing else in space enjoys it.
Skills applied
- Computing orbital velocity, period, and the number of orbits per day from altitude (§1.1).
- Correcting the "zero gravity" misconception with a real number (§1.4).
- Reasoning about vacuum pressure loads, thermal cycling, radiation dose, and debris energy (§1.3).
- Understanding the no-repair rule by studying the rare exception to it (§1.4).
Background
The ISS orbits at an average altitude of about $420\ \text{km}$ — it drifts down a little each month from residual atmospheric drag and is periodically reboosted. It has been continuously crewed since November 2000, which means that at every moment for over two decades, human beings have been living inside the environment this chapter describes. It masses about $420\ \text{tonnes}$ and is roughly the size of a football field. None of that changes the physics of where it is and how fast it must go; those are set entirely by its altitude, and we can compute them from Chapter 1 alone.
Phase 1: How fast, how high, how often
Everything starts with orbital velocity. At $r = R_E + 420\ \text{km} = 6{,}791\ \text{km}$, the circular speed is
$$ v = \sqrt{\frac{\mu}{r}} = \sqrt{\frac{3.986\times10^{14}}{6.791\times10^{6}}} = 7{,}661\ \text{m/s} \approx 7.7\ \text{km/s}. $$
The orbital period follows from how long it takes to travel one circumference at that speed (we derive the formula in Chapter 8):
$$ T = 2\pi\sqrt{\frac{r^3}{\mu}} = 2\pi\sqrt{\frac{(6.791\times10^{6})^3}{3.986\times10^{14}}} \approx 5{,}570\ \text{s} \approx 92.8\ \text{min}. $$
So the station laps the entire planet in about $93$ minutes, which means it completes roughly $1440/92.8 \approx 15.5$ orbits every day. An astronaut sees fifteen or sixteen sunrises and sunsets in each twenty-four-hour period. Let us confirm the whole picture in code.
import math
MU, RE = 3.986e14, 6.371e6 # Earth: gravitational parameter, radius
alt = 420e3 # ISS mean altitude, m
r = RE + alt
v = math.sqrt(MU / r)
T = 2 * math.pi * math.sqrt(r**3 / MU)
print(f"speed: {v:.0f} m/s")
print(f"period: {T/60:.1f} min")
print(f"orbits/day: {1440 / (T/60):.1f}")
print(f"gravity: {MU/r**2:.2f} m/s^2 ({100*MU/r**2/9.81:.0f}% of surface)")
# Expected output:
# speed: 7661 m/s
# period: 92.8 min
# orbits/day: 15.5
# gravity: 8.64 m/s^2 (88% of surface)
Sanity check. Published figures give the ISS a speed of about $7.66\ \text{km/s}$ and a period near $93$ minutes — exactly what falls out of Chapter 1's one formula, fed nothing but the altitude. That is the first payoff of the chapter: the hardest fact about the ISS, its blistering speed, is not a mystery but a direct consequence of where it orbits.
Phase 2: Not floating free — the gravity is almost all there
The code already gave it away. At the station's altitude, gravity is
$$ g = \frac{\mu}{r^2} = \frac{3.986\times10^{14}}{(6.791\times10^{6})^2} = 8.64\ \text{m/s}^2, $$
which is about $88\%$ of the $9.81\ \text{m/s}^2$ you feel standing on the ground. The astronauts you watch tumbling weightlessly through the modules are immersed in nearly full Earth gravity. They float not because gravity is gone but because they and the station are in continuous free fall — orbiting is falling and missing — so there is no floor pushing up on them. This is the chapter's central correction made vivid: a crew apparently "in zero-g" is in fact being pulled toward Earth almost as hard as you are right now. If the station could somehow stop dead in its orbit, that $88\%$ gravity would pull it straight down, and it would fall like a stone. The speed of Phase 1 is the only thing keeping the fall from ending.
Phase 3: The vacuum and thermal environment the hull holds off
Inside the ISS is one atmosphere of breathable air; immediately outside is hard vacuum. Every square meter of the pressurized hull therefore has about $101{,}000\ \text{N}$ — over ten tonnes-force — pushing outward, trying to burst the station like a balloon. A single window (the cupola's panes are small and thick for exactly this reason) holds back tonnes of force with a slab of fused silica. The hull is, first and foremost, a machine for containing that pressure difference against the void.
The thermal environment is just as violent. As Phase 1 showed, the station passes into Earth's shadow and back out about sixteen times a day. In sunlight, surfaces facing the Sun absorb the full $1{,}361\ \text{W/m}^2$ solar flux and climb toward $+120\,^\circ\text{C}$; in the roughly $35$ minutes of each orbit spent in shadow, sunlit surfaces radiate their heat toward the $-270\,^\circ\text{C}$ sky and plunge toward $-150\,^\circ\text{C}$. The station endures that full swing sixteen times per day, tens of thousands of times over its life, with no air to smooth it out — because in vacuum there is no convection, and heat moves only by radiation. Managing it takes ammonia coolant loops, giant radiators, insulation, and heaters, an entire subsystem devoted to a problem that on Earth the weather solves for free. This is the machinery behind the chapter's claim that thermal control is a constant fight; we size it in Chapter 24.
Phase 4: Radiation and debris — the hazards you cannot wall out completely
Two hazards cannot simply be held back by a pressure hull. The first is radiation. The ISS flies below the worst of the Van Allen belts, which spares it, but it is still above most of the atmosphere's shielding, so its crew receives roughly $0.5$ to $0.7\ \text{mSv}$ per day — on the order of a hundred times the sea-level background rate. Over a six-month expedition that accumulates to something like a decade or more of ground-level dose, a measured increase in lifetime cancer risk that agencies track carefully and that helps set limits on how long an astronaut may fly.
The second is debris. At orbital closing speeds of up to $10$–$15\ \text{km/s}$, even a fleck carries the energy of a bullet or worse, as we computed in the chapter. The ISS defends itself two ways. Against small particles it wears Whipple shields — a thin outer "bumper" spaced away from the hull that shatters an incoming particle into a harmless spray before it reaches the pressurized wall. Against large, tracked objects, shielding is hopeless, so the station dodges: mission control commands a debris-avoidance maneuver, nudging the whole station onto a slightly different path, and has done so dozens of times. A hazard you cannot armor against becomes a piloting problem — a preview of the debris crisis in Chapter 35.
Phase 5: The exception that proves the no-repair rule
Here is where the ISS breaks the chapter's rules — and why that is so revealing. Section 1.4 said most spacecraft can never be repaired. The ISS can. Astronauts perform spacewalks to swap failed pumps and antennas; cargo ships bring spare parts; the crew itself is replaced every few months. The station is, almost uniquely, a serviceable spacecraft.
Why is it the exception? For exactly the reasons the chapter identified as making repair impossible elsewhere, run in reverse. It orbits low enough to reach with crew and cargo vehicles on a routine basis. It is crewed, so there are hands on site. And it was designed from the start for maintenance, with modular, replaceable units and handrails for spacewalkers. Every one of those choices cost enormous mass and money — and that is the point. Serviceability is so expensive that we have afforded it for essentially one object in the history of spaceflight. A probe at Mars, or even a satellite in geostationary orbit $35{,}786\ \text{km}$ up, has none of these advantages, so for them the no-repair rule holds absolutely, and the only defense is to build it right the first time. The ISS does not refute the rule; the extraordinary price of its exception confirms how binding the rule normally is.
🔧 Engineering Reality: Even the serviceable ISS obeys the tyranny of the rocket equation. It slowly loses altitude to drag and must be reboosted by visiting spacecraft firing their engines — spending delta-v, and therefore propellant that had to be launched at ~$9.4\ \text{km/s}$ from the ground. Everything about the station, including its own gradual fall, traces back to the two numbers of this chapter: the speed it must keep, and the fuel it costs to keep it.
Discussion Questions
- The ISS orbits at $88\%$ of surface gravity yet its crew is weightless, while a person in a falling elevator at $100\%$ gravity is also momentarily weightless. What do the two situations share, and what is different?
- The station experiences a $\sim 270\,^\circ\text{C}$ temperature swing sixteen times a day. Why is the number of cycles — not just the size of the swing — a serious engineering concern?
- Radiation and debris were the two hazards a pressure hull cannot fully stop. Explain why each resists a simple "thicker wall" solution.
- The ISS is serviceable; a GEO communications satellite is not. Using the reasons from Phase 5, explain what would have to change to make a GEO satellite repairable, and why nobody does it.
Your Turn: Extensions
- Option A (analysis). The ISS is being lowered and will eventually be deorbited. Recompute its speed and period at an altitude of $300\ \text{km}$ instead of $420\ \text{km}$. Does it speed up or slow down as it drops? (This previews a counterintuitive result of Chapter 6.)
- Option B (computation). Extend the Phase 1 program into a function
orbit_facts(alt_km)that prints speed, period, orbits/day, and gravity fraction for any altitude. Trace it for $420$, $800$, and the GEO altitude $35{,}786\ \text{km}$. (Do not run it — hand-trace and add# Expected output:.) - Option C (design). Pick your mission track. Would your spacecraft enjoy any of the three advantages that make the ISS serviceable (low orbit, on-site crew, designed for maintenance)? Write two sentences on what "no repair" means specifically for your mission, and file it in your MDR.
Key Takeaways
- The ISS's speed and period come straight from its altitude. One formula, $v = \sqrt{\mu/r}$, reproduces the real $7.66\ \text{km/s}$ and $93$-minute values — the chapter's physics, confirmed.
- Weightlessness is free fall, not absent gravity. At the ISS, gravity is still $88\%$ of surface; the crew floats because the whole station is falling around Earth.
- The hull is a machine for surviving the environment — containing a lethal pressure difference and riding a $270\,^\circ\text{C}$ thermal swing sixteen times a day, with only radiation to shed heat.
- The no-repair rule bends only at extraordinary cost. The ISS is serviceable precisely because it is low, crewed, and built for it — advantages almost nothing else in space can afford.