Expressing a Field in Spherical Coordinates as Cartesian Vectors

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
3 replies · 2K views
yoamocuy
Messages
37
Reaction score
0

Homework Statement


A field is given in spherical coordinates as F=[cos(θ)/r2]∙ar+[sin(θ)/r]∙aθ. Express F in terms of x, y, z, ax, ay, az

Homework Equations



ar∙ax=sin(θ)cos(∅)
ar∙ay=sin(θ)sin(∅)
ar∙az=cos(θ)
aθ∙ax=cos(θ)cos(∅)
aθ∙ay=cos(θ)sin(∅)
aθ∙az=-sin(θ)
x=r*sin(θ)*cos(∅)
y=r*sin(θ)*sin(∅)
z=r*cos(θ)
r=√(x2+y2+z2 )
cos(θ)=z/r
∅=tan-1(y/x)

The Attempt at a Solution


cos(θ)/r2*[sin(θ)cos(∅)ax+sin(θ)sin(∅)ay+cos(θ)az]+sin(θ)/r*[cos(θ)cos(∅)ax+cos(θ)cos(∅)ay-sin(θ)az]

z/r3*[sin(θ)cos(∅)ax+sin(θ)sin(∅)ay+cos(θ)az]+sin(θ)/r*[cos(θ)cos(∅)ax+cos(θ)cos(∅)ay-sin(θ)az]

(z*r)/r4*[sin(θ)cos(∅)ax+sin(θ)sin(∅)ay+cos(θ)az]+sin(θ)/r*[cos(θ)cos(∅)ax+cos(θ)cos(∅)ay-sin(θ)az]

z/r4*[xax+yay+zaz]+sin(θ)/r*[cos(θ)cos(∅)ax+cos(θ)cos(∅)ay-sin(θ)az]

z/(x2+y2+z2)3*[xax+yay+zaz]+sin(θ)/r*[cos(θ)cos(∅)ax+cos(θ)cos(∅)ay-sin(θ)az]

That's about as far as I've gotten. I'm not even sure if what I've done so far is on the right track or not :/ I'm not sure what to do with the 2nd half of this equation?
 
Last edited:
Physics news on Phys.org
Use the fact that [itex]\vec{F} = (\vec{F}\cdot\hat{a}_x)\hat{a}_x + (\vec{F}\cdot\hat{a}_y)\hat{a}_y + (\vec{F}\cdot\hat{a}_z)\hat{a}_z[/itex].

Calculate [itex]\vec{F}\cdot \hat{a}_x[/itex] using the various dot products you listed above. Then convert from the spherical variables to the Cartesian variables.
 
vela said:
Use the fact that [itex]\vec{F} = (\vec{F}\cdot\hat{a}_x)\hat{a}_x + (\vec{F}\cdot\hat{a}_y)\hat{a}_y + (\vec{F}\cdot\hat{a}_z)\hat{a}_z[/itex].

Calculate [itex]\vec{F}\cdot \hat{a}_x[/itex] using the various dot products you listed above. Then convert from the spherical variables to the Cartesian variables.

Isn't that what I did above? I didn't originally show the ax, ay, az in my work but I just added them in there for clarity.