Polar Coordinates Formula

Polar coordinates are a coordinate system where each point in the plane is described by a distance r from the origin and an angle from the positive.

The Formula

x=rcosθ,y=rsinθx = r\cos\theta, \quad y = r\sin\theta
r=x2+y2,θ=arctan ⁣(yx)r = \sqrt{x^2 + y^2}, \quad \theta = \arctan\!\left(\frac{y}{x}\right)

When to use: Instead of 'go right 3, up 4' (Cartesian), polar says 'go 5 units in the direction of 53°.' It's how a radar works—distance and direction from a central point. Some shapes that look complicated in Cartesian coordinates become beautifully simple in polar.

Quick Example

The Cartesian point (1,1)(1, 1) in polar:
r=12+12=2,θ=arctan ⁣(11)=π4r = \sqrt{1^2 + 1^2} = \sqrt{2}, \quad \theta = \arctan\!\left(\frac{1}{1}\right) = \frac{\pi}{4}
So (1,1)=(2,π4)(1, 1) = \left(\sqrt{2},\, \frac{\pi}{4}\right) in polar.

Notation

A point is written (r,θ)(r, \theta). By convention, r0r \geq 0 and θ[0,2π)\theta \in [0, 2\pi) or (π,π](-\pi, \pi], though negative rr is sometimes allowed (meaning go in the opposite direction).

What This Formula Means

A coordinate system where each point in the plane is described by a distance rr from the origin and an angle θ\theta from the positive xx-axis, written as (r,θ)(r, \theta).

Instead of 'go right 3, up 4' (Cartesian), polar says 'go 5 units in the direction of 53°.' It's how a radar works—distance and direction from a central point. Some shapes that look complicated in Cartesian coordinates become beautifully simple in polar.

Formal View

(r,θ)(x,y)=(rcosθ,rsinθ)(r, \theta) \mapsto (x,y) = (r\cos\theta,\, r\sin\theta); inverse: r=x2+y2r = \sqrt{x^2+y^2}, θ=atan2(y,x)\theta = \text{atan2}(y, x)

Worked Examples

Example 1

easy
Convert the polar coordinates (4,π3)(4, \frac{\pi}{3}) to rectangular (Cartesian) coordinates.

Answer

(2,23)(2, 2\sqrt{3})

First step

1
Use the conversion formulas: x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta.

Full solution

  1. 2
    x=4cos(π3)=412=2x = 4\cos\left(\frac{\pi}{3}\right) = 4 \cdot \frac{1}{2} = 2.
  2. 3
    y=4sin(π3)=432=23y = 4\sin\left(\frac{\pi}{3}\right) = 4 \cdot \frac{\sqrt{3}}{2} = 2\sqrt{3}.
Polar coordinates (r,θ)(r, \theta) locate a point by its distance from the origin and angle from the positive xx-axis. Converting to rectangular uses x=rcosθx = r\cos\theta and y=rsinθy = r\sin\theta, which come from the right triangle formed by the point, the origin, and the projection onto the xx-axis.

Example 2

medium
Convert the rectangular point (3,3)(-3, 3) to polar coordinates with r>0r > 0 and 0θ<2π0 \le \theta < 2\pi.

Example 3

medium
Convert the rectangular point (2,23)(-2, -2\sqrt{3}) to polar coordinates with r>0r > 0 and 0θ<2π0 \le \theta < 2\pi.

Common Mistakes

  • Reading (r,θ)(r,\theta) as (x,y)(x,y) - the first number is a distance, the second an angle.
  • Mishandling the angle's quadrant in θ=arctan(y/x)\theta=\arctan(y/x) - arctan alone can land in the wrong quadrant; check the signs of xx and yy.
  • Forgetting a point has many polar names - adding 2π2\pi to θ\theta (or negating rr and adding π\pi) gives the same point.

Why This Formula Matters

Radar, navigation, and circular/rotational motion are all distance-and-direction problems where polar is the native language, and many curves (roses, spirals) become one-line equations. The conversion formulas x=rcosθ, y=rsinθx=r\cos\theta,\ y=r\sin\theta are the bridge between this view and Cartesian. Recognizing it by "Is the location given as a distance from the origin plus an angle, rather than horizontal and vertical amounts?" — rather than by familiar numbers — is what lets a student tell it apart from cartesian coordinates and vectors (magnitude-direction form) and complex numbers (polar form) in a mixed problem set.

Frequently Asked Questions

What is the Polar Coordinates formula?

A coordinate system where each point in the plane is described by a distance rr from the origin and an angle θ\theta from the positive xx-axis, written as (r,θ)(r, \theta).

How do you use the Polar Coordinates formula?

Instead of 'go right 3, up 4' (Cartesian), polar says 'go 5 units in the direction of 53°.' It's how a radar works—distance and direction from a central point. Some shapes that look complicated in Cartesian coordinates become beautifully simple in polar.

What do the symbols mean in the Polar Coordinates formula?

A point is written (r,θ)(r, \theta). By convention, r0r \geq 0 and θ[0,2π)\theta \in [0, 2\pi) or (π,π](-\pi, \pi], though negative rr is sometimes allowed (meaning go in the opposite direction).

Why is the Polar Coordinates formula important in Math?

Radar, navigation, and circular/rotational motion are all distance-and-direction problems where polar is the native language, and many curves (roses, spirals) become one-line equations. The conversion formulas x=rcosθ, y=rsinθx=r\cos\theta,\ y=r\sin\theta are the bridge between this view and Cartesian. Recognizing it by "Is the location given as a distance from the origin plus an angle, rather than horizontal and vertical amounts?" — rather than by familiar numbers — is what lets a student tell it apart from cartesian coordinates and vectors (magnitude-direction form) and complex numbers (polar form) in a mixed problem set.

What do students get wrong about Polar Coordinates?

The procedure for polar coordinates is the easy part; the trap is reading (r,θ)(r,\theta) as (x,y)(x,y). Asking "Is the location given as a distance from the origin plus an angle, rather than horizontal and vertical amounts?" first is what keeps a correct-looking calculation from being attached to the wrong concept.

What should I learn before the Polar Coordinates formula?

Before studying the Polar Coordinates formula, you should understand: trigonometric functions, unit circle, radian measure.