Skip to main content

Stereographic Projection: Simplified Golden Snitch

What is stereographic projection?


Stereographic projection is a really interesting mathematical concept. With it, you can essentially "map" or project a spere onto a plane. For our purposes, we will be using this concept to project a shape on a 3-D printed spehere onto a wall with light. The way the light passes through the steadily increasing shapes as they spread out from the light source at their respective angles results in a plane with equally projected proportions.
(from: https://mathworld.wolfram.com/StereographicProjection.html)

This picture may be confusing but it is essentially showing where each point on a circle will end up on a flat plane, from 3-D on the sphere to 2-D on the plane/surface. Looking at the top left diagram, the top point N follows a straight line all the way down though O to the very center of the plane at point S. For the rest of the points we will look at the example illistrated from point N to point P'. This shows the point following the line from N to P on the sphere being projected to point P' on the plane. You can see how if you go all the way around the sphere you will be able to map all the points of the sphere onto the plane in the same manner.

You can also imagine for illistrative purposes the sphere melting down from top to bottom and the resulting melted plate is the projection onto the plane. This helps identify how the outer region of the sphere forms the perimiter on the plane, but it may get a little messy when you look at other points.

This cocnept works with the way we map Earth. The Earth's continents are put onto a circular plane to be made into a proportional sphere and vice versa, it can be put onto a sphere and unraveled to form a flat circle. Angles and shapes are maintained although directions can be skewed when doing this.
(from: https://desktop.arcgis.com/en/arcmap/latest/map/projections/stereographic.htm )

When we form a 3-D printed sphere with a design on it and shine a light through it onto a wall, the wall acts as a plane, and the light literally illuminates the concept of how the points go from the top of the sphere through the outer point on the sphere and onto the plane. The resulting image will be a proportional display on the wall with the light and shadows forming equally sized images even though they are different sizes on the sphere.

The design I chose for my plane was a deconstructed golden snitch from the Harry Potter series. I chose this because I was playing with the line possibilities and found that you can curve lines and put lines next to one another to form something similar to mask. When I tried to find a mask to compare it to however I couldn't find one so it just looked like arbitrary lines and curved lines on a ball. When I made some changes I found something that looked like a golden snitch and I tinkered with the lines for a few hours until I got something that looked somwhat like it because I really like the design and concept surrounding the golden snitch visually and its role in the series. The open slots in the sphere for light to pass through form the top left and right open areas of the snitch, and the curving lines are a simplified version of the curving lines along either side of the snitch (their gradient), and the line down the middle increasign in length represents the hourglass center.
(from: https://www.pbteen.com/products/harry-potter-golden-snitch-clock/)


My only limits were that openSCAD kept crashing when I worked with a code that had a light source at the top, and I couldn't figure out how to add reversed lines that mirrored the lines I already had, or rings going around the sphere that didn't intersect with the lines I already had. If I were to add the mirrored lines they would have to follow the stereographic projection form of going from small to big as it diverged from the light source and the result would not have looked like a golden snitch. Similarly, the rings going around the circle would have to be increasing in size instead of being the same size so those were forgoed as well. I removed and reinstalled openSCAD and decreased the number of faces of the sphere from 20 to 10 so it could preview faster, but it only helped temporarily. I was able to open the file and change it from 10 to 20 just in time before it froze after reinstalling openSCAD and will be using a smoother spehere form my print than the one below. The proportions are a sphere of diameter 10 units, but I will scale it in Prusa slicer to be 1.5in.

Comments

Popular posts from this blog

Knot 9-31

Knot 9-31 A knot is mathematics is defined as a closed, non-self-intersecting curve that is placed in three dimensions and cannot be the "unknot". The main difference between a knot in the real world and a known in mathematics is that a knot in mathematics does not contain any extra strands. The example following will help visualize this. Today, I have specifically chosen knot 9-31 from the Knot Atlas. This knot is very unique and contains some very interesting properties that we are going to look into. The Crossing Number For my knot today, I chose knot 9-31 from the Knot Atlas. This knot contains 9 crossings! The Unknotting Number The unknotting number is exactly what is sounds like. This is the minimum number of times the knot must be passed through itself to untie it. Luckily, the Knot Atlas is super useful and provides the unknotting number for us, but I still...

Do Over: Integration for Over Regions in the Plane

Introduction Earlier in the semester, we visited the topic of integration for over region regions in the plane. This was our first experience with taking integration in the third dimension. To do this, we had to use double integrals to calculate the volume of a region between two surfaces. This topic seems relatively straightforward and anyone who has taken a higher calculus class knows of double integrals. Today, we are going to revisit this topic for a couple of reasons. Why Double Integrals Again? As mentioned before, I am revisiting this topic for a couple of reasons. One of the main reasons is due to how the 3D print turned out. Due to the function, I chose, the final rectangular prism was stand alone. When printing, this resulted in a sloppy prism that lacked structural integrity. The image below is a reference to my original design that includes the prism that had the issue. The main cause of ...

Middle of Mass Measured from Moment

The center of mass of an object is the point that lies in the average position of mass in that object. For a normal polygon, that point is in the middle of the shape. However, if the shape is irregular, has concave angles, or has holes, the center of mass can be far from the middle of the object. Two things come into factor when determining the center of mass of an object. Weight and distance. Obviously, if one side of an object has more mass than the other, the center of mass will be on the heavier side. But, distance plays a role, too. If two sides of an object have the same mass, but one is farther from the middle, the center of mass will be on the side that has farther mass. Multiplying both of these factors together gives the moment of an object. Dividing the moment by the overall mass gives the location of the center of mass.   The reason I chose my shape is to mimic how those toy balancing birds work. The toy is a model bird with its wings outstretched. The ...