%%HEAD_SCRIPTS_E_META%% %%BODY_SCRIPTS_INIZIO%%

Cylindrical to Cartesian Converter

Convert cylindrical coordinates (r, θ, z) to Cartesian coordinates (x, y, z). Select degrees or radians, see the exact formulas, and understand how cylindrical relates to polar and spherical systems.

Convert coordinates

Measured in x-y plane from +x axis, counterclockwise.

Result (Cartesian)

x:

y:

z:

Note: Cartesian z equals cylindrical z. Only x and y are transformed.

Need the inverse? Try Cartesian to Cylindrical.

Formulas used

Cylindrical coordinates are basically polar coordinates in the x-y plane, extended with a vertical height z.

Definition

  • r: radial distance from the z-axis (r ≥ 0)
  • θ: angle in the x-y plane measured from +x axis
  • z: same as Cartesian z (height)

Conversion to Cartesian

x = r · cos(θ)
y = r · sin(θ)
z = z

Degrees to radians

If your angle is in degrees, convert it first:

θrad = θdeg × π / 180

Relationship to other systems

Cylindrical: (r, θ, z) Polar: (r, θ) — just drop z Spherical: (ρ, θ, φ) — adds a polar angle from the z-axis and uses distance from origin instead of distance from z-axis.

FAQ

Why do we use cylindrical coordinates?

They are ideal for problems with rotational symmetry around the z-axis: fluid flow in pipes, electromagnetism around wires, or objects like cylinders.

What happens if r is 0?

The point is on the z-axis, so x = 0 and y = 0 regardless of θ. z stays as entered.

My angle is 450° — is that ok?

Yes. The converter reduces it via sine and cosine, so any real angle works.


Audit: Complete
Formula (LaTeX) + variables + units
This section shows the formulas used by the calculator engine, plus variable definitions and units.
Formula (extracted LaTeX)
\[','\\]
','\
Formula (extracted text)
x = r · cos(θ) y = r · sin(θ) z = z
Formula (extracted text)
θrad = θdeg × π / 180
Variables and units
  • No variables provided in audit spec.
Sources (authoritative):
Changelog
Version: 0.1.0-draft
Last code update: 2026-01-19
0.1.0-draft · 2026-01-19
  • Initial audit spec draft generated from HTML extraction (review required).
  • Verify formulas match the calculator engine and convert any text-only formulas to LaTeX.
  • Confirm sources are authoritative and relevant to the calculator methodology.
Verified by Ugo Candido on 2026-01-19
Profile · LinkedIn
, ', svg: { fontCache: 'global' } }; ]], displayMath: [['\\[','\\]']] }, svg: { fontCache: 'global' } };, svg: { fontCache: 'global' } };