How Can You Parametrize a Skewed Helical Surface?

Your Name]In summary, to parametrize a surface that follows a helix and skew it, you can use the equations x = R1*cos(theta) + (theta - theta_min)*(R1*cos(theta_max) - R1*cos(theta_min))/(theta_max - theta_min), y = R1*sin(theta) + (theta - theta_min)*(R1*sin(theta_max) - R1*sin(theta_min))/(theta_max - theta_min), and z = B1*theta + h + (theta - theta_min)*(B1*(theta_max - theta_min) + h - B1*theta_min)/(theta_max - theta_min). These equations will create a surface with the left and right edges normal to the helix
  • #1
Mbert
64
0
Dear colleagues,

I am trying to parametrize a surface that follows an helix. The basic equations for this surface are:

x = R1*cos(theta)
y = R1*sin(theta)
z = B1*theta + h

where "theta" and "h" are the parameters and R1 and B1 are constants. I am looking for the parametrization of this surface, but skewed, so that the left and right edges (at theta_min and theta_max) are normal to the helix, instead of being parallel to Z (and the other 2 edges remain parallel to the helix).

At the moment, I use a FOR loop to modify the vertices to skew my surface, but I was wondering if there was a more straightforward way, through a new parametrization.


M.
 
Physics news on Phys.org
  • #2


Dear M.,

Thank you for your question. To parametrize a surface that follows a helix, you can use the following equations:

x = R1*cos(theta)
y = R1*sin(theta)
z = B1*theta + h

To skew the surface, you can modify the equations as follows:

x = R1*cos(theta) + (theta - theta_min)*(R1*cos(theta_max) - R1*cos(theta_min))/(theta_max - theta_min)
y = R1*sin(theta) + (theta - theta_min)*(R1*sin(theta_max) - R1*sin(theta_min))/(theta_max - theta_min)
z = B1*theta + h + (theta - theta_min)*(B1*(theta_max - theta_min) + h - B1*theta_min)/(theta_max - theta_min)

This will create a surface with the left and right edges normal to the helix, while the other two edges remain parallel to the helix. You can adjust the values of theta_min and theta_max to control the degree of skewness in your surface.

I hope this helps. Let me know if you have any further questions.


 

Related to How Can You Parametrize a Skewed Helical Surface?

What is a parametric helical surface?

A parametric helical surface is a type of three-dimensional geometric shape that is formed by a curved line or curve that is rotated around a central axis. It can be described using a set of mathematical equations or parameters.

What are the properties of a parametric helical surface?

Parametric helical surfaces have several key properties, including a constant pitch and radius, a continuous curvature, and a constant distance between parallel planes. They also have a twisting or spiraling shape that is consistent along the entire surface.

How is a parametric helical surface different from other types of surfaces?

A parametric helical surface is unique in that it is formed by a combination of rotation and translation, whereas other types of surfaces may be formed by only rotation or only translation. Additionally, parametric helical surfaces have a constant curvature and twist, which sets them apart from other curved surfaces.

What are some real-world applications of parametric helical surfaces?

Parametric helical surfaces have a variety of practical applications, including in engineering and architecture. They are often used in the design of helical or spiral structures, such as staircases, ramps, and cables. They can also be found in nature, such as in the shape of DNA molecules.

How are parametric helical surfaces useful in mathematics and science?

In mathematics and science, parametric helical surfaces can be used as a model for understanding and studying other complex shapes and structures. They also have practical applications in fields such as computer graphics and animation, where they are used to create realistic 3D shapes and movements.

Similar threads

Replies
7
Views
867
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
Replies
1
Views
3K
  • Precalculus Mathematics Homework Help
Replies
10
Views
2K
  • Calculus
Replies
16
Views
17K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
Replies
1
Views
850
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
1K
Replies
1
Views
799
Back
Top