Skip to main content

Stereographic Projection take 2

The first time we took on stereographic projection, I discussed how it reminded me of the little kid night lights that projected starry nights onto the ceiling. When attempting to replicate the starry night, I failed and turned it into a cloudy night projection. Because I was annoyed I couldn't make it work and because right after I finished my project last time, I came up with new ideas, I decided to repeat the stereographic projection example and make it better.

Last time, I used an array of clouds out of frustration because I could not get stars to work. My clouds were each made up of four circles and then I just multiplied them across an array. Well, that was boring. And while I still haven't been able to create the perfect star, I have decided to create a recognizable constellation rather than an array. Since I still couldn't figure out how to use the hull function properly with stars, I decided to create my constellation using lines. I thought this was a genius idea but when I was finished, I realized a piece of my final sphere would be missing, so I scratched that idea too. Eventually, I decided to plot the points where a star would be and hull them to a single point above.

The constellation I chose to replicate is the big dipper because it is a fairly recognizable constellation in my opinion but for those who don't know what it looks like, you can see a picture from azcentral.com below:
I was able to make improvements from my last example by plotting individual points in specific places on the grid to form a constellation rather than just forming an array of identical shapes. I couldn't find actual points of the stars in the constellation, so I just maneuvered the location of the points until it resembled the big dipper. The image below shows the constellation I created.
While the points are pentagons and not quite stars, you are still able to see the constellation form between all of the points! My final object will be a sphere and when a flashlight is shown through the top hole, a projection of the big dipper will appear on the wall. This design was more challenging than my first example and although there was probably a simpler way to code it, my example still runs and I think the print will turn out well.

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...