Skip to main content

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 triangle. Then the basic shape of the ruled surface is hyperbolic paraboloid. This kind of shapes is also used as roofs in architecture, as shown in the following picture.
Secondly, the step to move the straight line is adjusted larger, so that the gaps between lines are clear enough to show the formation of the ruled surface.

How to implement improvements

The chosen ruled surface is defined by a central line and two border lines. The central line is a line segment connecting two points, \((-10, 0 ,10)\) and \((10, 0, 10)\). The two border lines are symmetric respect to the \(x-\) axis and \(y-\) axis. The first border line is defined by the following equations: \[\left\{\begin{split} \begin{aligned} x&=t, -10 \le t \le 10\\ y&=-10 \\ z&=10(1+t/10), -10 \le t \le 0 \\ z&=10(1-t/10), 0 \le t \le 10 \\ \end{aligned} \end{split}\right.\] The second border line is defined by the following equations: \[\left\{\begin{split} \begin{aligned} x&=t, -10 \le t \le 10\\ y&=10 \\ z&=10(1+t/10), -10 \le t \le 0 \\ z&=10(1-t/10), 0 \le t \le 10 \\ \end{aligned} \end{split}\right.\] In the following picture, the central line is marked in red, and the border lines are marked in blue.
The 3D model of the ruled surface is designed by using OpenSCAD.

Why to use this example

This example of the ruled surface was chosen for the following reasons:
  1. In geometry, a hyperbolic is a doubly-curved surface that resembles the shape of a saddle. It is also a ruled surface, that is, every point on its surface lies on straight lines across the surface.
  2. The fact that hyperbolic paraboloids are ruled surfaces means that they are easy to construct using a series of straight structural materials. As a consequence, they are commonly used to construct thin ‘shell’ roofs. These ruled surfaces can be formed using timber or steel sections, etc. Being both lightweight and efficient, the form was used to minimize materials and increase structural performance. This kind of shapes can also create impressive and complex designs.
In the do over project, I have investigated a different example of rules surface. The straight lines in the 3D print model can be clearly observed.

Comments

Popular posts from this blog

The Approximation of a Solid of Revolution

Most math teachers I've had have been able to break down Calculus into two very broad categories: derivatives and integrals. What is truly amazing, is how much you can do with these two tools. By using integration, it is possible to approximate the shape of a 2-D function that is rotated around an axis. This solid created from the rotation is known as a solid of revolution. To explain this concept, we will take a look at the region bounded by the two functions: \[ f(x) = 2^{.25x} - 1 \] and \[ g(x) = e^{.25x} - 1 \] bounded at the line y = 1. This region is meant to represent a cross section of a small bowl. While it may not perfectly represent this practical object, the approximation will be quite textured, and will provide insight into how the process works. The region bounded by the two functions can be rotated around the y-axis to create a fully solid object. This is easy enough to talk about, but what exactly does this new solid look like? Is...

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