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 = ½ m v²
m = 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 = maF = (3, −2) N ← force pointing right and down
r̂
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̂r̂ just says "pointing away from the mass"
x̄
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:r̄ = (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
x̃
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̃(ω)
f̃(ω) shows which frequencies make up f(t)
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:
= m ← 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_ii = 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
r²
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₂ / r²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, beta
Angles, coefficients, gain parameters
αc = cohesion gain in a flock model
γ
gamma
Damping coefficient; Lorentz factor in relativity
−γv = drag force on a moving agent
ε, ϵ
epsilon
Small quantity; softening length; permittivity
r² + ε² prevents division-by-zero in gravity
λ
lambda
Wavelength; eigenvalue; decay constant
λ = c/f gives the wavelength of light
μ
mu
Mean 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
ρ
rho
Density (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
τ
tau
Torque; time constant of exponential decay
τ = r × F (rotational force)
θ, φ
theta, phi
Angles in polar / spherical coordinates
θ = 45° from the vertical axis
∇
nabla / del
Gradient, 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
Symbol
Meaning
Concrete 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
∇f
Gradient — vector pointing in the direction of steepest increase of f
∇T points toward the hottest spot
∇ · F
Divergence — how much a vector field spreads out from a point
∇ · E = ρ/ε₀ (Gauss's law)
∇ × F
Curl — 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 another
F ∝ 1/r² means force halves when r doubles
≈
Approximately equal — useful approximation, not exact
sin θ ≈ θ for small angles
≡
Defined as / identically equal in all cases
v ≡ dx/dt defines velocity
Bracket Conventions
Different bracket shapes mean very different things — don't mix them up.
Bracket reference
Notation
Meaning
Example
|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 x
f(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.
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.
Complex numbers, signal processing, quantum mechanics
γE
Euler–Mascheroni constant
≈ 0.57722…
Number theory, special functions, harmonic series
Classical physics
Symbol
Name
Value
Where it appears
c
Speed of light
≈ 3 × 10⁸ m/s
Relativity, electromagnetism, optics
G
Gravitational constant
≈ 6.674 × 10⁻¹¹ N·m²/kg²
Newtonian gravity, orbital mechanics
g
Standard gravity (Earth surface)
≈ 9.807 m/s²
Weight, projectile motion, pendulums
Quantum mechanics & thermodynamics
Symbol
Name
Value
Where it appears
h
Planck's constant
≈ 6.626 × 10⁻³⁴ J·s
Photon energy E = hf
ħ
Reduced Planck's constant
= h / 2π ≈ 1.055 × 10⁻³⁴ J·s
Schrödinger equation, uncertainty principle
kB
Boltzmann constant
≈ 1.381 × 10⁻²³ J/K
Thermal energy, entropy S = kB ln Ω
NA
Avogadro's number
≈ 6.022 × 10²³ mol⁻¹
Moles ↔ individual particles
R
Gas 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.