Skip to main content

Ruled Surfaces

Introduction

So far, we've spent a lot of time navigating the world of calculus. To begin moving away from calculus, let's discuss ruled surfaces! Ruled surfaces are generated by connecting two curves with straight lines in three-dimensional space. Below, you can see how the given surface is made up of straight lines connecting the points on the left and right curves. If the number of straight lines connecting these curves is infinite, we see a solid surface. We're going to dive into ruled surfaces with an example I find interesting not just because of its shape but also its applications to biology.
(Source: http://www.grad.hr/geomteh3d/Plohe/pravcasta.png)

The curves I chose to define my surface

For an interesting example, I chose the ruled surface defined by the parameterized curve \[x(t)=rcos^5(t)\] \[y(t)=rsin^5(t)\] \[z(t)=0.4t\] and the vertical line \[z(t)=0.4t.\] Why I chose the surface and curves I did

For starters, I chose this curve because it is not self-intersecting. Additionally, it is not just changing the scale of the code given on the class page; it's taking the code and changing the curve to make it a more unique example. More importantly, though, is that I wanted to apply this math to my other major in a fun way! I study biochemistry and math, and I have spent a lot of time learning about DNA mutations and the chemistry in our bodies. I was interested in using a helicoid as my ruled surface example because DNA looks very similar to a helicoid, but rather than creating a ruled surface that resembles a double helix, I wanted to imagine a new mutation in the DNA. First, consider the structure of DNA compared to a helicoid:
(Source: www.rdworldonline.com)
As you can see, DNA base pairing is similar to having straight lines connecting two curves, and in textbooks and images like the one seen we tend to draw the chemical bonds between the DNA bases like we are creating a ruled surface between these two curves. Conversely, the given helicoid has straight lines connecting one curved line and a single straight, vertical line. I created my own DNA mutation from the given helicoid by taking the \(x\)- and \(y\)-components and changing them from just \(rcos(x)\) and \(rsin(x)\) and raising them to the fifth power. This looks like the following:
This looks like pretty messed up DNA! I mutated it like this because I like the way it looks from above even better than how weird it is from the side:
I don't know about you, but I am very ready for Christmas. This looks like a star you could find at the top of a Christmas tree. The star in two-dimensions given by the parameterization \(x(t)=rcos^5(t)\) and \(y(t)=rsin^5(t)\) has been pulled into three dimensions by \(z(t)=0.4t\), which lifts the star up along this vertical line. Because of this, I'm going to call my new mutation an X-mas mutation, just for fun. Overall, my print is going to be around two inches wide and nearly an inch and a half tall. I may scale it to be larger if printing fails or removing supports from between lines that close together proves difficult. We'll see!

Word count: 515

Comments

Popular posts from this blog

Finding an object's center of mass using integration

Thinking about center of mass As a kid, I would sit in class and balance my pencil on my finger. What I didn't know then was that I was finding the pencil's center of mass. An object's center of mass is a point where the average weight of the object lies. In other words, the weighted position vectors of the object at this point sum to zero (source: https://www.dictionary.com/browse/center-of-mass ). The exact location of this point can be found using calculus. First, it is important to understand the moment . The moment for a two-dimensional object is given with respect to both the x- and y-axes. It is a physical characteristic of the object a certain distance from these axes. It's easiest to think about the axes as reference points for where the characteristic acts; in this case, where the mass is distributed. When computing these moments, the hardest concept to grasp is that the moment with respect to y, for example, is given by the x-coordinat...

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

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