Polar to Cartesian Converter

Convert polar ↔ Cartesian coordinates

ConvertersFreeNo Signup
4.2(459 reviews)
All Tools

Loading tool...

About Polar to Cartesian Converter

A coordinate converter that transforms between polar (r, θ) and Cartesian (x, y) forms. Supports degrees and radians, detects quadrant, calculates distance from origin, and shows conversion formulas. All calculations are client-side. Essential for mathematics, physics, engineering, and navigation applications.

Polar to Cartesian Converter Features

  • Polar↔Cartesian
  • Degrees/radians
  • Quadrant detect
  • Distance
  • Formulas
Polar coordinates (r, θ) locate a point by distance r from origin and angle θ from the positive x-axis. Cartesian coordinates (x, y) use perpendicular axes. Conversion: x = r·cos(θ), y = r·sin(θ). Reverse: r = √(x²+y²), θ = atan2(y, x).

How to Use

Choose conversion direction:

  • Polar → Cartesian: Enter r and θ
  • Cartesian → Polar: Enter x and y
  • Toggle: Degrees or radians

Formulas

  • x = r·cos(θ)
  • y = r·sin(θ)
  • r = √(x² + y²)
  • θ = atan2(y, x)

Quadrants

  • Q1: x>0, y>0 (0°–90°)
  • Q2: x<0, y>0 (90°–180°)
  • Q3: x<0, y<0 (180°–270°)
  • Q4: x>0, y<0 (270°–360°)

Step-by-Step Instructions

  1. 1Select conversion direction.
  2. 2Enter coordinates.
  3. 3Toggle degrees/radians.
  4. 4View converted coordinates.
  5. 5Check the quadrant.

Polar to Cartesian Converter — Frequently Asked Questions

When should I use polar coordinates?+

When problems have circular symmetry: orbits, radar, spirals, wave patterns. Cartesian is better for rectangular layouts, grids, and linear motion.

What is atan2?+

atan2(y,x) gives the angle in all four quadrants (−π to π), unlike atan(y/x) which only covers two quadrants. It correctly handles x=0 and negative x.

How do I convert degrees to radians?+

Radians = degrees × π/180. So 90° = π/2 rad, 180° = π rad, 360° = 2π rad.

Share this tool: