Converting a DISPLACEMENT vector in Cartesian to Cylindrical Corrdinates

Click For Summary

Discussion Overview

The discussion revolves around the conversion of a displacement vector from Cartesian coordinates to cylindrical coordinates, specifically in the context of a displacement vector along the z-axis of an arbitrary helix. Participants explore the complexities involved in handling unit vectors during this conversion process.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant expresses confusion about converting a displacement vector in Cartesian coordinates to cylindrical coordinates, particularly regarding unit vectors.
  • Another participant suggests that a vector can be treated as a point with magnitude and direction, emphasizing the importance of continuity and a bijection between coordinate systems for conversion.
  • A different participant proposes verifying the calculations using a computer algebra system like Maple and points out a potential error in using ArcSin instead of Arctan for determining the angle.
  • There is a suggestion that the correct conversion involves using Arctan(y/x) for the angle and that R should be calculated as the square root of the sum of squares of x and y.
  • One participant acknowledges the advice received and expresses intent to research the concept of "metric" mentioned by another participant.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the conversion process, as there are differing opinions on the correct mathematical approach, particularly regarding the use of ArcSin versus Arctan.

Contextual Notes

Some assumptions about the continuity of the space and the nature of the coordinate systems are implied but not explicitly stated. The discussion also highlights the potential for errors in mathematical steps and the need for careful verification.

jasonpatel
Messages
32
Reaction score
0
Hi all,

I was wondering how would one go about converting a displacement vector in cartesian coordinates to cylindrical. I am getting a bit confused on how to deal with the unit vectors; converting a point in space is a simple task, but when it's a vector it just confuses me.

I am specifically working on describing a displacement vector along the axis of symmetry (z-axis) of a arbitrary helix i.e. the displacement vector from the z-axis to any point on the helix:

Describing the Helix in Cartesian:

{x=Rcosθ, y=Rsinθ, z=(h/2∏)θ}; h is the pitch of the helix, or height of one revolution of coil

Describing the Helix in Cylindrical:

{r=R, ∅=θ, z=(h/2∏)θ}
In Cartesian I have the displacement vector as...

(x-x')i + (y-y')j + (z-z')k =...

...(x-Rcos[θ])i + (y-Rsin[θ])j + (z-((h/2∏)θ))k=...; apply condition of being on z axis {0,0,z}

...(0-Rcos[θ])i + (0-Rsin[θ])j + (z-((h/2∏)θ))k=

...(-Rcos[θ])i + (-Rsin[θ])j + (z-((h/2∏)θ))k

Now, converting to cylindrical (or so I think):

{(-Rcos[θ])^{2}+(-Rsin[θ])^{2}}\hat{r}=(R)\hat{r}...

ArcSin[y/r]\hat{θ}=ArcSin[((\frac{-Rsinθ}{R})]=-θ\hat{θ}

(z-((h/2∏)θ))\hat{z}
 
Last edited:
Physics news on Phys.org
Hey jasonpatel.

A vector should be considered a point with the magnitude of the point and the direction of the point since vectors are invariant under any kind of translation and so if you translate the vector so that the tail is at the origin, you get the head which corresponds to the point.

So converting the point from one system to another will give you the vector provided you have continuity in the space and the metric, and also provided you have a bijection between all points from one co-ordinate system to another.
 
Hey Chiro,

thanks for the reply, but I think I am over thinking this problem of mine. So, in my confused state its hard for me to really grasp what you have said. Is there anyway you can check my work to see if it is correct?
 
For these kind of calculations, I like to back up the answer with a computer calculation through something like Maple.

One thing I did notice as possible error is that your ArcSin should be Arctan since Rsin(theta)/Rcos(theta) = tan(theta) = y/x so theta = Arctan(y/x) where you adjust it for the right quadrant.

If I wanted to check this thoroughly I would calculate the metric tensor or calculate all the partial derivatives and then derive the result this way and Maple can do this for you without the possibility of error if the code is right.

But regardless of that, I think that if the ArcSin is changed to ArcTan(y/x) = phi, R = SQRT(x^2 + y^2), and z involves a function of theta (which is an adjusted value of ArcTan(y/x)) then it should be right if you are going from <x,y,z> to <r,phi,z_bar> (but again double check yourself with the partial derivatives which can be calculated from Maple or by hand).
 
Awesome, thanks for the help Chiro! I will do as you mentioned with the ArcTan but I believe the result will be the same.

Also, I am not exactly sure what you mean by "metric" so Ill have to do some research into that and see if I can clear it up. Hope you don't mind me coming back to ask you a few more questions :)
 

Similar threads

  • · Replies 18 ·
Replies
18
Views
19K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 11 ·
Replies
11
Views
10K
  • · Replies 13 ·
Replies
13
Views
1K
Replies
1
Views
3K
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 2 ·
Replies
2
Views
4K