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: Integration Over a Region in a Plane

Throughout the semester we have covered a variety of topics and how their mathematical orientation applies to real world scenarios. One topic we discussed, and I would like to revisit, is integration over a region in a plane which involves calculating a double integral. Integrating functions of two variables allows us to calculate the volume under the function in a 3D space. You can see a more in depth description and my previous example in my blog post, https://ukyma391.blogspot.com/2021/09/integration-for-over-regions-in-plane_27.html . I want to revisit this topic because in my previous attempt my volume calculations were incorrect, and my print lacked structural stability. I believed this print and calculation was the topic I could most improve on and wanted to give it another chance. What needed Improvement? The function used previously was f(x) = cos(xy) bounded on [-3,3] x [-1,3]. After solving for the estimated and actual volume, it was difficult to represent in a print...

Minimal Surfaces

Minimum surfaces can be described in many equivalent ways. Today, we are going to focus on minimum surfaces by defining it using curvature. A surface is a minimum surface if and only if the mean curvature at every point is zero. This means that every point on the surface is a saddle point with equal and opposite curvature allowing the smallest surface area possible to form. Curvature helps define a minimal surface by looking at the normal vector. For a surface in R 3 , there is a tangent plane at each point. At each point in the surface, there is a normal vector perpendicular to the tangent plane. Then, we can intersect any plane that contains the normal vector with the surface to get a curve. Therefore, the mean curvature of a surface is defined by the following equation. Where theta is an angle from a starting plane that contains the normal vector. For this week’s project, we will be demonstrating minimum surfaces with a frame and soap bubbles! How It Works Minimum surfac...

Do Over: Ruled Surfaces

Why to choose this project to repeat For the do over project, I would like to choose the ruled surfaces. I don't think my last project was creative, and the 3D printed effect was not very satisfactory. In the previous attempts, all the lines are connected between a straight line and a circle. This connection structure is relatively uncomplicated. The printed model has too many lines, resulting in too dense line arrangement. The gaps between lines are too small, and the final effect is that all the lines are connected into a curved surface, which is far from the effect I expected. What to be improved In this do over project, I would like to improve in two aspects. Firstly, a different ruled surface is chosen. In the previous model, one curve is a unit circle on the \(x-y\) plane, and the ruled surface is a right circular conoid. In this do over project, it is replaced by two border lines. Each borderline is in the shape of an isosceles right triangl...