← back to the observatory

Mathematical & Physics Notation

A visual cheat sheet — what each typographic convention signals, with concrete examples

Typography & Style Conventions

How a symbol is written — italic, bold, decorated — signals its physical meaning before the equation is even read.

x
Italic letter
Scalar quantity
A single number — magnitude only, no direction. This is the default style for any variable. Typically, a plain italic letter is describing how much of something, not which way.
Example — kinetic energy: E = ½ mm = 5 kg (just a number, no direction)
F
Bold letter
Vector quantity
A quantity with both magnitude and direction. Bold signals that this isn't just a number — it's an arrow in space. In 2D it holds two components (x, y); in 3D it holds three (x, y, z).
Example — Newton's second law: F = ma F = (3, −2) N ← force pointing right and down
Hat (circumflex) over letter
Unit vector
A vector whose length is exactly 1. The hat strips away magnitude and preserves only direction. Used when we want to say "in this direction" without implying any particular strength.
Example — gravity direction: F = −G m₁m₂/r² · r̂ just says "pointing away from the mass"
Bar (overline) over letter
Mean / average
The bar is shorthand for "take the average of all values of this quantity." Works on both scalars and vectors. This is common in statistics, thermodynamics, and multi-agent simulations.
Example — average position of a flock: = (1/N) Σⱼ rⱼ r̄ = centroid of all bird positions
Dot over letter (Newton's notation)
Time derivative
One dot = first derivative with respect to time (rate of change). Two dots = second derivative (rate of change of rate of change). This is Newton's shorthand — compact and common in mechanics.
Example — position → velocity → acceleration: x → position
= dx/dt → velocity
= d²x/dt² → acceleration
Tilde over letter
Fourier transform or approximation
Context-dependent: in signal processing and physics, a tilde marks the Fourier transform of a quantity (its frequency-domain version). In other contexts it means "approximately" or a rescaled/normalized version.
Example — Fourier transform of a signal: f(t) → (ω) f̃(ω) shows which frequencies make up f(t)
F
Arrow over letter
Vector (handwriting style)
The same meaning as bold — a vector with direction and magnitude. Arrow notation is common in handwritten work and introductory courses where bold is hard to write. In typeset work, bold is preferred.
Same quantity, two notations: F = ma ← handwritten style
F = ma ← typeset style (bold)
Subscripts & Superscripts

Tiny raised or lowered characters carry a lot of meaning — they label, index, and exponentiate.

rᵢ
Subscript letter (i, j, k, n...)
Index — "the i-th one"
Points to a specific item in a collection. Think of it as an array index. The formula stays the same for every item — only the subscript changes. Common index letters: i, j, k for particles; n for steps.
Example — force on particle i: F_i = m · a_i i = 1 gives particle 1's force, i = 2 gives particle 2's, etc.
F_grav
Subscript word or abbreviation
Type label — "which kind"
Distinguishes between multiple forces, energies, or versions of the same symbol. Not an index — it's a name tag. Subscript words are usually italicized or written in roman (upright) text in formal notation.
Example — four forces on an agent: F_cohesion + F_alignment
+ F_separation − γ v
Superscript number
Power / exponent
Raises the quantity to a power. r² means r × r. This is the universal math convention — the same in algebra, calculus, and physics.
Example — gravitational law: F = G m₁m₂ / Force falls off with the square of distance
x⁽²⁾
Superscript in parentheses
n-th derivative
An alternative to dot notation for higher derivatives. x⁽²⁾ means the second derivative of x — the same as ẍ. The parentheses distinguish it from a power: x² ≠ x⁽²⁾.
Comparison: x² = x squared (power)
x⁽²⁾ = d²x/dt² (derivative)
Greek Letters — Common Roles

Greek letters aren't arbitrary — each has a strong conventional meaning that most physicists and mathematicians follow.

Quick-reference table

Symbol Name Typical use Example
α, βalpha, betaAngles, coefficients, gain parametersαc = cohesion gain in a flock model
γgammaDamping coefficient; Lorentz factor in relativity−γv = drag force on a moving agent
ε, ϵepsilonSmall quantity; softening length; permittivityr² + ε² prevents division-by-zero in gravity
λlambdaWavelength; eigenvalue; decay constantλ = c/f gives the wavelength of light
μmuMean of a distribution; friction coefficient; reduced massμk = kinetic friction coefficient
ωomega (lower)Angular frequency (radians per second)ω = 2πf for a vibrating string
ΩOmega (upper)Solid angle; angular velocity of a rigid bodyΩ = 3 rad/s for a spinning top
ρrhoDensity (mass per volume)ρ_water ≈ 1000 kg/m³
σsigma (lower)Standard deviation; stress; cross-sectionσ = 2.3 m² (scattering cross-section)
ΣSigma (upper)Summation over an indexΣᵢ mᵢ = total mass of all particles
τtauTorque; time constant of exponential decayτ = r × F (rotational force)
θ, φtheta, phiAngles in polar / spherical coordinatesθ = 45° from the vertical axis
nabla / delGradient, divergence, or curl operator∇T points toward hottest region
Operators & Special Symbols

These aren't variables — they're instructions indicating what operation to perform.

Operator reference

SymbolMeaningConcrete example
Sum over all values of an index∑ᵢ xᵢ = x₁ + x₂ + x₃ + …
Product over all values of an index∏ᵢ pᵢ = p₁ × p₂ × p₃ × …
Continuous sum (integral) over a range∫₀¹ x dx = ½
Partial derivative — vary one variable, hold the rest fixed∂T/∂x = how temperature changes with x, at fixed y and z
∇fGradient — vector pointing in the direction of steepest increase of f∇T points toward the hottest spot
∇ · FDivergence — how much a vector field spreads out from a point∇ · E = ρ/ε₀ (Gauss's law)
∇ × FCurl — how much a vector field rotates around a point∇ × B = μ₀J (Ampère's law)
∇²Laplacian — sum of second partial derivatives; measures local curvature∇²ψ appears in the Schrödinger equation
Proportional to — one quantity scales with anotherF ∝ 1/r² means force halves when r doubles
Approximately equal — useful approximation, not exactsin θ ≈ θ for small angles
Defined as / identically equal in all casesv ≡ dx/dt defines velocity
Bracket Conventions

Different bracket shapes mean very different things — don't mix them up.

Bracket reference

NotationMeaningExample
|x|Absolute value of a scalar|−5| = 5
‖v‖Norm / magnitude of a vector‖(3, 4)‖ = 5
⟨x⟩Expected value or ensemble average⟨E⟩ = average energy across all states
[x]Units of a quantity (or commutator in quantum mechanics)[F] = kg·m/s² = N
f(x)Function evaluated at xf(3) = 3² = 9
{x}Set of values (or Poisson bracket in classical mechanics){x₁, x₂, x₃} = set of positions
Side-by-side: scalar vs vector in the same equation

The same equation can look very different depending on whether we're working with scalars or vectors — but the structure is identical.

Newton's second law — two forms

One equation, two worlds.

F = ma
Scalar form — everything is a plain number. Describes motion along a single line (1D).
F = 10 N, m = 2 kg, a = 5 m/s²
Works for a ball rolling in one direction.
𝐅 = m𝐚
Vector form — bold letters. Describes motion in 2D or 3D — force has a direction.
𝐅 = (10, −4) N → push right and down
𝐚 = (5, −2) m/s² → accelerates right and down
F_i = m aᵢ
Indexed scalar — subscript i selects one particle from many. Loop over i to get every particle's force.
i = 1 → F₁ = 10 N (particle 1)
i = 2 → F₂ = 6 N (particle 2)
𝐅ᵢ = m 𝐚ᵢ
Indexed vector — bold + subscript. Every particle gets its own force vector with direction and magnitude.
𝐅₁ = (10, −4) N → particle 1 goes right-down
𝐅₂ = (−3, 7) N → particle 2 goes left-up
Famous Constants

Constants are written in upright (roman) type — not italic — to signal they never change. A variable like x is italic because it varies; a constant like c is upright because it is fixed everywhere in the universe.

π
Pi — Math fundamental
Ratio of circumference to diameter
The most famous constant in mathematics. Appears whenever circles, waves, or oscillations are involved — far beyond geometry alone.
Value: π ≈ 3.14159265… Example — angular frequency: ω = 2πf (f = frequency in Hz)
e
Euler's number — Math fundamental
Base of the natural logarithm
The unique number whose exponential function is its own derivative. Governs all natural growth and decay — populations, radioactivity, RC circuits, damping.
Value: e ≈ 2.71828182… Example — damped oscillator amplitude: A(t) = A₀ e−γt
c
Speed of light — Classical / Relativity
Maximum speed in the universe
The speed of light in a vacuum — exact by definition since 2019. Sets the scale for relativity and electromagnetism. Nothing with mass can reach it.
Value: c = 299,792,458 m/s (exact) Example — mass-energy equivalence: E = mc²
ħ
Reduced Planck's constant — Quantum
Quantum of action
Written ħ ("h-bar") = h / 2π, where h is the original Planck's constant. Sets the scale at which quantum effects become significant. If ħ → 0, the universe would be classical.
Value: ħ ≈ 1.055 × 10⁻³⁴ J·s Example — energy of a photon: E = ħω
φ
Golden ratio — Math fundamental
The self-similar proportion
The ratio a/b such that (a+b)/a = a/b. Appears in Fibonacci sequences, plant growth, and certain optimization problems. Aesthetically, it describes proportions that feel "balanced."
Value: φ = (1 + √5) / 2 ≈ 1.61803… Example — Fibonacci limit: Fₙ₊₁ / Fₙ → φ as n → ∞
i
Imaginary unit — Math fundamental
√(−1)
Not a real number — it's the building block of complex numbers. Indispensable in signal processing, quantum mechanics, and AC circuit analysis. Engineers often write j instead to avoid confusion with current.
Definition: i² = −1 Example — Euler's identity: e^(iπ) + 1 = 0
Constants — Quick Reference

The remaining constants are common, with their values and typical context.

Math fundamentals

SymbolNameValueWhere it appears
πPi≈ 3.14159…Circles, waves, Fourier analysis, probability
eEuler's number≈ 2.71828…Exponential growth/decay, logarithms, complex analysis
φGolden ratio≈ 1.61803…Fibonacci sequences, self-similar geometry
iImaginary unit√(−1)Complex numbers, signal processing, quantum mechanics
γEEuler–Mascheroni constant≈ 0.57722…Number theory, special functions, harmonic series

Classical physics

SymbolNameValueWhere it appears
cSpeed of light≈ 3 × 10⁸ m/sRelativity, electromagnetism, optics
GGravitational constant≈ 6.674 × 10⁻¹¹ N·m²/kg²Newtonian gravity, orbital mechanics
gStandard gravity (Earth surface)≈ 9.807 m/s²Weight, projectile motion, pendulums

Quantum mechanics & thermodynamics

SymbolNameValueWhere it appears
hPlanck's constant≈ 6.626 × 10⁻³⁴ J·sPhoton energy E = hf
ħReduced Planck's constant= h / 2π ≈ 1.055 × 10⁻³⁴ J·sSchrödinger equation, uncertainty principle
kBBoltzmann constant≈ 1.381 × 10⁻²³ J/KThermal energy, entropy S = kB ln Ω
NAAvogadro's number≈ 6.022 × 10²³ mol⁻¹Moles ↔ individual particles
RGas constant≈ 8.314 J/(mol·K)Ideal gas law PV = nRT; R = NA kB
The one-line rule for reading any equation:
Bold or arrowed → it's a vector (has direction).
Decorated (bar, hat, dot, tilde) → it's been transformed (averaged, normalized, differentiated, or Fourier'd).
Subscript letter → pick one from many. Subscript word → it's a label.
Greek letter → almost certainly a parameter, frequency, angle, or density.
Upright (non-italic) symbol → it's a constant. It never changes.
When in doubt: look for the bold, check the subscripts, name the Greeks, and respect the constants.