To convert a Cartesian unit vector to a cylindrical unit vector, the procedure involves expressing the Cartesian coordinates in terms of cylindrical coordinates using the relationships between the two systems. The cylindrical unit vector e_r can be derived from the Cartesian unit vectors e_x and e_y, incorporating trigonometric functions. The transformation requires calculating the angle φ, which can be found using φ = tan^-1(y1/x1). There is confusion regarding the angle used in a specific problem, as the manual suggests using 70 degrees instead of the calculated -89 degrees. Understanding the correct angle is crucial for accurate vector transformation in cylindrical coordinates.
#1
teslajet
2
0
So I'm trying to find out what the procedure is to convert a cartesian unit vector to a cylindrical unit vector. Any thoughts?