Cylindrical Coordinates
Coordinate Conversion
Cartesian to Cylindrical
$r = \sqrt{x^2 + y^2}$
$\theta = \operatorname{atan2}(y, x)$
$z = z$
Cylindrical to Cartesian
$x = r \cos(\theta)$
$y = r \sin(\theta)$
$z = z$
Disclaimer: This calculator is for educational purposes. The angle $\theta$ is given in degrees.
Powered by: Calco
Convert between Cartesian and Cylindrical coordinates.
Powered by: Calco
