Skip to main content

Ruled Surfaces

Introduction

At some point (perhaps in an arts and crafts class) you’ve probably turned a sheet of printer paper into a cylinder by taping the ends together. Similarly, you’ve also probably created a long paper-cone by wrapping one end of the paper around your finger. Though you didn’t realize it at the time, these are both very simple examples of ruled surfaces, which this post will examine in more detail.

What are Ruled Surfaces?

Put simply, ruled surfaces are any surface that can be constructed of entirely straight lines (even if the edges may not appear particularly straight). A basic example is the paper cylinder and cone mentioned earlier. In the below image, you can see each one is basically infinitely many lines connecting the top and bottom circles:

However, ruled surfaces can get much more complicated. Imagine we take the cylinder above but twist it. We would get the hyperboloid of one sheet shown below (leftmost image). Furthermore, the lines don’t have to be bounded by a closed shape like a circle. They can also be drawn between two lines, like the helix below (rightmost image):

Now that you understand the basics of ruled surfaces, we will take a look at how to construct one ourselves.

Parametric Equations

Previously, the lines for our ruled surfaces were drawn between two different functions, such as a line or a circle. Before we can create a ruled surface, we need a way to express these functions in the 3-dimensional plane. Remember, a Cartesian function must pass the vertical line test, making it problematic to graph even a circle with a single function. This is what parametric equations come in handy for.

Say we want to graph a circle in 3-dimensional space. Instead of having one equation as a function of \( x \), we will have one equation for each coordinate of our line, and make them a function of a separate variable (we’ll use \( t \) ). The coordinates for our circle become: \[ x(t) = \cos(t) \] \[ y(t) = \sin(t) \] \[ z(t) = 1 \] The result will be a circle of radius 1 at a height of 1:

Let’s look at some more interesting parametric curves. For example, consider the following parametrization: \[ x(t) = 4 \cos(t) + \cos(4t) \] \[ y(t) = 4 \sin(t) - sin(4t) \] \[ z(t) = 0 \] The resulting graph is star-shaped:

So far these shapes have had constant \( z \) values. By adjusting this we can graph even crazier lines. Take a look at the following equations and graph: \[ x(t) = 4 \cos(t) \] \[ y(t) = 4 \sin(t) \] \[ z(t) = \sin(4t) + 10 \]

Now that you have a better understanding of parametric equations, let’s turn these into a ruled surface.

An Example

Imagine that you work for a successful pasta company. You’ve noticed that your customers are getting bored of the same-old cylindrical penne and rotini shaped noodles. You are determined to remedy this by inventing a creative new shape and realize that ruled surfaces are the perfect tool to do so! Thus, you decided to use the surface created by drawing lines connecting a star on the bottom and an oscillating circle on the top (just like our parametrizations from earlier!). To make the result even more interesting, you decide to offset the point at which the lines are connected to the oscillating circle by 50 degrees. As more lines are added, the resulting surface will look like the below:

Why this example?

This example was chosen for a few reasons:

First of all, the parametrizations used to create the ruled surface are intriguing all on their own. The star-shaped line is a good example of how parametrizations can be used to graph lines that would be impossible with a regular function. Since the star is constant in the \( z \) dimension, the oscillating circle is a good partner since it combines the simplicity of the circle shape with the novelty of a non-constant \( z \). Therefore, on their own these two functions are a good demonstration of the capabilities of parametrization.

The points of the star shape and the waves of circle make it very difficult to imagine that these curves could be connected through straight lines. As a result, this was an informative example compared to, say, a cylinder, since it shows the reader how a surface with a lot of curves can still be deconstructed into straight lines.

Author: Sarah Bombrys

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

Minimal Surfaces

Minimum surfaces can be described in many equivalent ways. Today, we are going to focus on minimum surfaces by defining it using curvature. A surface is a minimum surface if and only if the mean curvature at every point is zero. This means that every point on the surface is a saddle point with equal and opposite curvature allowing the smallest surface area possible to form. Curvature helps define a minimal surface by looking at the normal vector. For a surface in R 3 , there is a tangent plane at each point. At each point in the surface, there is a normal vector perpendicular to the tangent plane. Then, we can intersect any plane that contains the normal vector with the surface to get a curve. Therefore, the mean curvature of a surface is defined by the following equation. Where theta is an angle from a starting plane that contains the normal vector. For this week’s project, we will be demonstrating minimum surfaces with a frame and soap bubbles! How It Works Minimum surfac...

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