Great — I’ll produce a set of separated, comprehensive higher-education physics notes as plain
text (Markdown), broken into major subject sections. I’ll include core concepts, key equations,
short derivations, common problem-solving tips, and a small selection of worked-example
outlines where helpful. This will be dense but arranged so you can quickly navigate each topic.
Table of contents
1. Mechanics (Newtonian, Lagrangian, Hamiltonian, small oscillations, rigid body)
2. Electromagnetism (Electrostatics, Magnetostatics, Maxwell’s equations, EM waves,
potentials, boundary conditions)
3. Waves & Optics (wave equation, superposition, interference, Fourier optics)
4. Thermodynamics & Statistical Mechanics (laws, ensembles, partition function, ideal gas,
quantum statistics)
5. Quantum Mechanics (postulates, Schrödinger equation, operators, hydrogen atom,
perturbation theory, spin)
6. Special & General Relativity (Lorentz transformations, energy–momentum, basics of
GR)
7. Atomic, Nuclear & Particle Physics (atomic structure, nuclear models, basics of particle
physics)
8. Condensed Matter & Solid State (crystal structure, band theory, phonons,
superconductivity basics)
9. Mathematical Methods for Physicists (calculus, vector calculus, linear algebra,
ODE/PDE, complex analysis)
10. Experimental Methods, Units & Constants, Problem-Solving Tips
1 Mechanics
1.1 Newtonian mechanics — fundamentals
• Newton’s laws:
1. Inertial frames; constant velocity if no net force.
2. ( \vec F = m \vec a ).
3. Action–reaction: ( \vec F_{12} = -\vec F_{21} ).
• Kinematics (1D): ( v=\dot x,; a=\ddot x ).
• Work & Energy: Work ( W=\int \vec F\cdot d\vec r ). Kinetic energy ( T=\tfrac12 m
v^2 ). Work–energy: ( \Delta T = W ).
• Potential energy ( U(\vec r) ) if ( \vec F = -\nabla U ). Conservation:
( E=T+U=\text{const} ) (if forces conservative).
• Momentum & Impulse: ( \vec p = m\vec v ), ( \Delta \vec p = \int \vec F,dt ). Angular
momentum ( \vec L = \vec r\times\vec p ). Torque ( \vec \tau = \vec r\times \vec F ).
1.2 Simple systems
• Uniform circular motion: ( a_{rad} = v^2/R = \omega^2 R ). Centripetal force ( F = m
v^2/R ).
• Harmonic oscillator: ( m\ddot x + kx = 0 ). Solution: ( x(t)=A\cos(\omega t+\phi) ),
( \omega=\sqrt{k/m} ). Energy: ( E = \tfrac12 k A^2 ).
1.3 Lagrangian mechanics
• Action ( S[q]=\int_{t_1}^{t_2} L(q,\dot q,t),dt ).
• Lagrangian ( L = T - U ).
• Euler–Lagrange equation:
[
\frac{d}{dt}\left(\frac{\partial L}{\partial \dot q_i}\right) - \frac{\partial L}{\partial q_i}
= 0.
]
• Generalized momentum ( p_i = \partial L/\partial \dot q_i ). If ( L ) independent of
( q_j ) → ( p_j ) conserved (cyclic coordinate).
• Constraints handled by generalized coordinates and Lagrange multipliers.
Short derivation (single coordinate)
For ( L=T(q,\dot q)-U(q) ),
[
\frac{d}{dt}\left(m\dot q\right)+\frac{dU}{dq}=0 \quad\Rightarrow\quad m\ddot q = -
\frac{dU}{dq}.
]
1.4 Hamiltonian mechanics
• Hamiltonian ( H(q,p,t) = \sum_i p_i\dot q_i - L ). For ( T=) quadratic in ( \dot q ):
( H=T+U ).
• Hamilton’s equations:
[
\dot q_i = \frac{\partial H}{\partial p_i},\qquad \dot p_i = -\frac{\partial H}{\partial q_i}.
]
• Canonical transformations, Poisson brackets: ( {A,B} = \sum_i \left(\frac{\partial
A}{\partial q_i}\frac{\partial B}{\partial p_i}-\frac{\partial A}{\partial p_i}\frac{\partial
B}{\partial q_i}\right) ).
1.5 Small oscillations and normal modes
• For small displacements about equilibrium, linearize: ( M\ddot{\vec \eta} + K\vec\eta =
0 ). Solve eigenvalue problem ( \det(K - \omega^2 M)=0 ). Normal modes orthogonal
with respect to ( M ).
1.6 Rigid body dynamics
• Moment of inertia tensor ( I_{ij} = \int \rho(\vec r),(r^2\delta_{ij} - x_i x_j),dV ).
• Angular momentum ( \vec L = I\vec \omega ) (if principal axes).
• Euler’s equations (body frame):
[
I_1\dot\omega_1 + (I_3-I_2)\omega_2\omega_3 = \tau_1,\quad\text{cyclic.}
]
• Rolling without slipping: ( v_{\text{CM}} = \omega R ).
2 Electromagnetism
2.1 Electrostatics
• Coulomb’s law: ( \vec F = k\frac{q_1 q_2}{r^2}\hat r ),
( k=\tfrac{1}{4\pi\varepsilon_0} ).
• Electric field: ( \vec E(\vec r)=\frac{1}{4\pi\varepsilon_0}\int \rho(\vec r')\frac{\vec r-
\vec r'}{|\vec r-\vec r'|^3}d^3r' ).
• Gauss’s law (differential): ( \nabla\cdot\vec E = \rho/\varepsilon_0 ).
• Potential: ( \vec E = -\nabla\phi ), ( \phi(\vec r)=\tfrac{1}{4\pi\varepsilon_0}\int
\rho(\vec r')/|\vec r-\vec r'|,d^3r' ).
2.2 Magnetostatics
• Biot–Savart: ( \vec B(\vec r)=\frac{\mu_0}{4\pi}\int \frac{\vec J(\vec r')\times(\vec r-
\vec r')}{|\vec r-\vec r'|^3},d^3r' ).
• Ampère’s law (differential): ( \nabla\times\vec B = \mu_0 \vec J ) (steady currents).
• No magnetic monopoles: ( \nabla\cdot\vec B = 0 ).
2.3 Maxwell’s equations (in vacuum)
Differential form:
[
\begin{aligned}
\nabla\cdot\vec E &= \rho/\varepsilon_0,\
\nabla\cdot\vec B &= 0,\
\nabla\times\vec E &= -\frac{\partial\vec B}{\partial t},\
\nabla\times\vec B &= \mu_0\vec J + \mu_0\varepsilon_0\frac{\partial\vec E}{\partial t}.
\end{aligned}
]
• Wave equation in vacuum (source-free): ( \nabla^2\vec E - \mu_0\varepsilon_0
\frac{\partial^2\vec E}{\partial t^2} = 0 ). Speed ( c = 1/\sqrt{\mu_0\varepsilon_0} ).
2.4 Potentials and gauge
• Potentials: ( \vec B = \nabla\times\vec A,; \vec E = -\nabla\phi - \partial_t \vec A ).
• Gauge freedom: ( \vec A'=\vec A+\nabla\chi,; \phi'=\phi - \partial_t\chi ).
• Lorenz gauge: ( \nabla\cdot\vec A + \mu_0\varepsilon_0\partial_t\phi = 0 ) gives wave
equations for potentials.
2.5 Boundary conditions (at interface)
• ( \hat n\cdot(\vec D_2-\vec D_1)=\sigma_f ).
• ( \hat n\times(\vec E_2-\vec E_1)=0 ).
• ( \hat n\cdot(\vec B_2-\vec B_1)=0 ).
• ( \hat n\times(\vec H_2-\vec H_1)=\vec K_f ).
2.6 Electromagnetic waves & radiation
• Plane wave: ( \vec E(\vec r,t)=\vec E_0 e^{i(\vec k\cdot\vec r - \omega t)} ), ( \vec
k\cdot\vec E_0 =0 ), ( \omega= c|\vec k| ). Poynting vector ( \vec S =
\frac{1}{\mu_0}\vec E\times\vec B ). Average intensity ( \langle S\rangle = \tfrac12
c\varepsilon_0 E_0^2 ).
2.7 EM in matter
• Constitutive relations: ( \vec D = \varepsilon\vec E ), ( \vec B=\mu\vec H ), ( \vec J =
\sigma \vec E ). Dielectric: displacement field ( \vec D=\varepsilon_0\vec E + \vec P ).
3 Waves & Optics
3.1 Wave equation (1D & 3D)
• 1D wave eqn: ( \frac{\partial^2 u}{\partial x^2} = \frac{1}{v^2}\frac{\partial^2
u}{\partial t^2} ). Solutions are superposition of right/left traveling waves.
3.2 Superposition, interference, diffraction
• Principle of superposition: linear wave eqn → add solutions.
• Interference: path difference ( \Delta x ) → phase difference ( \Delta\phi = k\Delta x ).
Constructive when ( \Delta\phi = 2\pi n ).
• Single-slit diffraction (Fraunhofer): intensity ( I(\theta) \propto
\left(\frac{\sin(\beta)}{\beta}\right)^2 ), ( \beta = \frac{\pi a \sin\theta}{\lambda} ).
3.3 Fourier optics & transforms
• Field propagation and lensing often handled using Fourier transforms (diffraction patterns
↔ Fourier transform of aperture).
3.4 Geometrical optics
• Snell’s law: ( n_1\sin\theta_1 = n_2\sin\theta_2 ). Lensmaker’s formula, thin-lens
equation ( \tfrac{1}{f} = \tfrac{1}{s} + \tfrac{1}{s'} ).
4 Thermodynamics & Statistical Mechanics
4.1 Thermodynamics — macroscopic laws
• Zeroth law: thermal equilibrium transitivity → temperature well-defined.
• First law: ( dU = \delta Q - \delta W ). For quasi-static work ( \delta W = P,dV ).
• Second law: Entropy ( S ) — for reversible ( dS=\delta Q_\text{rev}/T ); in any process
( \Delta S \ge 0 ). Clausius inequality.
• Third law: ( S\to 0 ) as ( T\to 0 ) for perfect crystals.
4.2 Thermodynamic potentials
• Internal energy ( U(S,V,N) ).
• Helmholtz free energy ( F=U-TS ) (natural variables ( T,V,N )).
• Gibbs free energy ( G=U-TS+PV ) (natural variables ( T,P,N )).
4.3 Statistical mechanics foundations
• Microcanonical ensemble: isolated system, fixed energy ( E ). Entropy ( S = k_B \ln
\Omega(E) ).
• Canonical ensemble: system in contact with heat bath at ( T ). Partition function ( Z =
\sum_i e^{-\beta E_i} ) (quantum) or ( \int e^{-\beta H} d\Gamma ) (classical),
( \beta=1/(k_B T) ). Thermodynamic quantities: ( F = -k_BT \ln Z ), ( \langle E \rangle =
-\partial\ln Z/\partial\beta ).
• Grand canonical: variable particle number; grand partition ( \mathcal{Z} = \sum_{N}
e^{\beta\mu N}Z_N ).
4.4 Ideal gases & quantum statistics
• Classical ideal gas (N particles): ( PV = Nk_B T ), ( U = \tfrac32 Nk_B T )
(monoatomic).
• Fermi–Dirac & Bose–Einstein distributions:
[
f(\epsilon) = \frac{1}{e^{\beta(\epsilon-\mu)} \pm 1}
]
(+) for fermions, (-) for bosons.
• Bose–Einstein condensation occurs when chemical potential approaches lowest state.
5 Quantum Mechanics
5.1 Postulates (compact)
1. State: normalized vector ( |\psi\rangle ) in Hilbert space.
2. Observables: Hermitian operators. Measurement yields eigenvalue ( a ) with probability
( |\langle a|\psi\rangle|^2 ).
3. Time evolution: Schrödinger equation ( i\hbar \frac{\partial}{\partial t}|\psi(t)\rangle =
\hat H |\psi(t)\rangle ).
4. Composite systems: tensor product of Hilbert spaces.
5.2 Schrödinger equation & examples
• Time-dependent: ( i\hbar \partial_t \psi(\vec r,t) = \left( -\frac{\hbar^2}{2m}\nabla^2 +
V(\vec r,t)\right)\psi ).
• Time-independent (stationary states): ( \hat H\psi = E\psi ).
Free particle
• Plane wave solutions ( \psi \propto e^{i(\vec k\cdot\vec r - \omega t)} ), dispersion
( E=\hbar^2 k^2/2m ).
Infinite square well (1D)
• ( V=0 ) for (0<x<L), ( V=\infty ) otherwise. Eigenfunctions
( \psi_n=\sqrt{\tfrac{2}{L}}\sin(n\pi x/L) ), energies ( E_n = \frac{\hbar^2\pi^2
n^2}{2mL^2} ).
Harmonic oscillator
• Ladder operator method yields energies ( E_n = \hbar\omega (n+\tfrac12) ) and Hermite-
function eigenstates.
5.3 Operators, commutators, uncertainty
• Expectation ( \langle A \rangle = \langle \psi|\hat A|\psi\rangle ).
• Commutator ( [\hat A,\hat B] = \hat A\hat B - \hat B\hat A ).
• Uncertainty principle: ( \Delta A,\Delta B \ge \tfrac12 |\langle[\hat A,\hat B]\rangle| ). In
particular ( \Delta x,\Delta p \ge \hbar/2 ).
5.4 Angular momentum & spin
• Orbital angular momentum operators: ( \hat L = \hat r\times \hat p ), eigenvalues ( L^2
\ket{l m} = \hbar^2 l(l+1)\ket{l m} ).
• Spin: intrinsic angular momentum, follows same algebra; e.g., spin-1/2 has Pauli
matrices ( \sigma_i ). Total angular momentum addition uses Clebsch–Gordan
coefficients.
5.5 Perturbation theory
• Nondegenerate time-independent: For ( H=H_0 + \lambda V ),
o First order energy: ( E_n^{(1)} = \langle n^{(0)}|V|n^{(0)}\rangle ).
o First order state correction: ( |n^{(1)}\rangle = \sum_{m\ne n} \frac{\langle
m^{(0)}|V|n^{(0)}\rangle}{E_n^{(0)}-E_m^{(0)}} |m^{(0)}\rangle ).
• Degenerate perturbation theory: diagonalize ( V ) in degenerate subspace.
5.6 Scattering & approximation methods
• Born approximation for scattering amplitude in potential ( V(\vec r) ).
• WKB approximation: semiclassical approximation where ( \psi(x)\approx
A(x)e^{\frac{i}{\hbar}S(x)} ) and ( S'(x)^2 = 2m[E - V(x)] ) as leading order.
6 Special & General Relativity
6.1 Special relativity
• Lorentz transformations (boost in x):
[
x'=\gamma(x-vt),\quad t'=\gamma(t-vx/c^2),\quad \gamma=\frac{1}{\sqrt{1-v^2/c^2}}.
]
• Four-vectors: ( x^\mu = (ct,\vec x) ). Minkowski metric ( \eta_{\mu\nu} = \text{diag}(-
1,1,1,1) ) (or alternate sign convention). Invariant interval ( s^2 = -c^2t^2 + \vec x^2 ).
• Energy–momentum: ( p^\mu = (E/c,\vec p) ), ( p^\mu p_\mu = -m^2 c^2 ) → ( E^2 =
(pc)^2 + (mc^2)^2 ).
• Relativistic dynamics: ( \vec F = \dfrac{d\vec p}{dt} ) with ( \vec p = \gamma m \vec
v ).
6.2 General relativity (essentials)
• Einstein field equations:
[
G_{\mu\nu} \equiv R_{\mu\nu} - \tfrac12 g_{\mu\nu}R = \frac{8\pi G}{c^4}
T_{\mu\nu}.
]
• Geodesic equation: ( \frac{d^2 x^\mu}{d\tau^2} +
\Gamma^\mu_{\alpha\beta}\frac{dx^\alpha}{d\tau}\frac{dx^\beta}{d\tau} = 0 ).
• Weak-field limit: Newtonian gravity recovered from metric ( g_{00}\approx -
\left(1+2\Phi/c^2\right) ) where ( \Phi ) is Newtonian potential.
7 Atomic, Nuclear & Particle Physics
7.1 Atomic structure
• Bohr model (historical): energy levels ( E_n = -\tfrac{13.6\ \mathrm{eV}}{n^2} ) for
hydrogen. Modern QM: Schrödinger solution for hydrogen with quantum numbers
( n,\ell,m ).
7.2 Basics of nuclear physics
• Nuclear binding energy, semi-empirical mass formula (Weizsäcker):
[
B(A,Z) = a_v A - a_s A^{2/3} - a_c \frac{Z^2}{A^{1/3}} - a_a\frac{(A-2Z)^2}{A} +
\cdots
]
• Radioactivity: alpha, beta, gamma decay; decay law ( N(t)=N_0 e^{-\lambda t} ), half-
life ( t_{1/2} = \ln2/\lambda ).
7.3 Particle physics (brief)
• Standard Model: fermions (quarks, leptons), gauge bosons (photon, W±, Z, gluons),
Higgs. Conservation laws: baryon & lepton number (approx), gauge symmetries
SU(3)(\times)SU(2)(\times)U(1).
• Cross section & scattering basics.
8 Condensed Matter & Solid State
8.1 Crystal structure
• Lattice + basis concepts; primitive vectors ( \vec a_i ). Reciprocal lattice defined by
( \vec a_i\cdot\vec b_j = 2\pi\delta_{ij} ). Brillouin zones, high-symmetry points.
8.2 Electrons in solids
• Nearly-free electron model → band gaps open at Brillouin zone boundaries due to
Bragg reflection.
• Tight-binding model gives dispersion ( E(k) \approx \alpha - 2t\cos(ka) ) (1D example).
• Conductors, semiconductors, insulators depend on Fermi level relative to bands.
8.3 Phonons
• Quantized lattice vibrations: dispersion ( \omega(k) ) from dynamical matrix. Specific
heat contributions: Debye model ( C_V \propto T^3 ) (low T).
8.4 Superconductivity (qualitative)
• Cooper pairing, energy gap ( \Delta ), Meissner effect (expulsion of magnetic field). BCS
onset temperature ( T_c ).
9 Mathematical Methods for Physicists
9.1 Linear algebra
• Vectors, inner product, orthonormal bases, eigenvalues/eigenvectors, diagonalization,
Hermitian operators, unitary transformations.
9.2 Vector calculus
• Gradient, divergence, curl. Integral theorems: Divergence theorem, Stokes’ theorem.
Useful identities: ( \nabla\times(\nabla\phi)=0 ), ( \nabla\cdot(\nabla\times\vec A)=0 ).
9.3 Differential equations
• ODE techniques: separation, integrating factor, series solution, Sturm–Liouville problems
(orthogonal eigenfunctions).
• PDEs: methods of separation of variables, Green’s functions, transform methods
(Fourier/Laplace).
9.4 Special functions & expansions
• Legendre polynomials ( P_\ell(x) ), spherical harmonics ( Y_{\ell m} ), Bessel functions
( J_\nu(x) ), Hermite polynomials (harmonic oscillator). Orthogonality & completeness
properties.
9.5 Complex analysis
• Contour integration, residue theorem (useful for integrals in QM and statistical
mechanics).
10 Experimental Methods, Units &
Constants, Problem-Solving Tips
10.1 Units & important constants
• SI base units: m, kg, s, A, K, mol, cd.
• Common constants (approx):
o ( c = 2.99792458\times10^8\ \mathrm{m/s} )
o ( \hbar = 1.054571817\times10^{-34}\ \mathrm{J\cdot s} )
o ( k_B = 1.380649\times10^{-23}\ \mathrm{J/K} )
o ( e = 1.602176634\times10^{-19}\ \mathrm{C} )
o ( \varepsilon_0 = 8.8541878128\times10^{-12}\ \mathrm{F/m} )
o ( \mu_0 = 4\pi\times10^{-7}\ \mathrm{N/A^2} )
o ( G = 6.67430\times10^{-11}\ \mathrm{m^3/kg\ s^2} )
10.2 Typical experimental techniques
• Optics: interferometry, spectroscopy.
• EM: antennas, network analyzers, lock-in amplifiers.
• Low-temperature: cryostats, dilution refrigerators.
• Particle physics: detectors (tracking, calorimetry), accelerators.
10.3 Problem-solving heuristics
• Always list knowns/unknowns, sketch the system, identify symmetries and conserved
quantities.
• Check dimensions (unit analysis) at every step.
• Simplify: try limiting cases (small/large parameters).
• Non-dimensionalize equations to identify key parameters.
• For complex problems, solve simpler model first (1D, linearization) then add complexity.
Worked-example outlines (short)
Example A — Lagrangian for a pendulum (small-angle)
• Coordinate ( \theta ). ( T = \tfrac12 m l^2 \dot\theta^2 ), ( U = m g l (1-\cos\theta)\approx
\tfrac12 m g l \theta^2 ).
• Lagrangian ( L = \tfrac12 m l^2 \dot\theta^2 - \tfrac12 m g l \theta^2 ). Euler–Lagrange
→ ( \ddot\theta + \frac{g}{l}\theta =0 ). ( \omega=\sqrt{g/l} ).
Example B — Derive EM wave equation from Maxwell
• Take curl of Faraday: ( \nabla\times(\nabla\times\vec E) = -\partial_t (\nabla\times\vec
B) ). Use ( \nabla\times\vec B = \mu_0\varepsilon_0\partial_t\vec E ) (in vacuum, no J)
and vector identity ( \nabla\times(\nabla\times\vec E) = \nabla(\nabla\cdot\vec E) -
\nabla^2\vec E ). With (\nabla\cdot\vec E=0) (source-free), get ( \nabla^2\vec E -
\mu_0\varepsilon_0\partial_t^2 \vec E = 0).
Example C — 1D infinite well eigenenergies (outline)
• Solve ( -\frac{\hbar^2}{2m}\psi''(x) = E\psi(x) ) with ( \psi(0)=\psi(L)=0 ). Solutions
( \sin\left(\frac{n\pi x}{L}\right) ), energies given earlier.
Quick reference: common formulae (cheat-
sheet)
• Kinetic energy (translation): ( T=\tfrac12 m v^2 ).
• Potential for spring: ( U=\tfrac12 k x^2 ).
• Coulomb: ( F=\dfrac{1}{4\pi\varepsilon_0} \dfrac{q_1 q_2}{r^2} ).
• Maxwell wave speed: ( c = 1/\sqrt{\mu_0\varepsilon_0} ).
• Schrödinger free particle: ( E=\dfrac{\hbar^2 k^2}{2m} ).
• Relativistic energy: ( E^2 = p^2c^2 + m^2 c^4 ).
• Ideal gas: ( PV = Nk_B T ).
How to use these notes
• Use each major section as a starting point: if you want more detail on a particular
derivation (e.g., quantization of EM field, general solution of hydrogen, Green’s
functions), tell me which subsection and I’ll expand with step-by-step derivations,
worked problems, and additional examples.
• I can also convert any section to: a printable PDF, a condensed one-page cheat sheet per
topic, flashcards, or problem sets with full solutions.
If you want, I can now:
• Expand any single section with step-by-step derivations and multiple worked examples
(pick one or more), or
• Produce a condensed 1-page cheat-sheet per major topic, or
• Turn this into a structured study PDF (I can generate a downloadable file).
Which would you like next?