✓ Effortless Math · Free Tool

Polar ↔ Rectangular Converter

Convert between rectangular coordinates (x, y) and polar coordinates (r, θ) in either direction — choose degrees or radians, see the point plotted with its radius and angle, and follow full step-by-step working.

Rect → Polar: r = √(x² + y²), θ = atan2(y, x)  ·  Polar → Rect: x = r·cosθ, y = r·sinθ
Mode x , y

In Rect → Polar, enter x and y. In Polar → Rect, enter r and θ and choose degrees or radians. Negatives and decimals are fine.

Results

Converted coordinate
r
θ (degrees)
θ (radians)
x
y

Graph

PointRadius rAngle θ

Step-by-step