Skip to main content

More Fun Ruled Sufaces


I chose to redo the topic of ruled surfaces as I find their concept especially interesting, and likewise, creating a ruled surface with code is surprisingly enjoyable. Last time, I did not feel as though my example was creative, as my ruled surface was only between two curves which were the same shape, and only set off by a phase. I had made the claim that the ruled surface can exist between two arbitrary curves, but this was not well-illustrated by my choice of highly similar curves.

As mentioned before, a ruled surface is created such that a point P on a surface S lies on exactly one distinct straight line connecting two arbitrary curves. The surface is constructed only from distinct straight lines, and no two lines intersect, and the curves the lines lie between do not self intersect either. 

My example last time wasn't completely illustrative of the ability for surfaces to be between completely arbitrary non-self intersecting curves. 

This time I chose two different asteroid-like curves. The classic example of the 4-point asteroid curve is shown below, along with its parameterization. 

\[x(t) = 3  \ cos(t) + \cos(3t)\\ y(t) = 3\sin(t)  - \sin(3t)\]


For my two curves, I chose to project the 6-point asteroid onto the 5-point asteroid, and also created a surface of the 6-point asteroid being projected onto a heavily distorted 5-point asteroid. Below I show the 2-D plots of the curves and their parameterizations. 

\[x(t) = 5  \ cos(t) + \cos(5t)\\ y(t) = 5\sin(t)  - \sin(5t)\] 
\
\[x(t) = 4  \ cos(t+phase) + \cos(4(t+phase))\\ y(t) = 4\sin(t+phase)  - \sin(4(t+phase))\]
I defined the phase shift to be 55 degrees in this assignment, and distorted the x(t) parameter for the 5-point curve by \(\displaystyle 1.5*phase\) and did not alter the y(t) parameter in order to create the distorted 5-point curve. 
\[x'(t) = 4  \ cos(t+1.5*phase) + \cos(4(t+1.5*phase))\\ y'(t) = 4\sin(t+phase)  - \sin(4(t+phase))\]

Below I give the OpenScad renderings of both objects, and their dimensions.



The above object will have a length and width of 80mm with a height of 20mm. 

This object will also have a length and width of 80mm with a height of 20mm. 

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