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

Do Over: Integration Over a Region in a Plane

Throughout the semester we have covered a variety of topics and how their mathematical orientation applies to real world scenarios. One topic we discussed, and I would like to revisit, is integration over a region in a plane which involves calculating a double integral. Integrating functions of two variables allows us to calculate the volume under the function in a 3D space. You can see a more in depth description and my previous example in my blog post, https://ukyma391.blogspot.com/2021/09/integration-for-over-regions-in-plane_27.html . I want to revisit this topic because in my previous attempt my volume calculations were incorrect, and my print lacked structural stability. I believed this print and calculation was the topic I could most improve on and wanted to give it another chance. What needed Improvement? The function used previously was f(x) = cos(xy) bounded on [-3,3] x [-1,3]. After solving for the estimated and actual volume, it was difficult to represent in a print...

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