Computing for Electric Field given cylindrical coordinates of v.

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 6K views
jhosamelly
Messages
125
Reaction score
0

Homework Statement



If the scalar electric potential v in some region is given in cylindrical coordinates by
[itex]v (r, \phi, z) = r^2 sin \phi e^{\frac{-3}{z}}[/itex], what is the electric field [itex]\vec{E}[/itex] in that region?

Homework Equations



[itex]E = -\nabla v[/itex]

The Attempt at a Solution



So, first I need to change the cylindrical coordinates to cartesian coordinates.

[itex]v (r, \phi, z) = r^2 sin \phi e^{\frac{-3}{z}}[/itex]

[itex]v (r, \phi, z) = (x^2 + y^2) \frac{y}{r} e^{\frac{-3}{z}}[/itex]

[itex]v (r, \phi, z) = (x^2 + y^2) \frac{y}{\sqrt{x^2 + y^2}} e^{\frac{-3}{z}}[/itex]

[itex]v (r, \phi, z) = y e^{\frac{-3}{z}} \sqrt{x^2 + y^2}[/itex]

** so is this already the cartesian coordinates? can I perform the gradient now?
 
Physics news on Phys.org
vela said:
That's one way to do it. It would probably be simpler to use the gradient in cylindrical coordinates. See, for example, equation (32) on http://mathworld.wolfram.com/CylindricalCoordinates.html.

ow, I see. We were not given that formula though. So I think I need to do it in cartesian coordinates. Thanks.