Polar To Cartesian Calculator
Enter radius r and angle θ (in degrees or radians) to instantly get the equivalent Cartesian x and y coordinates.
Polar Input
Angle unit:
Cartesian Result
x
—
y
—
Coordinate Plane
Formula:
x = r·cos(θ) y = r·sin(θ)
Copied!
Summary
Enter radius r and angle θ (in degrees or radians) to instantly get the equivalent Cartesian x and y coordinates.
How it works
- Enter the radius r (distance from the origin). Negative values are accepted.
- Enter the angle θ — choose degrees (0–360) or radians (0–2π) from the toggle.
- The calculator applies x = r·cos(θ) and y = r·sin(θ) as you type.
- Results are displayed with up to 6 significant figures and copied with one click.
- A coordinate-plane diagram updates live so you can visually verify the point position.
Use cases
- Convert sensor or radar data from polar to Cartesian form for plotting.
- Check manual calculations for physics or engineering problems.
- Understand trigonometry visually through the live coordinate diagram.
- Convert robotics/navigation angles from (r, θ) to (x, y) reference frames.
- Quickly verify vector decomposition into horizontal and vertical components.
- Prepare data for spreadsheets or code that requires (x, y) pairs.
Frequently Asked Questions
Last updated: 2026-06-10 ·
Reviewed by Nham Vu