Transform a vector from Cartesian to Cylindrical coordinates

Click For Summary

Homework Help Overview

The discussion revolves around transforming a vector from Cartesian to Cylindrical coordinates, specifically focusing on the vector Q provided in the original post. Participants are examining the correctness of the transformation equations and the resulting components in the cylindrical coordinate system.

Discussion Character

  • Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants are analyzing the transformation equations for the cylindrical coordinates and questioning the validity of the original poster's calculations. There are discussions about the role of the phi coordinate and whether it should be included when certain components are zero.

Discussion Status

The conversation is ongoing, with some participants expressing uncertainty about the correctness of the transformation equations. There is a mix of agreement and disagreement regarding the interpretation of the phi coordinate, and some participants are reconsidering their previous statements based on the original equations provided.

Contextual Notes

There is mention of class notes that provide a matrix form for the transformation, which some participants are referencing. Additionally, the discussion reflects a need to clarify the assumptions regarding the coordinate system and the implications of having zero components in the vector.

VinnyCee
Messages
486
Reaction score
0

Homework Statement



Transform the vector below from Cartesian to Cylindrical coordinates:

[tex]Q\,=\,\frac{\sqrt{x^2\,+\,y^2}}{\sqrt{x^2\,+\,y^2\,+\,z^2}}\,\hat{x}\,-\,\frac{y\,z}{x^2\,+\,y^2\,+\,z^2}\,\hat{z}[/tex]

Homework Equations



Use these equations:

[tex]A_{\rho}\,=\,\hat{\rho}\,\cdot\,\overrightarrow{A}\,=\,A_x\,cos\,\phi\,+\,A_y\,sin\,\phi[/tex]

[tex]A_{\phi}\,=\,\hat{\phi}\,\cdot\,\overrightarrow{A}\,=\,-A_x\,sin\,\phi\,+\,A_y\,cos\,\phi[/tex]

[tex]A_z\,=\,A_z[/tex]

[tex]x\,=\,\rho\,cos\,\phi[/tex]

[tex]y\,=\,\rho\,sin\,\phi[/tex]

The Attempt at a Solution



[tex]Q_{\rho}\,=\,\frac{\sqrt{\left(\rho\,cos\,\phi\right)^2\,+\,\left(\rho\,\sin\,\phi\right)^2}}{\sqrt{\left(\rho\,cos\,\phi\right)^2\,+\,\left(\rho\,\sin\,\phi\right)^2\,+\,z^2}}\,cos\,\phi[/tex]

[tex]Q_{\rho}\,=\,\frac{\rho}{\sqrt{\rho^2\,+\,z^2}}\,cos\,\phi[/tex]

[tex]Q_{\phi}\,=\,-\,\frac{\rho}{\sqrt{\rho^2\,+\,z^2}}\,sin\,\phi[/tex]

[tex]Q_z\,=\,-\,\frac{z\,\rho\,sin\,\phi}{\rho^2\,+\,z^2}[/tex]

Does the above look correct?
 
Last edited:
Physics news on Phys.org
Hi VinnyCee! :smile:
VinnyCee said:
[tex]A_{\rho}\,=\,\hat{\rho}\,\cdot\,\overrightarrow{A}\,=\,A_x\,cos\,\phi\,+\,A_y\,sin\,\phi[/tex]

[tex]A_{\phi}\,=\,\hat{\phi}\,\cdot\,\overrightarrow{A}\,=\,-A_x\,sin\,\phi\,+\,A_y\,cos\,\phi[/tex]

No … these are the equations for an ordinary rotation of the x and y axes through an angle phi.
[tex]Q_{\rho}\,=\,\frac{\rho}{\sqrt{\rho^2\,+\,z^2}}\,cos\,\phi[/tex]

[tex]Q_{\phi}\,=\,-\,\frac{\rho}{\sqrt{\rho^2\,+\,z^2}}\,sin\,\phi[/tex]

hmm … you want polar coordinates of a vector along the x-axis … so what will its phi coordinate be? :smile:
 
Really? The equations for transforming from Cartesian to Cylindrical were given in the notes for the class in a matrix form and then solved out to a formula, the one below.

Here is a more detailed version for the [itex]\rho[/itex] coordinate transformation only:

[tex]A_{\rho}\,=\,\hat{\rho}\,\cdot\,\overrightarrow{A} \,=\,\left(\hat{\rho}\,\cdot\,\hat{x}\right)\,A_x\,+\,\left(\hat{\rho}\,\cdot\,\hat{y}\right)\,A_y\,+\,\left(\hat{\rho}\,\cdot\,\hat{z}\right)\,A_z\,=\,A_x\,cos\,\phi\,+\,A_y\,sin\,\phi[/tex]

Is that incorrect? If so, what is the correct way to transform from Cartesian to Cylindrical?I think the [itex]\phi[/itex] coordinate would be zero in this case since there is no y-component, right?
 
VinnyCee said:
[tex]A_{\rho}\,=\,\hat{\rho}\,\cdot\,\overrightarrow{A}\,=\,A_x\,cos\,\phi\,+\,A_y\,sin\,\phi[/tex]

[tex]x\,=\,\rho\,cos\,\phi[/tex]

[tex]y\,=\,\rho\,sin\,\phi[/tex]



The Attempt at a Solution



[tex]Q_{\rho}\,=\,\frac{\sqrt{\left(\rho\,cos\,\phi\right)^2\,+\,\left(\rho\,\sin\,\phi\right)^2}}{\sqrt{\left(\rho\,cos\,\phi\right)^2\,+\,\left(\rho\,\sin\,\phi\right)^2\,+\,z^2}}\,cos\,\phi[/tex]


Here you've included the Ax cos(phi) term, but forgot the Ay sin(phi) term
 
[itex]A_y[/itex] is zero, so it need not be included, right?
 
Oops, I was confusing Ay and Az. My bad.

Your results from post #1 look okay to me. My understanding is the dot product of the vector Q with the coordinate unit-vector is the component of Q in that coordinate direction, which is exactly what you did.

On the other hand I'm hesitant to disagree with tiny-tim, since he knows this stuff pretty well also.
 
VinnyCee said:
[itex]A_y[/itex] is zero

That's right! for x > 0 and y = 0, phi must be zero. :smile:
, so it need not be included, right?

No!

A three-dimensional vector needs three coordinates …

if one coordinate is 0, you have to say so!
VinnyCee said:
Here is a more detailed version for the [itex]\rho[/itex] coordinate transformation only:

[tex]A_{\rho}\,=\,\hat{\rho}\,\cdot\,\overrightarrow{A} \,=\,\left(\hat{\rho}\,\cdot\,\hat{x}\right)\,A_x\,+\,\left(\hat{\rho}\,\cdot\,\hat{y}\right)\,A_y\,+\,\left(\hat{\rho}\,\cdot\,\hat{z}\right)\,A_z\,=\,A_x\,cos\,\phi\,+\,A_y\,sin\,\phi[/tex]

Is that incorrect?

No, that is correct … the other one is wrong.
 
Isn't that the same expression as in post #1 for Aρ ?
 
Last edited:
Redbelly98 said:
Isn't that the same expression as in post #1 for Aρ ?

ah … I meant the phi-coordinate [tex]A_{\phi}\,=\,\hat{\phi}\,\cdot\,\overrightarrow{A}\,=\,-A_x\,sin\,\phi\,+\,A_y\,cos\,\phi[/tex] is wrong. :wink:
 
  • #10
Um, if we use the convention that φ's unit vector points counterclockwise, and φ is taken counterclockwise from the positive x-axis, then I agree with VinnyCee's formula.
 
  • #11
So, does that mean that the original post contains the correct answer? Or is the [itex]Q_{\phi}[/itex] variable still going to be zero even though the formulas given produce the expression I wrote in the first post?

The expression written from a matrix in class is:

[tex]A_{\phi}\,=\,\hat{\phi}\,\cdot\,\overrightarrow{A} \,=\,\left(\hat{\phi}\,\cdot\,\hat{x}\right)\,A_x\,+\,\left(\hat{\phi}\,\cdot\,\hat{y}\right)\,A_y\,+\,\left(\hat{\phi}\,\cdot\,\hat{z}\right)\,A_z\,=\,-A_x\,sin\,\phi\,+\,A_y\,cos\,\phi[/tex]

Since...

[tex]\hat{x}\,\cdot\,\hat{\phi}\,=\,-\,sin\,\phi[/tex]

[tex]\hat{y}\,\cdot\,\hat{\phi}\,=\,cos\,\phi[/tex]

[tex]\hat{z}\,\cdot\,\hat{\phi}\,=\,0[/tex]

Right?
 
Last edited:
  • #12
sorry!

Redbelly98 said:
Um, if we use the convention that φ's unit vector points counterclockwise, and φ is taken counterclockwise from the positive x-axis, then I agree with VinnyCee's formula.
VinnyCee said:
So, does that mean that the original post contains the correct answer?

Hi VinnyCee and Redbelly98! :smile:

Yes, I completely mis-read the original question.

Your original answer was totally right.

Please ignore my previous posts.

Sorry. :redface:
 

Similar threads

  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 34 ·
2
Replies
34
Views
3K
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K