Finding Axis of Helix: A Guide

In summary, if you draw a bunch of lines, all of the same length, at various points tangential to a circular helix, then connect the outer ends of all those tangential lines, the resulting shape will be a larger circle. If you draw a bunch of lines, all of the same length, at various points tangential to a helix, then connect the outer ends of all those tangential lines, the resulting shape will be a bigger helix that has the same ratio of pitch to radius as the original.
  • #1
ziggy
6
0
I'm trying to understand how to find the axis of a helix but so far I seem to be hitting a blank. How for instance would I go about finding the axis of the helix r(t)=(e^t)costi+(e^t)sin(t)j+(e^t)k ? I would be very gratefull for any and all assistance.
 
Last edited:
Physics news on Phys.org
  • #2
The equation describes a vector r(t) that spirals around the k-axis, increasing its distance from the axis k as t increases. Strictly speaking, is this a helix?
 
  • #3
That is NOT helix since the radius increases with height above the xy-plane. Projecting down into the xy-plane gives, not a circle, but a spiral.

In any case, it should be clear that the axis is the z-axis.
 
  • #4
First, check to see if you can find three points p1,p2,p3 for which the three tangent vectors t1,t2,t3 are linearly independent.

If you can find three linearly independent tangent vectors, then use the following. If d is the unit vector in the direction of the axis, then d makes a constant angle with all tangent vectors. i.e.

[tex]\mathbf{t}\cdot\mathbf{d}=\cos\left(\alpha_0\right)=|\mathbf{d}| k[/tex]

But this means

[tex]\mathbf{t}_1\cdot\mathbf{d}=\mathbf{t}_2\cdot\mathbf{d}=\mathbf{t}_3\cdot\mathbf{d}=k[/tex]

Performing some subtractions we get
[tex]\left(\mathbf{t}_1-\mathbf{t}_2\right)\cdot\mathbf{d}=0[/tex]
[tex]\left(\mathbf{t}_2-\mathbf{t}_3\right)\cdot\mathbf{d}=0[/tex]

So d is orthogonal to both t1-t2 and t2-t3

So, simply take [tex]\mathbf{d}=\left(\mathbf{t}_1-\mathbf{t}_2\right)\times\left(\mathbf{t}_2-\mathbf{t}_3\right)=\mathbf{t}_1\times\mathbf{t}_2+\mathbf{t}_2\times\mathbf{t}_3+\mathbf{t}_3\times\mathbf{t}_1[/tex]
as the axis of the general helix.

I hope that's right.
 
  • #5
ObsessiveMathsFreak said:
First, check to see if you can find three points p1,p2,p3 for which the three tangent vectors t1,t2,t3 are linearly independent.

If you can find three linearly independent tangent vectors, then use the following. If d is the unit vector in the direction of the axis, then d makes a constant angle with all tangent vectors. i.e.

[tex]\mathbf{t}\cdot\mathbf{d}=\cos\left(\alpha_0\right)=|\mathbf{d}| k[/tex]

But this means

[tex]\mathbf{t}_1\cdot\mathbf{d}=\mathbf{t}_2\cdot\mathbf{d}=\mathbf{t}_3\cdot\mathbf{d}=k[/tex]

Performing some subtractions we get
[tex]\left(\mathbf{t}_1-\mathbf{t}_2\right)\cdot\mathbf{d}=0[/tex]
[tex]\left(\mathbf{t}_2-\mathbf{t}_3\right)\cdot\mathbf{d}=0[/tex]

So d is orthogonal to both t1-t2 and t2-t3

So, simply take [tex]\mathbf{d}=\left(\mathbf{t}_1-\mathbf{t}_2\right)\times\left(\mathbf{t}_2-\mathbf{t}_3\right)=\mathbf{t}_1\times\mathbf{t}_2+\mathbf{t}_2\times\mathbf{t}_3+\mathbf{t}_3\times\mathbf{t}_1[/tex]
as the axis of the general helix.

I hope that's right.

Thanks for the effort you put into your reply, that gives me a lot to be thinking about. Can
I ask, in your reply is k the curvature of the general helix?
 
  • #6
No. k is just the cosine of the angle between the tangents and the axis.

In a general helix, the curvature may not necessarily be constant.
 
  • #7
Let me add an explanation:
(1) A general helix is a curve in 3D space that at every point its tangent forms a constant angle with a constant line in this space.
(2) A circular helix of radius a and pitch b, given by equation

x = a cos(t),
y = a sin(t),
z = bt

this is simple: the tangent is (-a sin(t), a cos(t), b). The angle between this tangent and (0,0,1) direction is constant.

(3) Your curve is, as it was mentioned above, a general helix.
 
  • #8
TomyDuby said:
Let me add an explanation:
(1) A general helix is a curve in 3D space that at every point its tangent forms a constant angle with a constant line in this space.
(2) A circular helix of radius a and pitch b, given by equation

x = a cos(t),
y = a sin(t),
z = bt

this is simple: the tangent is (-a sin(t), a cos(t), b). The angle between this tangent and (0,0,1) direction is constant.

(3) Your curve is, as it was mentioned above, a general helix.


Thanks man, I've been waiting for a reply that makes sense for months (you're the first one!). However, my degree is over and I now understand how to find the axis and pitch of a general helix. So thanks again for taking the time to answer my query.
 
  • #9
Hi guys, I had an unrelated helix question (thought I'd throw it in here since you guys were talking about helixes).

I know that if you draw a bunch of lines, all of the same length, at various points tangential to a circle, then connect the outer ends of all those tangential lines, the resulting shape will simply be a larger circle.

But, what if you did that for a helix? I.e. if one were to draw a bunch of lines, all of the same length, at various points tangential to a circular helix, then connect the outer ends of all those tangential lines, would you just get a fatter helix with the same pitch? Or would you get a bigger helix that has the same ratio of pitch to radius as the original?

I've been trying to visualize the thing in my mind, but can't. Any help appreciated.
 
  • #10
Usaf Moji said:
Hi guys, I had an unrelated helix question (thought I'd throw it in here since you guys were talking about helixes).

I know that if you draw a bunch of lines, all of the same length, at various points tangential to a circle, then connect the outer ends of all those tangential lines, the resulting shape will simply be a larger circle.

Not necessairly. Needs more constraints. What did you have in mind?
 
  • #11
DeaconJohn said:
Not necessairly. Needs more constraints. What did you have in mind?

Yeah, to be more precise, let's say that I'm drawing these tangential lines with equal arc distances along the circle between their start points. Then I connect the outer ends of each tangential line with those immediately neighbouring it. What I'll end up with is (roughly) a circle that's just bigger (the more lines you draw, the closer the thing will resemble a circle).

Maybe I still didn't explain it right, but I hope you understand what I'm getting at.

So, I'm wondering what I would get if I did the analogous thing to a helix.
 
  • #12
Usaf Moji said:
Yeah, to be more precise, let's say that I'm drawing these tangential lines with equal arc distances along the circle between their start points. Then I connect the outer ends of each tangential line with those immediately neighbouring it. What I'll end up with is (roughly) a circle that's just bigger (the more lines you draw, the closer the thing will resemble a circle).

Maybe I still didn't explain it right, but I hope you understand what I'm getting at.

So, I'm wondering what I would get if I did the analogous thing to a helix.

You needn't be more precise. I get it now.

I don't know what happens for the helix.

Let's see.

a heliz with z-axis as axis is periodic in the z direction.

therefore, the mythical curve would be pedriodic in the z-direction.

a helix is invariant under rotations in the x-y plane, rotations that leave the z-azis fixed.

Therefore, the mythical curve would also be invariant under those rotations.

It's beginning to sound more and more like just a bigger helix all the time.

I think I need one more constraint to really lock it down. and I think I have some idea what that consraint would be. But I've got to leave something for somebody else, right?
 
  • #13
Usaf Moji,

Let me try to answer your question using some equtions. They may help you to understand the answer.

Assume we have the following helix:

x = a cos(t)
y = a sin(t)
z = bt

where a is the radius and b is the pitch of the helix. Fix your t to a certain value, say t_0. Find the tangent for this t. Extend its length as required. Assume the end of this vector is point A with coordinates (x_A, y_A, z_A). Now repeat the same calculation for t = t_0 + 2*pi. You get point B with coordinates (x_B, y_B, z_B). It is easy to see that

x_B = x_A
y_B = x_A.

What about z_B? Well, because the pitch of the helix is b and you did one full rotation

z_B = z_A + b.

Clear?

What about other points? Well we have done it as the choice of t_0 was arbitrary.

To conclude: the radius of the new helix will increase but its pitch will remain unchanged.

I hope that this helps.
 
  • #14
Thanks for the replys DeaconJohn and TomyDuby.

I caved and just did it the lumberjack way - printing out 2D projections of a helix and drawing tangents to it. I think you're both correct, in a sense.

If you look at the helix from above, it looks like a cirlce, and we're back to the circle hypothetical that I posed originally. If you look at the helix from the side, it looks like a sine wave. I just googled "sine wave", printed it out, and started drawing tangents to it (yeah, real sophisticated, I know).

If you only consider one small portion of arc length - let's say 1/8 of a rotation - the corresponding portion on the new structure will be larger in both diameter and pitch. But if you go a full rotation, the new structure stops looking like a helix altogether. It looks instead like bits and pieces of a helix sort of grafted onto each other; and in totality, the "pitch" of this weird new structure ends up being the same as the original helix.

Uggh, it's confusing anyway.
 
  • #15
Usaf Moji said:
If you look at the helix from above, it looks like a cirlce

In the more general definition, a helix doesn't nexessairily have to look like a circle when looked down on from above. Like TomyDuby said, that would be a circular helix which is a special case.

If you add on tangent lines to create a new curve, the curve will get fatter where the curvature is large, and basically stay the same where the curvature is small (when the curvature is small it looks like a straight line so the tangent follows the curve). A circle of course has constant curvature, so it uniformly gets pushed out.
 
  • #16
Usaf Moji said:
Thanks for the replys DeaconJohn and TomyDuby.

I caved and just did it the lumberjack way - printing out 2D projections of a helix and drawing tangents to it. I think you're both correct, in a sense.

If you look at the helix from above, it looks like a cirlce, and we're back to the circle hypothetical that I posed originally. If you look at the helix from the side, it looks like a sine wave. I just googled "sine wave", printed it out, and started drawing tangents to it (yeah, real sophisticated, I know).

If you only consider one small portion of arc length - let's say 1/8 of a rotation - the corresponding portion on the new structure will be larger in both diameter and pitch. But if you go a full rotation, the new structure stops looking like a helix altogether. It looks instead like bits and pieces of a helix sort of grafted onto each other; and in totality, the "pitch" of this weird new structure ends up being the same as the original helix.

Uggh, it's confusing anyway.

Are you sure you don't have a bug in your program? If not, you've got a new theory. One well worth working out. Ask your professors (teachers, friends, buddies, whatever) DJ
 

What is the purpose of finding the axis of a helix?

The purpose of finding the axis of a helix is to determine the central line or axis around which the helix curve is formed. This information can be useful in various fields such as engineering, biology, and mathematics.

What is the process of finding the axis of a helix?

The process of finding the axis of a helix involves identifying a minimum of three points on the helix and using mathematical equations to calculate the axis. One approach is to use the cross-sectional area of the helix at each point to determine the axis.

What are the applications of knowing the axis of a helix?

Knowing the axis of a helix can be useful in a variety of applications. For example, in engineering, it can help with designing helical structures such as springs, screws, and turbines. In biology, it can aid in understanding the structure of DNA and proteins. It can also be used in navigation and mapping, as well as in creating 3D models.

What are the challenges in finding the axis of a helix?

One of the main challenges in finding the axis of a helix is obtaining accurate and precise measurements of the helix curve. This can be difficult due to the inherent curvature of the helix and the potential for measurement errors. Additionally, the calculations involved can be complex and require advanced mathematical skills.

Are there any alternative methods for finding the axis of a helix?

Yes, there are alternative methods for finding the axis of a helix. Some methods involve using computer software or algorithms to analyze 3D images or data points of the helix. Another method is to physically construct a model of the helix using materials such as wire or string and then determining the axis by measuring the model.

Similar threads

  • Mechanics
Replies
1
Views
1K
Replies
1
Views
2K
Replies
1
Views
408
  • Advanced Physics Homework Help
Replies
4
Views
2K
Replies
7
Views
3K
  • Classical Physics
Replies
10
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
1K
  • Quantum Physics
Replies
1
Views
598
  • Introductory Physics Homework Help
Replies
2
Views
2K
  • Advanced Physics Homework Help
2
Replies
41
Views
4K
Back
Top