Loading…

Polar Coordinates Converter

Math Calculus • Parametric Equations and Polar Coordinates

View all topics

Convert between polar coordinates \((r,\theta)\) and Cartesian coordinates \((x,y)\). The calculator handles degrees or radians, principal angles, coterminal angles, and equivalent polar forms with positive or negative radius.

Polar to Cartesian \(\displaystyle x=r\cos\theta,\qquad y=r\sin\theta\) Cartesian to polar \(\displaystyle r=\sqrt{x^2+y^2},\qquad \theta=\operatorname{atan2}(y,x)\) Coterminal angles \(\displaystyle (r,\theta)\equiv(r,\theta+2k\pi)\) Negative radius form \(\displaystyle (r,\theta)\equiv(-r,\theta+\pi)\)

Coordinate input

Switch direction without losing the current values.
May be positive, zero, or negative.
Examples: pi/3, -45, 210
Examples: 2.5, sqrt(3)
Examples: 4.33, -2
Live setup

Quick examples

Ready
Enter coordinates, then click “Convert coordinates”.

Rate this calculator

0.0 /5 (0 ratings)
Be the first to rate.
Your rating
You can update your rating any time.

Frequently Asked Questions

How do you convert polar coordinates to Cartesian coordinates?

Use x = r cos(theta) and y = r sin(theta).

How do you convert Cartesian coordinates to polar coordinates?

Use r = sqrt(x^2 + y^2) and theta = atan2(y, x).

Why use atan2 instead of arctan(y/x)?

atan2(y, x) uses the signs of x and y to place the angle in the correct quadrant.

What are coterminal polar coordinates?

The coordinates (r, theta) and (r, theta + 2k*pi) represent the same point for any integer k.

Can a polar radius be negative?

Yes. The point (r, theta) is equivalent to (-r, theta + pi).

What is the principal angle?

A principal angle is a chosen standard representative of all coterminal angles, often in (-pi, pi] or [0, 2pi).

What happens at the origin?

At the origin, r = 0 and the angle is not unique. The calculator reports theta = 0 by convention.

For r = 5 and theta = pi/3, what are x and y?

x = 5 cos(pi/3) = 2.5 and y = 5 sin(pi/3) is approximately 4.33.