Skip to main content

Hyperboloid Parameterizations and Intersections



A quadric surface is defined by the set of all points which satisfy a value for a given equation, of three variables, of degree 2. 

A famous, through boring, example of a quadric surface is the sphere of a certain radius! For example, a sphere of radius 1 has the following form.

\[x^2 + y^2 + z^2 = 1\]

Referring back to the first statement, this means that the sphere is just all the points x, y, and z such that the sum of their squares is 1. This is a similar to a situation to a level curve. 

For a level curve, we have a function \(f(x,y)\) that maps points from the plane, also known as  \(\mathbb{R}^2\), to real space , which can be referred to as \(\mathbb{R} ^3\). We then find all values of \(f(x,y)\) that have a value, \(k\).
This is to say, 
\[f(x,y)=k\]

For a quadric surface, the motivation is the same. We now have a function \(F(x,y,z)\) which takes points from real space, (\(\mathbb{R}^3\)), and maps them to 4D space (\(\mathbb{R}^4\)).

However, that means nothing since we can't see 4D space, but we can see all points in 3D space that satisfy a value!
So, we can have: 
\[F(x,y,z)=k\]
It's the same principle as a level curve, and we now have a level surface!

I chose to look at a two-sheet hyperboloid. I find them quite interesting, because there is a space where no points can satisfy the criteria to define the surface, and so the surface is made of two separate parts.
 

(make surface in geogebra and paste here)


The two-sheet hyperboloid has the (rather ugly) general form:

\[\frac{x^2}{a^2}  + \frac{y^2}{b^2} - \frac{z^2}{c^2} = -1\]


For the sake of simplicity, and because of my love of palindromes, I chose \(a=2\), \(b=3\), and \(c=2\)

So, my surface has the form:
\[\frac{x^2}{4}  + \frac{y^2}{9} - \frac{z^2}{4} = -1\]
My surface also has the following shape:


However, it's evident that if we solve for z, we will not get a continuous equation. 
\[z =  \pm  \sqrt{4(\frac{x^2}{4}  + \frac{y^2}{9} +1)}\]

Unfortunately, this means the surface has to be parametrized so that it is completely continuous. The 2-sheet hyperboloid is defined by three parametric equations:

\[r(u,v)= x= a \sinh(u)  \cos(v) \\   y = b \sinh(u) \sin(v)  \\  z = c \cosh(u)\]

Given my constants, my surface will have the following form:

\[ x= 2 \sinh(u)  \cos(v) \\   y = 3 \sinh(u) \sin(v)  \\  z = 2 \cosh(u)\]

We can also slice a quadric surface with a plane to get a 2D intersection of the surface. A plane is defined as:

\[Ax + By + Cz + D= 0\]
The plane I will use to size my surface is defined by the normal vector\(<0,1,1>\)

My plane is thus:

\[y+z=0\]

The intersection forms a hyperbola, since it intersects my hyperboloid surface at 45 degrees. 

The equation of the resulting hyperbola is below, along with its graph
\[\frac{ x^2}{4} - \frac{5}{36}y^2 = -1\]



Interestingly, if we take the plane \(z+5=0\), we get an ellipse that has the equation 

\[\frac{x^2}{4} + \frac{y^2}{9} = \frac{21}{4}\]




Due to the inherent symmetry of the 2-sheet hyperboloid, I only need to render the upper half of it to generate a 3D representation. My print will span 48 millimeters in the x direction, and span roughly 30 millimeters in the y direction. It will be roughly 30 millimeters tall. Below I give the image of the 3D rendering of the surface and the intersection cut out. 




























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