Converting F to Cartesian Coordinates

DarkSamurai
Messages
7
Reaction score
0

Homework Statement


Convert F into cartesian coordinates from spherical
F = -4*theta*e_r + 1e_phi
r(t) = 2, theta(t) = 4t, phi(t) = pi / 2

Homework Equations


x = rsin(theta)cos(phi)
y = rsin(theta)sin(phi)
z = rcos(phi)

The Attempt at a Solution


Where I'm having problem is converting F into Cartesian coordinates.
 
Last edited:
Physics news on Phys.org
What do e_r and 1e_phi mean in this equation?
F = -4*theta*e_r + 1e_phi
 
e_r and e_theta are the unit vectors... for the coordinate system I believe.

\hat{e_{r}} and \hat{e_{\theta}}
 
You have an error in your conversion formulas, at least if you're using theta and phi in their usual meanings. The formulas should be:
x = rho* sin(phi)*cos(theta)
y = rho*sin(phi)*sin(theta)
z = rho*cos(phi)

Compare the formulas for x and y with the ones you have in your first post. Phi is the angle between the z-axis and the vector to the point (rho, theta, phi). If you project this vector onto the x-y plane, you get a vector of length r, where r = rho*sin(phi). Theta is the angle between this projected vector and the x-axis.

Haven't run into the unit vectors e_r and e_phi before. Since they're unit vectors, their magnitutes must be 1. What about their directions? I would guess that e_r (really e_rho) is a unit vector with the same direction as the vector from the origin to the point (rho, theta, phi). Is that correct? I can't picture what direction e_phi points if it's some direction other than the direction for e_rho. Can you provide definitions for these unit vectors?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top