Helical Pathway Movement Using Vectors, Spherical & Cylindrical Coordinates

Maxwellkid
Messages
69
Reaction score
0
would anybody like to discuss how to accurately follow a particle moving in a HELICAL PATHWAY using vectors, spherical and cylindrical coordinates? I'm not sure how to follow a geometric helical pathway using linear and parametric equations.
 
Physics news on Phys.org
Here's a parametric equation for a helix:

h(t) = (a cos(t), a sin(t), bt)

where a > 0, b \neq 0.

The first two coordinates describe a circle of radius a, and the third coordinate describes a rise (or fall) at a constant rate.

HTH

Petek
 
Petek said:
Here's a parametric equation for a helix:

h(t) = (a cos(t), a sin(t), bt)

where a > 0, b \neq 0.

The first two coordinates describe a circle of radius a, and the third coordinate describes a rise (or fall) at a constant rate.

HTH

Petek

h(t) = (a cos(wt), a sin(wt), bt)
You may also want to control the angular frequency.

cylindrical is a bit easier
h(t) = (r,theta,z) = (a,bt,ct)
The constants a,b,c are new

Hum... Thinking about spherical

h(t) = (r,theta,phi) = (a*t*Sin(phi), bt, ?)
I need another equation somewhere
 
Last edited:
Back
Top