Skip to main content

Knots

Introduction

Somehow it's the final blog of the semester! This time we're talking about knots. Knots are a topic in mathematics, specifically topology. Knots are exactly what they sound like; you make a knot when you tie your shoes, for example. The only difference is that mathematical knots have the ends of the strings tied together and they cannot be undone. We have simple knot examples, like the trefoil knot. This is a knot of three crossings. We can get even crazier by looking at knots of 8+ crossings, which will be discussed in the rest of this post.
(Image from centerofmathematics.blogspot.com)

Crossing number

Consider this knot. It has 10 crossings and is knot 10-139 in the knot atlas found at http://katlas.math.toronto.edu/wiki/10_139.
Unknotting number

The unknotting number is the sequence of crossing switches that give the unknot. From the knot atlas, I know the unknotting number of 10-139 is 3. This means that switching three crossings will give me the unknot. I have attempted to verify this using SnapPy. I was able to switch three crossings to produce the unknot, as seen below.

First, start with the knot projection.
Next switch the bottom left crossing seen in the above projection. This gives the knot below:
Now switch the bottom left crossing of the above projection. This gives:
Now switch the top right crossing of the above projection. After many, many Reidemeister moves, this is what we have. Note that this is the unknot!
Simply untwist that last crossing.
I'm pretty stoked that I was able to verify the unknotting number with the crossings I chose to switch. That was a lucky first try!

A coloring attempt

Next, I attempted to find a coloring for this knot projection. A knot projection is n-colorable if each strand has a number, at least two numbers are used, and at each crossing \(i+j-2k\equiv 0\), where \(i\) and \(j\) are the numbers on the undercrossings and \(k\) is the number on the overcrossings. Similarly, a knot projection is tricolorable if each strand has a color, at least two colors are used, and at each crossing either 1) all three colors come together or 2) all colors are the same. It was easier for me to attempt to color this knot with blues, pinks, and greens than to use modular arithmetic, but, as you can see, my tricolorability attempt failed given the choices I made for how to color this knot. I started with the right pink strand, then colored the top right crossing such that all three colors were present. From here, I did the same thing for the top left crossing. As you can see, I eventually ran into problems in two places. However, this does not mean that this knot isn't tricolorable. It means that there are a large number of ways to attempt to show tricolorability, but that this is not one of them. Because there are so many ways to color this projection, it can be hard to find one that works (or to prove a knot is not tricolorable by showing none work).


Writhe

Writhe is arguably the easiest computation for knots. We are assigning +1 and -1 to the crossings. Then, the writhe is simply the sum of these \(\pm\)1's divided by two.
Using the given orientation, I computed the writhe of this knot to be 5.
I think it's interesting that all of these crossings are +1's. I've stared at it and twisted my knot around so many times because it seems too coincidental, but hopefully I was able to visualize the crossings correctly!

Knot polynomials

The last thing we are going to calculate is the first two steps of the knot polynomial Q.
This part gave me a headache from staring at the projections so long trying to visualize what to do, but I am happy with how my drawings turned out. This project has been a fun dive into a brand new field of mathematics for me, and I think this was a good note to end the semester on. Math is really just learning how to learn new complicated things, so this was definitely very math-y in that sense.

Word count: 688

Comments

Popular posts from this blog

Do Over: Double Integrals over Regions

Introduction Over the semester we've looked at many topics and created 3D models. For this we are going to revisit an old topic, double integrals over a region. In this we found the volume of a surface in the xyz-plane bounded by two curves. From the many topics I chose to revisit this topic. I have a couple reason to why I chose to redo this. First, the model did not print correctly. The print added spaces between the rectangular prisms. Another reason was that I think the surface and curves did not represent the topic entirely. The surface I chose just increased between the curves. Improvements When making the model on Onshape there were no spaces between the rectangles, which can be seen on the right. However, when printing this spaces were being added. The second issue was with the surface I chose which was \(f(x,y)=xy+x\). This function only increased over the two curves I chose \begin{align*} f(x) &= \sqrt{x} ...

The Septoil Knot

Knots are a very interesting topic and a field that has not quite been fully discovered, so mathematicians are still discovering new ideas and invariances about knots even today. While it may seem like knots are a simple skill you learn at camp, they actually have a lot of mathematical properties and in this blog post we are going to look at just a few. By mathematical definition, a knot is a closed curve in three dimensional space that does not intersect itself. Since we are working with three dimensional space and you are reading this on a two dimensional screen, we need a way to look at knots in two dimensions and that is where knot projections come in. A knot projection is simply a picture of a knot in two dimensions and where a knot crosses itself in the projection is simply a crossing of that projection. The number of crossings of a knot is the smallest number of crossings among all projections of a knot. Since a knot is not necessarily solid, one...

Knot 10-84

Introduction In mathematics, a knot is simply a closed loop. The simplest version of this is the unknot, which is a just a closed circle (imagine a ponytail holder). Knots, however, quickly become more complicated than this more basic example. This post will examine a particular knot (knot 10-84) and a few of its knot invariants. Crossing Number Knots are often defined by their crossing number, which is the number of times the knot’s strands cross each other. As indicated in its name, knot 10-84 is a 10 crossing knot. In order to visualize the knot, we can look at its knot projection, in which the knot is represented by a line segment broken only at its undercrossings: Tricolorability Now that we’ve looked at knot crossings, we will examine a potential property of knots: tricolorability. In order to understand tricolorability, it is first important to know that one strand of a knot is defined as an unbroken line segment in the knot p...