Skip to main content

Stereographic Projection of a Diamond

Something I have always found fascinating is representing representing three dimensional images in two dimensions. The most common example of this can be found in photography and video recording. The events recorded clearly happen in 3-dimenisons, but it can only be replayed on a 2-dimensional screen (barring any awesome technology that lies on the horizon). Stereographic projection is especially useful for wide-angle views captured by a camera with a fish-eye lens like the picture seen here:
Credit to NASA astronaut Andrew Morgan for the amazing picture of the southeastern Mediterranean coastline. The advantage of stereographic projection in cases like this is the ability to capture large areas within a photo at the cost of distortion. The distorition is a result of mapping an originally flat image to a spherical image; in the example above, this allows for more of the coastline to fit in the single picture when compared to a flat image.

Ok, But What is Sterogrpahic Projection?

The core mathematical idea that drives the process of photos like the one above is mapping a spherical image to a plane. One way to think about this concept is wrapping the square coordinate plane around a sphere. Each point on the plane now maps to a point on the sphere, represented by its position on the sphere. Another way to form this sphere from the plane is to construct a sphere that lies on the z-axis. Any point on the sphere can be mapped to the xy plane by drawing a line that starts at the north pole of the sphere to a point on the plane. The point at which a line intersects the sphere maps to the endpoint of that line on the plane. This idea provides a function that can map a 3-D object to a flat plane. It is important to note that the entire surface of the sphere is defined except for the north pole, the starting point of the line used to define the planar image.

Properties of the Projection

An interesting visual application of stereographic projection is the size of shapes on a sphere. The earlier definition of a function that uses stereographic projection is the intersection on the sphere with a line from the pole of the sphere to the xy plane. Another property of this projection is that uniformally spaced points on the sphere are not uniform when mapped to the plane. This phenomenon actually explains the distortion of fisheye lenses and why flat maps of the Earth are unable to be completely accurate. This means that uniform spacing can only exist on the spherical pre-image or the planar image.

Diamonds on the Sphere

Let's consider a case in which uniform spacing on the plane is desired. Let's create a sphere that, on its surface, has diamonds of varying sizes. If a light were shone through the north pole, the projection of light through all of the diamond shaped holes onto a surface would show an array of diamonds that were all the same size. The following image shows the CAD design for such a sphere:
The red dots in the image show the destination of the diamond shaped light for each hole in the sphere.

The diamond shape consists of a trapezoid and an iscosceles triange that is translated such that the short side of the triangle and the long side of the trapezoid share a line. This was not terribly difficult to implement, but required elements of geometry to get close to what I wanted followed by some guess and check. I chose a diamond shape because it consisted of simple geometric shapes and I found it aesthetically pleasing. Additionally, whenever I buy a diamond ring for my partner I can use this concept to justify that since the tiny rock and the giant rock have the same image they are actually the same size. Still working on I'm gonna explain my way throught that one.

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