Compute Length of Helix Given Radius & Pitch

  • Thread starter Thread starter zd1899
  • Start date Start date
  • Tags Tags
    Helix Length
AI Thread Summary
To compute the length of a helix given its radius R and pitch a, parametric equations are used: x = Rcos(t), y = Rsin(t), and z = at. The length of the curve can be determined using the integral formula that incorporates the derivatives of these equations. Specifically, the formula involves calculating the integral from t = a to b of the square root of the sum of the squares of the derivatives dx/dt, dy/dt, and dz/dt. This approach allows for the precise calculation of the helix's length based on its geometric properties. The discussion emphasizes the application of calculus in deriving the length of a helix.
zd1899
Messages
31
Reaction score
0
Given the radius and pitch , how can we compute the length of a helix??
 
Mathematics news on Phys.org
If the helix has radius R and pitch a, meaning that the helix rises a distance a with each loop, parametric equations for the helix are x= Rcos(t), y= Rsin(t), z= at.

The length of a curve, with x, y, and z functions of t, from t= a to b, is given by
\int_a^b\sqrt{\left(\frac{dx}{dt}\right)^2+ \left(\frac{dy}{dt}\right)^2+ \left(\frac{dz}{dt}\right)^2}dt
Can you get it from there?
 
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Back
Top