Specialized Notation
Physics Notation and Symbols
Master physics notation in LaTeX - from quantum mechanics to relativity. Learn vectors, tensors, bra-ket notation, and specialized physics symbols.
Learn how to typeset physics equations, symbols, and notation professionally in LaTeX.
Essential Physics Packages
Common Physics Symbols
Symbol | LaTeX | Description |
---|---|---|
ℏ | \hbar | Reduced Planck constant |
∇ | \nabla | Gradient/Del operator |
∂ | \partial | Partial derivative |
∞ | \infty | Infinity |
· | \cdot | Dot product |
× | \times | Cross product |
⊗ | \otimes | Tensor product |
∑ | \sum | Summation |
∫ | \int | Integral |
∮ | \oint | Closed integral |
Vectors and Tensors
Vector Notation
Rendered output:
\vec{F}
→ F (vector)
\vec{A} \cdot \vec{B}
→ A · B (dot product)
\vec{A} \times \vec{B}
→ A × B (cross product)
\hat{i}, \hat{j}, \hat{k}
→ i, j, k (unit vectors)
Tensor Notation
Quantum Mechanics
Bra-Ket Notation
Wave Functions
Classical Mechanics
Lagrangian and Hamiltonian
Electromagnetism
Maxwell’s Equations
Field Notation
Thermodynamics
Thermodynamic Relations
Units and Constants
SI Units with siunitx
Special Relativity
Four-Vectors and Metrics
Tips for Physics Documents
Use Consistent Notation
Stick to either arrows or bold for vectors throughout your document
Define Your Symbols
Always define non-standard symbols when first introduced
Group Related Equations
Use align environments for related equations
Number Important Equations
Only number equations you reference later
Common Physics Environments
Pro tip: The physics
package provides many shortcuts like \dv{f}{x}
for derivatives and \abs{\psi}
for absolute values.