Skip to main content

Parametric Surfaces and Level Curves

How to think about parametric surfaces and level curves
Functions with a two-dimensional input and a three-dimensional output can be thought of as drawing a surface in three-dimensional space (source:https://www.youtube.com/watch?v=345SnWfahhY). This surface in \(\mathbb R^{3}\) can be defined by parametric equations with two parameters, \({\displaystyle \mathbf {r} :\mathbb {R} ^{2}\to \mathbb {R} ^{3}}\). These parametric equations are a group of functions of one or more independent variables, or parameters, that define a surface in three dimensions (source:https://en.wikipedia.org/wiki/Parametric_surface). For example, a surface can be represented parametrically by taking a point \((u, v)\) in a 2D space "\(D\)" and plugging this point into \[\vec{r}(u,v)=x(u,v)\vec{i}+y(u,v)\vec{j}+z(u,v)\vec{k}.\] The resulting vectors are the position vectors for the points on the surface "\(S\)". The parametric equations of this surface would then be \[x=x(u,v)\] \[y=y(u,v)\] \[z=z(u,v).\] As you can see, these are just the components of the parameteric representation (source:https://tutorial.math.lamar.edu/Classes/CalcIII/ParametricSurfaces.aspx).

The hardest thing to grasp about this concept is how to visualize the surface. It's not intuitive to look at a function and picture what it looks like in a 3D space. To make it easier, consider the topographical map below:
(Image from:https://maps2anywhere.com/maps/ecuador-road-map.html?SID=d8bd3b1ed8135118f331d7d3d8a20ef1)
Cotopaxi is an active volcano in the Andes I summited this summer, and we used a very similar map to plan our ascent. The paper of this map is flat, but I can say from experience this mountain is TALL! However, by using the lines pictured, we could tell which areas would change elevation the most. The elevation change between lines is constant, so the closer together these lines appear, the larger the elevation change over a shorter distance is. We can do the same thing for functions of two variables; the surface can be layed flat on the \(xy\) plane and the height is represented by level curves. Each level curve represents the points where the height of the function is the same and, again, the change in height between the lines is constant.

Why I chose the surface and parameterization I did
Consider the surface given by \(f(x,y)=ln({|y-x^2|}).\)
This shape is not easy to visualize just from looking at our equation; it's something I haven't seen before and found by messing around with GeoGebra until something looked weird. This way, I think the level curves will be especially helpful. Also, I chose to give the points of my surface as \((x,y,f(x,y))\) instead of \((x(u,v),y(u,v),z(u,v))\) because parametric equations, while very useful, can often make functions appear more complicated than they are (for example, parameterizations with trig functions). I wanted to limit how intimidated someone learning this topic may feel, and generally functions in the form I chose are more intuitive to us because we've seen them this way our whole lives.
To begin finding the level curves, one must first select an elevation. Let's call it "c". We set the equations \(f(x,y)=ln({|y-x^2|})\) and \(f(x,y)=c\) equal to one another and solve for y. This will give us an equation for our level curves. \[ln({|y-x^2|})=c\] \[e^{ln({|y-x^2|})}=e^c\] \[|y-x^2| = \pm e^c\] \[y=x^2 \pm e^c\] We now know that our level curves are represented by parabolas! That's much easier to think about than natural logs. Set the value of "c" to \(\pm1,\pm2,\) and \(\pm3\) to obtain the following graphs:
1. Positive "c"
2. Negative "c"
Now, we can put everything together from our GeoGebra 3D model and Desmos level curves to see the surface with its level curves.
As height increases, the level curves are farther apart. This means the function is increasing more slowly in the positive y direction as x increases. It's interesting to see that we have an inner and outer parabola at some heights due to the nature of our chosen function. My print is going to be scaled to be roughly 2x2 inches at its base so that it is large enough to see the space between curves when viewed from the top.

Word count: 593

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