Make conversions between rectangular (Cartesian) and polar plane coordinates.
Related
This calculator allows you to convert between Cartesian (rectangular) coordinates and polar coordinates in 2D space. It provides detailed step-by-step solutions for both conversions.

Polar coordinates represent a point by its distance from the origin and an angle relative to the x-axis. Denoted as (r, θ):
Cartesian coordinates specify a point as (x, y) in the XY-plane:
For a point (x, y), the polar coordinates (r, θ) are calculated as:
r = √(x² + y²)
θ = arctan(y / x)

For a point (r, θ), Cartesian coordinates (x, y) are:
x = r cos θ
y = r sin θ

Given point: (x, y) = (6, 2)
Step 1: Calculate r
r = √(6² + 2²) = √(36 + 4) = √40 ≈ 6.325
Step 2: Calculate θ
θ = arctan(2 / 6) = arctan(1/3) ≈ 18.43°
Given point: (r, θ) = (2, 45°)
Step 1: Calculate x
x = 2 × cos(45°) ≈ 2 × 0.707 ≈ 1.414
Step 2: Calculate y
y = 2 × sin(45°) ≈ 2 × 0.707 ≈ 1.414
| Cartesian (x, y) | Polar (r, θ) |
|---|---|
| (3, 4) | 5, arctan(4/3) ≈ 53.13° |
| (-2, 1) | √5, arctan(1 / -2) ≈ -26.57° |
| (0, 5) | 5, 90° |
| (-4, 4) | √32, arctan(4 / -4) ≈ 135° |
No. A point can have infinitely many polar representations since the angle θ can differ by multiples of 2π.
For complex numbers z = x + iy:
z = r e^(iθ), where:
1 in polar form is:
1 = 1 e^(i 0) = 1 e^(i 2π), as sine and cosine are periodic with period 2π.
Related
Links
Home Conversion Calculator About Calculator Online Blog Hire Us Knowledge Base Sitemap Sitemap TwoEmail us at
Contact Us© Copyrights 2026 by Calculator-Online.net