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."

When to Switch to Polar

Reach for polar coordinates whenever a problem leans naturally on distance from the origin or rotation around it: circles centered at the origin, spirals, orbital motion, and fields or waves that depend on distance from a central point. In Cartesian coordinates, (3,4)(3,4) means move 33 along xx and 44 along yy; in polar, (5,θ)(5,\theta) means move 55 units out and rotate by θ\theta. That viewpoint also makes equations like r=2r = 2, r=1+cosθr = 1 + \cos\theta, and r=θr = \theta feel natural, because each describes distance from the origin as the angle changes. Many integrals in calculus and physics also simplify when distance and angle are the natural variables.

If a problem is built on straight horizontal/vertical structure, stay Cartesian.

The Conversion Steps

These are the relationships you apply in every conversion:

x=rcosθ,y=rsinθx = r\cos\theta,\quad y = r\sin\theta r2=x2+y2r^2 = x^2 + y^2

Polar to Cartesian: plug rr and θ\theta into x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta.

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. Use tanθ=yx\tan\theta = \frac{y}{x} only when x0x \ne 0, and read the quadrant carefully, since the same tangent value appears in more than one quadrant. For example, (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}. One special case: at the origin, r=0r = 0 and any angle lands on the same point.

Full Worked Example: Convert r=2cosθr = 2\cos\theta to Cartesian Form

This 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. The shape makes sense: near θ=0\theta = 0, cosθ\cos\theta is positive and largest, so the curve extends right. When cosθ\cos\theta is negative, rr becomes negative, flipping the point by π\pi and still tracing the same circle.

Where Each Step Goes Wrong (and How to Self-Check)

  • Assuming a point has one polar form. It does not — (r,θ)(r,\theta) and (r,θ+2π)(r,\theta + 2\pi) are the same point, as are (r,θ)(r,\theta) and (r,θ+π)(-r,\theta + \pi). Two different-looking answers can both be correct.
  • Skipping the quadrant check. Using θ=tan1(y/x)\theta = \tan^{-1}(y/x) blindly can give the wrong direction even when rr is right. Always confirm the quadrant matches the signs of xx and yy.
  • Mixing radians and degrees. The graph depends on the unit your problem uses, so keep it consistent throughout.
  • Misreading negative rr. It does not mean "invalid." It means move in the opposite direction of the given angle. At the origin, the reverse trap appears: do not force a single angle, because none is required there.

Try the Pattern Yourself

Convert r=4sinθr = 4\sin\theta to Cartesian form and identify the graph. If you land on a circle, you are seeing the same conversion pattern pointed in a slightly different direction — multiply by rr, substitute, then complete the square.

Frequently Asked Questions

What are polar coordinates?
Polar coordinates describe a point by its distance $r$ from the origin and its angle $\theta$ from the positive $x$-axis, usually written as $(r, \theta)$.
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}$. For the angle, choose a value of $\theta$ that matches the point's quadrant; if $x \ne 0$, you can start from $\tan\theta = \frac{y}{x}$.

Need help with a problem?

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

Open GPAI Solver →