How to Use This Book
This textbook is designed to serve multiple audiences and course formats. Whether you are a physics undergraduate taking your first nuclear physics course, a graduate student beginning research, a nuclear engineering student who needs the physics foundations, or a self-studying professional, there is a path through this book for you.
Learning Paths
Fast Track: Nuclear Engineering Foundations
For: Nuclear engineering students who need the physics underlying reactor design, radiation protection, and nuclear technology.
Core path: Chapters 1–5 (foundations), Chapter 12 (radioactivity), Chapter 16 (radiation interactions), Chapter 17 (reaction fundamentals), Chapter 20 (fission), Chapter 21 (fusion), Chapter 26 (nuclear energy), Chapter 29 (radiation environment).
Selective additions: Chapter 14 (beta decay) for waste/activation calculations. Chapter 27 (nuclear medicine) for medical physics crossover. Chapter 28 (nuclear security) for nonproliferation context.
Estimated time: One semester (15 weeks).
Standard: Two-Semester Nuclear Physics Sequence
For: Physics majors taking the standard undergraduate nuclear physics course.
Semester 1 (Parts I–III): Foundations, nuclear structure, and radioactive decay. Chapters 1–16. This gives a complete picture of what nuclei are, how they're structured, and how unstable nuclei decay.
Semester 2 (Parts IV–VII): Nuclear reactions, astrophysics, applications, and frontiers. Chapters 17–33. This covers what happens when nuclei collide, how nuclear physics operates in stars and in technology, and where the field is heading.
Capstone (Part VIII): Chapter 34–35 can be assigned as a final project in either semester.
Estimated time: Two semesters (30 weeks).
Deep Dive: Graduate Preparation
For: Students heading to graduate school in nuclear physics, nuclear astrophysics, or related fields.
Path: All 35 chapters, all advanced sidebars, all computational projects (the full Nuclear Data Analysis Toolkit), and the research-oriented exercises marked with a star. Pay particular attention to: - Chapter 3 (nuclear force — chiral EFT connections) - Chapter 7 (residual interactions — many-body theory foundations) - Chapter 10 (exotic nuclei — current research frontiers) - Chapter 19 (direct reactions — DWBA and spectroscopic factors) - Chapter 25 (neutron stars — nuclear equation of state) - Chapter 31–33 (particle physics connections and open questions)
Estimated time: Two semesters with significant self-study.
Chapter Structure
Every chapter follows a consistent structure:
- Opening quote from a notable physicist or scientist
- Chapter overview connecting to previous material and previewing what you'll learn
- "In this chapter, you will learn to:" — specific, measurable objectives
- Learning path annotations — symbols indicating Fast Track (skip/skim) and Deep Dive (extra depth) guidance
- Main content organized in numbered sections (e.g., 4.1, 4.2, 4.3)
- Project checkpoint — your contribution to the Nuclear Data Analysis Toolkit
- Chapter summary — key results and concepts
- Spaced review — questions revisiting material from earlier chapters
- What's next — preview of the following chapter
Content Blocks
Throughout the text, you'll encounter colored callout blocks:
Intuition: Mental models and physical analogies to build understanding
Real-World Application: How this physics connects to technology, medicine, or the cosmos
Common Pitfall: Mistakes students frequently make, with explanations of why they're wrong
Advanced: Graduate-level extensions for Deep Dive readers (safely skippable for others)
Check Your Understanding: Quick self-test questions (answers at the end of the chapter)
Historical Context: The story behind the discovery — who, when, and how
Connection: Links to concepts in other chapters
The Progressive Project: Nuclear Data Analysis Toolkit
Across all 35 chapters, you will build a Python computational toolkit for nuclear physics. Each chapter's Project Checkpoint adds a new capability:
- Part I: Data access, binding energy plotting, SEMF fitting
- Part II: Shell model predictions, rotational band fitting, transition rates
- Part III: Decay chain simulation, tunneling calculations, spectrum analysis
- Part IV: Reaction kinematics, resonance analysis, fission/fusion calculations
- Part V: Nucleosynthesis rates, r-process paths, neutron star structure
- Part VI: Reactor calculations, dose modeling, accelerator physics
- Part VII: Nuclear data analysis pipelines
- Part VIII: Complete analysis of a nuclear system using all toolkit components
By the end of the book, you'll have a personal computational toolkit that connects to real online databases (NNDC, ENDF) and can analyze real experimental data.
Python requirements: Python 3.10+, numpy, scipy, matplotlib. See requirements.txt for the full list.
Exercises and Assessment
Each chapter includes:
- exercises.md: Graded problems from straightforward calculations to challenging derivations. Problems marked with a computer icon require Python. Problems marked with a star are research-level.
- quiz.md: Multiple-choice and short-answer self-assessment.
- case-study-01.md and case-study-02.md: Extended scenarios applying the chapter's physics to realistic situations.
Selected answers appear in Appendix I. Full solutions are available in the Instructor Guide.
Prerequisites
Before beginning this book, you should be comfortable with the material described in the Prerequisites section that follows. If you need to refresh specific topics, Chapter 5 provides a targeted quantum mechanics review, and Appendix A covers the mathematical tools used throughout the book.