Convert rectangular (Cartesian) coordinates (x, y) to polar coordinates (r, θ).
Enter your values below
How this calculator works
Rectangular to polar conversion uses r = √(x² + y²) for the radial distance and θ = atan2(y, x) for the angle.
Common questions about this calculator