The Jones and Alexander Polynomials - Examples and Constructions
Computing polynomial invariants efficiently requires systematic algorithms exploiting their algebraic structure.
Computing Alexander Polynomial via Seifert Matrix: For the figure-eight knot , construct a Seifert surface from the standard diagram using Seifert's algorithm:
- Orient the knot and smooth all crossings
- Count Seifert circles: for
- Identify crossing bands connecting circles
- Build Seifert matrix encoding linking numbers
For , one Seifert matrix is:
The Alexander polynomial:
Normalizing to gives in symmetric form.
Skein tree algorithm for computing Jones polynomial:
- Start with oriented diagram with crossings
- Apply skein relation at one crossing:
- Recursively compute for both resolutions
- Base cases: unknot () and unlink ()
- Combine using skein relations
Complexity: in worst case, but optimizations reduce this significantly in practice.
Mutant knots: The Conway knot and Kinoshita-Terasaka knot are mutantsβthey differ by a 180Β° rotation of a tangle. Mutant knots have identical:
- Alexander polynomial:
- Jones polynomial:
- HOMFLY-PT polynomial
- All Vassiliev invariants of degree
Yet they are distinct knots! Piccirillo (2020) proved is not slice while is slice, using Khovanov homology to distinguish them. This shows polynomial invariants have fundamental limitations.
Computational efficiency: Modern software (KnotInfo, SnapPy) uses optimized algorithms:
- Gaussian elimination for Alexander via Seifert matrices
- Dynamic programming for Jones via skein trees with memoization
- Quantum group representations for HOMFLY-PT
- Linear algebra over polynomial rings
These enable computing invariants for knots with 15+ crossings in seconds, though asymptotic complexity remains exponential.
Ribbon knots are knots bounding smoothly embedded disks in with only ribbon singularities. For ribbon knots:
- Alexander polynomial has form for some polynomial
- Signature
The slice-ribbon conjecture asks if all slice knots are ribbon. The figure-eight is slice (hence ribbon if conjecture holds), consistent with having appropriate form.
The colored Jones polynomial is computed using -dimensional representations of quantum : where is the -dimensional irrep and is a braid representing .
For : (standard Jones polynomial)
The colored Jones polynomials contain vastly more information, conjecturally detecting the unknot and encoding hyperbolic volume.
These constructions demonstrate how polynomial invariants transition from abstract algebraic definitions to concrete computational tools, enabling practical knot classification and verification.