Finding the Radius of Curvature for a Helix: What is the Formula?

  • Context: Graduate 
  • Thread starter Thread starter Jonny_trigonometry
  • Start date Start date
  • Tags Tags
    Curvature Helix Radius
Click For Summary

Discussion Overview

The discussion revolves around finding the radius of curvature for a helix, particularly one that circles around the z-axis. Participants explore the relationship between the radius of curvature, the radius of the helix's projection onto the xy-plane, and the distance covered along the z-axis during one complete cycle. The conversation includes mathematical formulations and varying approaches to derive the radius of curvature.

Discussion Character

  • Exploratory
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants propose that the radius of curvature R can be expressed in terms of the distance d along the z-axis and the radius r of the projection onto the xy-plane.
  • Others discuss the parametric representation of the helix and the need to integrate to find the length, expressing concerns about the complexity of the calculations involved.
  • A participant suggests a formula R = r(cos)^2, derived from the slope of the curve around the cylinder, and questions the derivation of this result.
  • Another participant mentions the curvature formula in R3 and its relation to the radius of curvature, but expresses a preference for a solution using algebra and trigonometry instead of vectors.
  • One participant shares a link to a website that provided a solution and extends the discussion to relate the radius r to R using trigonometric functions, while also questioning a specific statement from the site regarding helix length.

Areas of Agreement / Disagreement

Participants express differing views on the best approach to derive the radius of curvature, with some favoring trigonometric methods while others reference vector calculus. The discussion remains unresolved regarding the most straightforward method to reach the desired results.

Contextual Notes

Some participants express uncertainty about the assumptions underlying the formulas and the derivations presented. There are also mentions of potential complexities in integrating the parametric equations to find the length of the helix.

Who May Find This Useful

This discussion may be of interest to those studying calculus, geometry, or physics, particularly in relation to curves and their properties in three-dimensional space.

Jonny_trigonometry
Messages
451
Reaction score
0
I was wondering how to find the radius of curvature of a helix. If it's circling around the z axis, the radius of it's projection onto the xy axis is a circle of radius r. Let one full cycle of the helix around the z-axis cover a distance d along the z-axis, then what is R, the radius of curvature of the helix in terms of d and r? I know it must be larger than d + r... Is there a handy formula for this?
 
Physics news on Phys.org
Jonny_trigonometry said:
I was wondering how to find the radius of curvature of a helix. If it's circling around the z axis, the radius of it's projection onto the xy axis is a circle of radius r. Let one full cycle of the helix around the z-axis cover a distance d along the z-axis, then what is R, the radius of curvature of the helix in terms of d and r? I know it must be larger than d + r... Is there a handy formula for this?
Hmm. From what I know about these, the equations are in the form of:

\vec{r}=\left<r\cos{t},r\sin{t},\alpha t\right>

You know the radius projected onto the x-y plane, and also that d is proportional to the period. Assuming you know the formula for the radius of curvature:

R=\frac{1}{\left|\kappa\right|}
 
Last edited:
hmm, ya. The parametric curve looks good, but what is kappa?
forget the "radius of curvature", what I mean is radius...

I guess what I really want to know is what is the radius R of the circle that is made from the length of a string that is wound around a cyninder with radius r as it spans a distance d (along the longitudinal axis of the cylinder) to make one cycle around the cylinder.

If i have to integrate the parametric curve to find the length, then I guess that's what I have to do... I just don't like the complexity involved in doing so, and I figured someone has already done that and found a relationship between the variables R, d and r.
 
Jonny_trigonometry said:
hmm, ya. The parametric curve looks good, but what is kappa?
forget the "radius of curvature", what I mean is radius...

I guess what I really want to know is what is the radius R of the circle that is made from the length of a string that is wound around a cyninder with radius r as it spans a distance d (along the longitudinal axis of the cylinder) to make one cycle around the cylinder.

If i have to integrate the parametric curve to find the length, then I guess that's what I have to do... I just don't like the complexity involved in doing so, and I figured someone has already done that and found a relationship between the variables R, d and r.
I might be doing this wrong, but this is what it looks like:

2\pi R=\int_{0}^{2\pi}\sqrt{r^{2}+\alpha^{2}}\,dt=2\pi\sqrt{r^{2}+\alpha^{2}}=2\pi\sqrt{r^{2}+\frac{d^{2}}{4\pi^{2}}}

Which would represent the length of the helix (I calculated that by the definition of arc length). Now you know that the length above (circumference) is really 2piR where R is the radius of the circle you want. Is this what you were getting at or did I misinterpret your question?
 
Last edited:
thanks! this is exactly what i was looking for. I reviewed arc length in 3d and checked your solution. It must be correct. I didn't think it would be that easy, I thought there would be a triple integral for some reason. Eh, I got a c in calc 3, so I'm not proficient enough in doing problems like this. Now that I think of it, triple integrals really don't show up unless you're calculating volume, and doubles are usually for area, or to simplify a more difficult single integral... thanks a lot
 
Helix Radius

I've seen vaiants of formulas such as amcavoy suggests in his second post. They do the job, but it bothered me that a Pathagorean approach was used when trig should offer a streamlined version. This is what I formulated:

R = r(cos)^2

where the cos is derived from the slope of the curve around the cylinder.


I recognize that amcavoy did in fact introduce trig into his forms, suggested in his first post, but without squaring the cos, the value for t is unattainable.

Regards, Bob
 


bobb513 said:
I've seen vaiants of formulas such as amcavoy suggests in his second post. They do the job, but it bothered me that a Pathagorean approach was used when trig should offer a streamlined version. This is what I formulated:

R = r(cos)^2

where the cos is derived from the slope of the curve around the cylinder.


I recognize that amcavoy did in fact introduce trig into his forms, suggested in his first post, but without squaring the cos, the value for t is unattainable.

Regards, Bob

I've seen that result quoted before in a textbook, unfortunately the derivation wasn't given, and so far it eludes me. Any chance you could provide a step by step explanation of how the R = r(cos)^2 result was obtained?

DeltaT
 
Well, the curvature of a curve in R3 is \kappa = \frac{\lvert \vec r' \times \vec r'' \rvert}{\lvert \vec r' \rvert^3}, and using R = \frac{1}{\lvert \kappa \rvert} should give you the radius of curvature.
 
adriank said:
Well, the curvature of a curve in R3 is \kappa = \frac{\lvert \vec r' \times \vec r'' \rvert}{\lvert \vec r' \rvert^3}, and using R = \frac{1}{\lvert \kappa \rvert} should give you the radius of curvature.

Thanks, I don't mean to sound ungrateful, but I was particularly hoping to avoid using vectors, and was hoping for a solution using ordinary algebra and trigonometry. A previous poster, bobb513 appears to be saying he reached his result that way, where the angle involved is the slope of the curve around the cylinder.

I would appreciate any help in reaching the R = r(cos)^2 result just using the trig functions and simple algebra if possible.

I would just add, I don't need this for any specific purpose, other than personal curiosity. It is a result I've seen stated several times, but so far I have never seen it derived in a way I could follow.

Regards

DeltaT
 
  • #10
Hi

Ok, I've found a website that has allowed me to find the solution I wanted.

http://ca.geocities.com/web_sketches/calculators/baluster_radius/baluster_radius.html

From the result given on that site for R, and using the fact that cos(pitch) can be found from the geometry given, it is easy to show that:

r = R cos^2 (pitch)

which was the result I wanted to be able to find.

However, there is still a slight catch. I can follow the math on that page, and I was even able to extend it to reach the trigonometric result. However, I can't see why the opening statement is true:

Helix_Length = C * c/Helix_Length

I can't think of a justification for that statement, can anyone here see what I'm missing?

DeltaT
 
Last edited by a moderator:

Similar threads

  • · Replies 18 ·
Replies
18
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 7 ·
Replies
7
Views
6K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
3K
  • · Replies 6 ·
Replies
6
Views
1K
  • · Replies 1 ·
Replies
1
Views
6K
  • · Replies 29 ·
Replies
29
Views
22K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 23 ·
Replies
23
Views
4K