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

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

Solids of Revolution Revisited

Introduction In my previous blog post on solids of revolution, we looked at the object formed by rotating the area between \(f(x) = -\frac{1}{9}x^2+\frac{3}{4} \) and \( g(x)=\frac{1}{2}-\frac{1}{2}e^{-x} \) around the \( x \) axis and bounded by \( x = 0 \) and \( x = 1.5 \). When this solid is approximated using 10 washers, the resulting object looks like this: When I was looking back over the 3D prints I’d created for this course, I noticed that the print for this example was the least interesting of the bunch. Looking at the print now, I feel like the shape is rather uninteresting. The curve I chose has such a gradual slope that each of the washers are fairly similar in size and causes the overall shape to just look like a cylinder. Since calculating the changes in the radiuses of the washers is a big part of the washer method, I don’t think this slowly decreasing curve was the best choice to illustrate the concept. The reason I had done this o...

Finding the Center of Mass of a Toy Boat

Consider two people who visit the gym a substantial amount. One is a girl who loves to lift weights and bench press as much as she possibly can. The other is a guy who focuses much more on his legs, trying to break the world record for squat weight. It just so happens that these two are the same height and have the exact same weight, but the center of their weight is not in the same part of their body. This is because the girl has much more weight in the top half of her body and the boy has more weight in the bottom half. This difference in center of mass is a direct result of the different distributions of mass throughout both of their bodies. Moments and Mass There are two main components to finding the center of mass of an object. The first, unsurprisingly, is the mass of the whole object. In this case of the boat example, the mass will be uniform throughout the entire object. This is ideal a majority of the time as it drastically reduces the difficulty...