Polar coordinates describe a point by distance and angle instead of horizontal and vertical position. A point (r,θ)(r,\theta) means "move rr units from the origin at angle θ\theta from the positive xx-axis." They are most useful when a graph or problem depends naturally on distance from the origin or rotation around it.

To convert between polar and Cartesian coordinates, use

x=rcosθ,y=rsinθx = r\cos\theta,\quad y = r\sin\theta

and

r2=x2+y2r^2 = x^2 + y^2

If you need the angle from a Cartesian point, use the quadrant together with tanθ=yx\tan\theta = \frac{y}{x} when x0x \ne 0. That condition matters: the same tangent value appears in more than one quadrant.

What (r,θ)(r,\theta) means

In Cartesian coordinates, (3,4)(3,4) means move 33 units along the xx-axis and 44 units along the yy-axis. In polar coordinates, (5,θ)(5,\theta) means move 55 units from the origin and rotate by θ\theta.

This viewpoint is a better fit for circles, spirals, and motion around a center. It also explains why polar coordinates are not unique: (r,θ)(r,\theta) and (r,θ+2π)(r,\theta + 2\pi) are the same point, and (r,θ)(r,\theta) and (r,θ+π)(-r,\theta + \pi) are the same point too.

How to convert polar and Cartesian coordinates

To go from polar to Cartesian, plug rr and θ\theta into

x=rcosθ,y=rsinθx = r\cos\theta,\quad y = r\sin\theta

To go from Cartesian to polar, first find the distance:

r=x2+y2r = \sqrt{x^2 + y^2}

Then choose an angle θ\theta that points to the correct quadrant. For example, the point (3,3)(-3,3) has tanθ=1\tan\theta = -1, but the correct angle is in Quadrant II, so θ=3π4\theta = \frac{3\pi}{4}, not π4-\frac{\pi}{4}.

There is one special case: at the origin, r=0r = 0 and the angle is not unique. Any angle lands on the same point.

How to graph a polar equation

A polar equation tells you how rr changes as θ\theta changes. That is different from a Cartesian equation, which usually relates yy and xx directly.

This is why equations like r=2r = 2, r=1+cosθr = 1 + \cos\theta, and r=θr = \theta feel natural in polar form. They describe distance from the origin as the angle changes.

Worked example: convert r=2cosθr = 2\cos\theta to Cartesian form

This example shows how a polar equation can hide a familiar graph. Start with

r=2cosθr = 2\cos\theta

Multiply both sides by rr:

r2=2rcosθr^2 = 2r\cos\theta

Now use r2=x2+y2r^2 = x^2 + y^2 and rcosθ=xr\cos\theta = x:

x2+y2=2xx^2 + y^2 = 2x

Complete the square:

x22x+y2=0x^2 - 2x + y^2 = 0 (x1)2+y2=1(x - 1)^2 + y^2 = 1

So the graph is a circle centered at (1,0)(1,0) with radius 11.

This also explains the shape. Near θ=0\theta = 0, cosθ\cos\theta is positive and largest, so the curve extends to the right. When cosθ\cos\theta is negative, rr becomes negative, which flips the point by π\pi and still traces the same circle.

Common mistakes in polar coordinates

One common mistake is assuming each point has only one polar form. It does not, so two answers can look different and still describe the same point.

Another is using θ=tan1(y/x)\theta = \tan^{-1}(y/x) without checking the quadrant. That can give the wrong direction even when rr is correct.

Students also often mix radians and degrees. The graph depends on which unit your problem uses, so keep that choice consistent.

A final mistake is forgetting what negative rr means. It does not mean "invalid." It means move in the opposite direction of the given angle. At the origin, the opposite mistake happens: students try to force one angle, even though no single angle is required there.

When polar coordinates are useful

Polar coordinates are especially useful when a problem has radial symmetry or angular motion. Common examples include circles centered at the origin, spiral-shaped curves, orbital motion models, and fields or waves that depend on distance from a central point.

They are also useful in calculus and physics because some integrals and equations become simpler when distance and angle are the natural variables.

Try a similar conversion

Try your own version with r=4sinθr = 4\sin\theta. Convert it to Cartesian form and identify the graph. If you get a circle, you are seeing the same conversion pattern in a slightly different direction.

Need help with a problem?

Upload your question and get a verified, step-by-step solution in seconds.

Open GPAI Solver →