Cartesian To Polar Calculator
Enter x and y coordinates to instantly compute the polar radius (r) and angle (theta) in both degrees and radians.
Input Coordinates
Enter the x and y values below.
Quick Examples
Visual Plot
Copied!
Summary
Enter x and y coordinates to instantly compute the polar radius (r) and angle (theta) in both degrees and radians.
How it works
- Enter the x-coordinate (horizontal axis value) in the first field.
- Enter the y-coordinate (vertical axis value) in the second field.
- The calculator computes r = √(x² + y²) for the radius.
- The angle θ = atan2(y, x) is calculated, preserving the correct quadrant.
- Results are shown in degrees (0°–360°) and radians (0–2π).
- A visual plot updates live to show the point in both coordinate systems.
Use cases
- Convert physics or engineering vectors from rectangular to polar form.
- Prepare inputs for polar graphing tools or trigonometric calculations.
- Verify hand calculations when solving 2D navigation or robotics problems.
- Understand the relationship between Cartesian and polar representations.
- Convert complex numbers from rectangular to polar (modulus and argument).
- Teaching and learning coordinate geometry concepts visually.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu