Expressing electric field in cylindrical coordinates.

AI Thread Summary
Converting the electric field of a point charge from Cartesian to cylindrical coordinates involves understanding the relationships between the coordinate systems and transforming both the position variables and unit vectors. While spherical coordinates are recommended for exploiting symmetry in this case, cylindrical coordinates can still be used with proper algebraic manipulation. The transformation requires substituting the Cartesian coordinates (x, y, z) with their cylindrical equivalents (r, θ, z) and adjusting the unit vectors accordingly. The process may result in complex expressions, particularly for a point charge, but with practice, it can be mastered. Ultimately, the discussion emphasizes the importance of understanding coordinate transformations in physics.
Sammy268
Messages
7
Reaction score
0
Hi everyone, I am new to the physics forums and I need your help :)

I understand that depending on the symmetry of the problem, it may be easier to change the coordinate system you are using. My question is, how would I convert the electric field due to a point charge at the origin, from Cartesian coordinates to cylindrical ones?

I am using the equation E = \frac{q}{4\pi\epsilon_0}\frac{(r-r')}{(r-r')^3}
 
Physics news on Phys.org
If you want to exploit symmetry use spherical coordinates, not cylindrical. If you are in love with cylindrical coordinates :P , then look up on http://mathworld.wolfram.com/CylindricalCoordinates.html the relationships between the unit vectors in cartesian coordinates to cylindrical and the relationship each variable has. Once this is done, you just simply have to use grandiose algebra.

So far the only time I've used cylindrical coordinates when working with electric fields is when I'm considering an infinite rod with charges inside it and want to calculate the electric field generated by it in the exterior space.
 
Last edited:
davidbenari said:
If you want to exploit symmetry use spherical coordinates, not cylindrical. If you are in love with cylindrical coordinates :P , then look up on http://mathworld.wolfram.com/CylindricalCoordinates.html the relationships between the unit vectors in cartesian coordinates to cylindrical and the relationship each variable has. Once this is done, you just simply have to grandiose algebra.

So far the only time if used cylindrical coordinates when working with electric fields is when I'm considering an infinite rod with charges inside it and want to calculate the electric field generated by it in the exterior space.

I am in love with cylindrical coordinates :P No I joke, I just want to practice using them.
I have seen those relationships before, in fact I went through the derivation, so I think I understand them. Where I'm confused is how to apply them to the E field formula. Since we have only r showing up in the formula, do I need to transform only this variable?
 
##\mathbf{E}=\frac{kq}{x^2+y^2+z^2} * (\frac{x \mathbf{i} + y \mathbf{j} + z \mathbf{k}}{\sqrt{x^2+y^2+z^2}})##
##=\frac{kq}{(x^2+y^2+z^2)^{3/2}} * (x \mathbf{i} + y \mathbf{j} + z \mathbf{k})##

From there just use the relationships you've said you know, and you'll get the vector in cylindrical coordinates.
 
In response to your question:

You have to transform (x,y,z) and the unit base vectors (i,j,k).
 
So to transform the x,y and z I have to use
47bdb583d079e99b7fea450c671920ad.png

And to transform the unit vectors I have to use

53b51b40e41bc1e714223d0eda4d5773.png

Is this right?
 
Last edited:
Yup. Thats right.
 
How do I do this? I'm not sure how to use those relationships since I've done very little with matrices.
 
The first matrix is straight forward. x=rcos(th) etc. The next matrix is more complicated. What you have to do is something like this:

##\begin{bmatrix} cos\theta \\ -sin\theta \\ 0 \end{bmatrix} \mathbf{x} + \begin{bmatrix} sin\theta \\ cos\theta \\ 0 \end{bmatrix} \mathbf{y} + \begin{bmatrix} 0 \\ 0 \\ 1 \end{bmatrix} \mathbf{z} = \begin{bmatrix} \mathbf{r} \\ \theta \\ \mathbf{z} \end{bmatrix} ##

For some reason the last ##\theta## is not appearing in bold letters.

But the idea is that these columns behave as vectors. You add them up and multiply them according to their coefficient. ##\mathbf{r}## reads for example:

##\mathbf{r} = cos\theta \mathbf{x} + sin\theta \mathbf{y} ##

Which for example, is a natural expression for the radial unit vector, if you think about it.

Once you obtain those expressions, like the one for ##\mathbf{r}##, what you have to do is substitution into your electric field equation (for example the one I wrote above in cartesian coordinates).
 
  • #10
I see, so I will end up with a whole lot of new vectors for x, y, z, xhat, yhat and zhat.
The I have to do is some algebra and make it look pretty?

I think I got it now! I really appreciate your help, thank you so much :)
 
  • #11
Sammy268 said:
The I have to do is some algebra and make it look pretty?

I have serious doubts that it will look pretty at all. The coordinate system is not really fit for the field of a point charge.

And youre welcome.
 
Back
Top