How do you convert the point (3,-3, 7) from rectangular coordinates to cylindrical coordinates?

1 Answer
Dec 27, 2016

Cylindrical coordinates are (32,π4,7)

Explanation:

The relation between rectangular coordinates (in 3-dimension) (x,y,z) and cylindrical coordinates (r,ϕ,z) is

r=x2+y2, ϕ=tan1(yx) and z=z
enter image source here
As rectangular coordinates are (3,3,7), we have

r=32+(3)2=9+9=18=32

ϕ=tan1(33)=tan1(1)=π4

Hence, cylindrical coordinates are (32,π4,7)