Instructor notes: Galaxy Rotation Curves
Overview
Navigation
- Instructor hub: Instructor hub
- Student demo: Student demo
- This demo: Model · Activities · Assessment · Backlog
This guide is instructor-facing Student demo:
/play/galaxy-rotation/
Main code:apps/demos/src/demos/galaxy-rotation/main.ts
UI logic:apps/demos/src/demos/galaxy-rotation/logic.ts
Physics model:packages/physics/src/galaxyRotationModel.ts
Why this demo exists
This instrument makes one central inference visible: measured orbital speed in galaxy outskirts stays too high for visible matter alone, so either extra gravitating mass or modified dynamics is required.
Learning goals
- Read $V(R)$ as the primary observable inferred from Doppler shifts.
- Compare total and visible-only Keplerian predictions at fixed radius.
- Interpret where $M_{\rm dark}$ exceeds $M_{\rm vis}$ and how $f_b(R)$ evolves.
- Distinguish “fits galaxy curves” from “explains all dark-matter evidence across scales.”
Recommended live sequence (12-15 min)
- Start with No dark matter and establish the Keplerian decline baseline.
- Switch to Milky Way-like and emphasize the persistent outer velocity.
- Increase halo mass while narrating how curve shape and $M_{\rm dark}/M_{\rm vis}$ respond.
- Toggle mass mode and locate the dark-dominance crossing.
- Show MOND overlay and close with scale-comparison caveat (clusters/CMB).
Misconceptions to target
- “Flat curve means constant enclosed mass.” (It means enclosed mass keeps rising with $R$.)
- “Face-on schematic means face-on observations.” (Real measurements require inclination correction.)
- “One MOND-like fit in galaxies falsifies dark matter everywhere.” (Cluster/lensing/CMB evidence still constrains alternatives.)
Activities
Navigation
- Instructor hub: Instructor hub
- Back to guide: Guide
- Student demo: Student demo
- This demo: Model · Activities · Assessment · Backlog
MW Quick (6-8 min)
Goal: make the mismatch visible in one pass.
- Compare
No dark mattervsMilky Way-likeat $R=30$ and $50\,{\rm kpc}$. - Ask: “Which curve looks solar-system-like?”
- Toggle halo contribution and narrate mechanism.
MW Short (10-14 min)
Goal: connect shape to mass decomposition.
- Keep Milky Way-like preset.
- Add radial profile rows ($R=2$ to $50\,{\rm kpc}$).
- Identify first radius where $M_{\rm dark}>M_{\rm vis}$.
- Compare $f_b(50\,{\rm kpc})$ to $0.157$ and discuss interpretation.
Friday Lab (20-30 min)
Goal: argumentation from evidence.
- Each team runs one mystery challenge and writes claim + evidence + mechanism.
- Teams compare dark-halo and MOND overlays for same profile.
- Whole-class debrief: where alternatives succeed and where they struggle.
Station version (12-15 min)
Use apps/site/src/content/stations/galaxy-rotation.md as the printable student artifact.
Assessment
Navigation
- Instructor hub: Instructor hub
- Back to guide: Guide
- Student demo: Student demo
- This demo: Model · Activities · Assessment · Backlog
Clicker prompts
-
If $V(R)$ stays nearly constant from $20$ to $50\,{\rm kpc}$, then $M(<R)$ must:
A. stay constant
B. decrease
C. continue increasing
D. be undefined
Correct: C -
A visible-matter-only Keplerian expectation at large $R$ scales as:
A. $R^{+1/2}$
B. $R^{-1/2}$
C. $R^0$
D. $R^{-2}$
Correct: B -
Which statement is most accurate?
A. MOND matching one galaxy curve falsifies dark matter at all scales.
B. Dark matter and MOND are identical theories.
C. MOND can match some galaxy curves, but cluster/lensing/CMB constraints still matter.
D. Rotation curves are unrelated to Doppler measurements.
Correct: C
Short-answer checks
- Why does a flat outer rotation curve imply continued growth in enclosed mass?
- What is the observational role of the 21-cm line in this demo?
- Why does the interface show a face-on schematic but still discuss inclination correction?
Exit ticket
- Report one radius where your run transitioned to dark-matter dominance.
- Give your measured $f_b(50\,{\rm kpc})$ and compare to $0.157$.
- Write one sentence claim supported by two readouts.
Model notes (deeper)
Navigation
- Instructor hub: Instructor hub
- Back to guide: Guide
- Student demo: Student demo
- This demo: Model · Activities · Assessment · Backlog
Core model
Component quadrature: $$ V_{\rm total}(R)=\sqrt{V_{\rm bulge}^2+V_{\rm disk}^2+V_{\rm halo}^2} $$
Dark-matter inference: $$ M_{\rm dark}(<R)=\frac{V_{\rm obs}^2R}{G}-M_{\rm vis}(<R) $$
Keplerian benchmark: $$ V_{\rm Kep}(R)\propto R^{-1/2} \quad (R\gg R_d) $$
MOND comparison (asymptotic form): $$ V_{\rm MOND}\approx\left(G\,M_{\rm vis}\,a_0\right)^{1/4} $$
Implementation notes
- Shared physics API:
packages/physics/src/galaxyRotationModel.ts - Mass components:
- bulge: Hernquist enclosed mass
- disk: exact exponential-disk rotation using modified Bessel $I_0,I_1,K_0,K_1$
- halo: NFW enclosed mass with derived $R_{\rm vir}$ and concentration $c$
- Units are explicit in API naming (
radiusKpc,velocityKmS,mass10). G_{\\rm galaxy}=4.3009\\times10^4\\,\\text{kpc}\\,(\\text{km/s})^2\\,(10^{10}M_\\odot)^{-1}.- NFW derived values use internal cosmology defaults ($H_0=67.4\,{\rm km\,s^{-1}\,Mpc^{-1}}$, $\Omega_m=0.315$).
- The 21-cm readout ties rotation speed to directly measurable wavelength shift: $$ \Delta\lambda_{21}=\lambda_0\frac{V}{c},\qquad \lambda_0=21.106\,{\rm cm} $$
Pedagogical clarifications
- Face-on panel is schematic: real observations use inclined disks and recover intrinsic $V(R)$ with inclination corrections.
- Solar-system comparison inset: gives students a familiar Keplerian baseline before comparing galaxy behavior.
- MOND framing: useful comparison at galaxy scale, but not presented as a full replacement workflow in this instrument.
- Across-scale context matters: cluster dynamics, Bullet Cluster lensing offsets, and CMB constraints remain part of the interpretation story.
Backlog
Navigation
- Instructor hub: Instructor hub
- Back to guide: Guide
- Student demo: Student demo
- This demo: Model · Activities · Assessment · Backlog
P0 (blocking for launch-ready)
- Attach classroom validation notes (timing, confusion points, misconception outcomes).
- Attach manual screen-reader smoke notes (VoiceOver + NVDA) for controls, challenge flow, and live-region messaging.
P1 (candidate-friendly improvements)
- Add optional uncertainty bands for observational velocity scatter.
- Add optional “inclination correction toy slider” in understand mode for advanced sections.
P2 (nice to have)
- Add downloadable station CSV packet with auto-generated row-set labels.
- Add challenge-attempt history panel for repeated class rounds.