Can the Thickness of a 3D Spiral Curve be Defined Parametrically?

Click For Summary
SUMMARY

The discussion focuses on defining the thickness of a 3D spiral curve parametrically using equations. The proposed parametric equations are: z = a*t, x = (r + thickness*cos(u))*cos(w*t), and y = (r + thickness*cos(u))*sin(w*t). The challenge lies in representing the thickness as an inequality, as existing 3D parametric graph generators, such as Winplot, struggle with this concept. The conversation suggests that while a spiral with thickness can be represented, achieving this with a torus in Winplot has proven difficult for the participants.

PREREQUISITES
  • Understanding of parametric equations in 3D space
  • Familiarity with graphing software, specifically Winplot
  • Knowledge of inequalities in mathematical definitions
  • Basic concepts of toroidal geometry
NEXT STEPS
  • Explore advanced features of Winplot for 3D graphing
  • Research methods for defining thickness in parametric curves
  • Learn about toroidal shapes and their parametric representations
  • Investigate alternative 3D graphing tools that handle inequalities
USEFUL FOR

Mathematicians, 3D modelers, and software developers interested in parametric equations and their applications in graphical representations.

sukharef
Messages
54
Reaction score
0
Hello!
There is a parametric way of defining a spiral curve:
z = a*t;
x = r1*cos(w*t)
y = r2*sin(w*t).
Is there a way to define the thickness of spiral?
 
Physics news on Phys.org
Wow, that's an interesting idea. If there is, the thickness is an inequality. I don't know about any 3d parametric graph generators that handle inequality though, so it'd be hard to play with.

Think about a 2d parametric system, defining a circle. Is there a way to give the circle 'width', such that it resembles a flat torus? Ah, in this case what you need is two parametric curves, and then define another system that lies between the earlier curves (Although, I don't think this is what you wanted).

width.png

I defined this system implicitly, not parametrically, but only due to how my graphing software works (Winplot)
$$
x^2 + y^2 \leq (1-A/2)^2
$$
$$
x^2 + y^2 \geq (1+A/2)^2
$$

Unfortunately, I'm not that experienced with 3d parametric equations. I know, though, that a spiral curve with thickness... i.e. a spiral 'cord' is possible to be represented parametrically if the torus is possible. But, unfortunately, I've been having trouble getting the torus to work on Winplot.
 
Last edited:
This seems like a reasonable attempt:

z=a*t + thickness*cos(u)
x=(r+thickness*cos(u))*cos(w*t)
y=(r+thickness*cos(u))*sin(w*t)

For a surface you'll need two parameters u and t of course.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
7
Views
4K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K