Polar Coordinates

Polar coordinates describe positions using distance from the origin and angle, providing a natural framework for circles, rotations, and periodic patterns.

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

Solve a problem with Polar Coordinates

Type the problem. The solver will use Polar Coordinates where Polar Coordinates is the right tool, and tell you when it is not.

Drag one in or paste from the clipboard. JPEG, PNG or WebP. You get the transcription to check before anything is solved.

How to get a better answer
  • Paste the whole problem, including the instruction word — "simplify", "solve for x" and "factor" lead to three different answers.
  • Say what you have already tried. "I got x = 4 and the book says 2" turns a solution into a diagnosis.
  • Set the level in the settings button. A calculus shortcut is not a better answer if you have not met derivatives yet.
  • For a photo, get the whole problem in frame and hold the page flat — you get the transcription to fix before anything is solved.

What each symbol means

What Polar Coordinates takes
rr
θ\theta
xx
yy
Polar Coordinates
SymbolMeaning
rrThe radial distance from the origin to the point—always non-negative in standard form, measured in the same units as the Cartesian axes.
θ\thetaThe angle measured counterclockwise from the positive x-axis, typically given in radians; a common error is mixing radians with degrees without converting.
xxThe horizontal Cartesian coordinate, found by computing rcosθr \cos \theta, which projects the radial distance onto the x-axis.
yyThe vertical Cartesian coordinate, found by computing rsinθr \sin \theta, which projects the radial distance onto the y-axis.

When to use it

Use polar coordinates when solving problems involving circles, rotations, spirals, or other phenomena with natural rotational symmetry.

Level

Usually taught in: Pre-Calculus

Worked examples

1. Convert simple polar coordinates to Cartesian

Problem

Convert the polar coordinates (2,π6)(2, \frac{\pi}{6}) to Cartesian coordinates.
  1. r=2,θ=π6r = 2, \quad \theta = \frac{\pi}{6}

    Identify the radial distance r=2r = 2 and angle θ=π6\theta = \frac{\pi}{6} radians.

  2. x=rcosθ=2cosπ6=232=3x = r \cos \theta = 2 \cos \frac{\pi}{6} = 2 \cdot \frac{\sqrt{3}}{2} = \sqrt{3}

    Use x=rcosθx = r \cos \theta, noting that cosπ6=32\cos \frac{\pi}{6} = \frac{\sqrt{3}}{2}.

  3. y=rsinθ=2sinπ6=212=1y = r \sin \theta = 2 \sin \frac{\pi}{6} = 2 \cdot \frac{1}{2} = 1

    Use y=rsinθy = r \sin \theta, noting that sinπ6=12\sin \frac{\pi}{6} = \frac{1}{2}.

Answer: (3,1)(\sqrt{3}, 1)

Polar coordinates use distance and angle to locate a point. The conversion formulas x=rcosθx = r \cos \theta and y=rsinθy = r \sin \theta come from the right triangle formed by the radial line, the x-axis, and the vertical projection. Here, the angle π6\frac{\pi}{6} (30°) and distance 2 yield the point (3,1)(\sqrt{3}, 1).

2. Convert polar coordinates with fractions in the second quadrant

Problem

Convert the polar coordinates (52,2π3)(\frac{5}{2}, \frac{2\pi}{3}) to Cartesian form.
  1. r=52,θ=2π3r = \frac{5}{2}, \quad \theta = \frac{2\pi}{3}

    Set up with r=52r = \frac{5}{2} and θ=2π3\theta = \frac{2\pi}{3} (120°).

  2. cos2π3=12\cos \frac{2\pi}{3} = -\frac{1}{2}

    Recall that 2π3\frac{2\pi}{3} is in the second quadrant, where cosine is negative.

  3. x=rcosθ=52(12)=54x = r \cos \theta = \frac{5}{2} \cdot \left( -\frac{1}{2} \right) = -\frac{5}{4}

    Multiply: (52)×(12)=54(\frac{5}{2}) \times (-\frac{1}{2}) = -\frac{5}{4}.

  4. sin2π3=32\sin \frac{2\pi}{3} = \frac{\sqrt{3}}{2}

    In the second quadrant, sine is positive; sin2π3=32\sin \frac{2\pi}{3} = \frac{\sqrt{3}}{2}.

  5. y=rsinθ=5232=534y = r \sin \theta = \frac{5}{2} \cdot \frac{\sqrt{3}}{2} = \frac{5\sqrt{3}}{4}

    Multiply: (52)×(32)=534(\frac{5}{2}) \times (\frac{\sqrt{3}}{2}) = \frac{5\sqrt{3}}{4}.

Answer: (54,534)\left( -\frac{5}{4}, \frac{5\sqrt{3}}{4} \right)

This example combines fractions with a second-quadrant angle, requiring careful attention to signs. Cosine and sine have different signs in different quadrants; the formulas automatically handle this. A verification check: (54)2+(534)2=2516+7516=10016=(52)2(-\frac{5}{4})^2 + (\frac{5\sqrt{3}}{4})^2 = \frac{25}{16} + \frac{75}{16} = \frac{100}{16} = (\frac{5}{2})^2, confirming the conversion.

3. Locate a rotating sensor on a laboratory platform

Problem

A rotating sensor arm on a test platform extends 6 meters from the center and points at an angle of π4\frac{\pi}{4} radians from the reference direction. What are the Cartesian coordinates of the sensor tip?
  1. r=6 m,θ=π4r = 6 \text{ m}, \quad \theta = \frac{\pi}{4}

    The sensor extends r=6r = 6 meters and points at angle θ=π4\theta = \frac{\pi}{4} (45°).

  2. cosπ4=sinπ4=22\cos \frac{\pi}{4} = \sin \frac{\pi}{4} = \frac{\sqrt{2}}{2}

    At 45°, both cosine and sine equal 22\frac{\sqrt{2}}{2}.

  3. x=6cosπ4=622=32 mx = 6 \cos \frac{\pi}{4} = 6 \cdot \frac{\sqrt{2}}{2} = 3\sqrt{2} \text{ m}

    The horizontal position is x=6×22=324.24x = 6 \times \frac{\sqrt{2}}{2} = 3\sqrt{2} \approx 4.24 meters.

  4. y=6sinπ4=622=32 my = 6 \sin \frac{\pi}{4} = 6 \cdot \frac{\sqrt{2}}{2} = 3\sqrt{2} \text{ m}

    The vertical position is y=6×22=324.24y = 6 \times \frac{\sqrt{2}}{2} = 3\sqrt{2} \approx 4.24 meters.

Answer: (32,32) m(3\sqrt{2}, 3\sqrt{2}) \text{ m}

Real-world measurements often use distance and angle from a fixed point, naturally expressed in polar form. Converting to Cartesian coordinates places the sensor at (32,32)(3\sqrt{2}, 3\sqrt{2}). Because the angle is 45°, the xx and yy coordinates are equal, placing the sensor on the line y=xy = x. Verification: (32)2+(32)2=36=6\sqrt{(3\sqrt{2})^2 + (3\sqrt{2})^2} = \sqrt{36} = 6 meters confirms the distance.

Common mistakes

Where Polar Coordinates usually goes wrong
Answer came out wrong
Writing x=rθx = r \theta or y=rθy = r \theta instead of using the cosine and sine formulas.
Always use the full conversion formulas: x=rcosθx = r \cos \theta and y=rsinθy = r \sin \theta.
Writing r2=x+yr^2 = x + y instead of r2=x2+y2r^2 = x^2 + y^2 when checking your work.
Always verify using r2=x2+y2r^2 = x^2 + y^2. For example, if r=5r = 5, x=3x = 3, and y=4y = 4, check that 52=32+425^2 = 3^2 + 4^2, which gives 25=9+16=2525 = 9 + 16 = 25 ✓.
Assuming that (r,θ)(r, \theta) has only one representation and not recognizing that (r,θ)=(r,θ+2π)=(r,θ+π)(r, \theta) = (r, \theta + 2\pi) = (-r, \theta + \pi) all describe the same point.
Recognize that polar coordinates are non-unique: (r,θ)(r, \theta), (r,θ+2πk)(r, \theta + 2\pi k), and (r,θ+π+2πk)(-r, \theta + \pi + 2\pi k) for integer kk all represent the same point. Only the final Cartesian coordinates (x,y)(x, y) are unique.
The mistakeWhy it is wrongThe fix
Writing x=rθx = r \theta or y=rθy = r \theta instead of using the cosine and sine formulas.The angle θ\theta alone does not determine how rr splits into horizontal and vertical components; the trigonometric functions cos\cos and sin\sin perform this projection.Always use the full conversion formulas: x=rcosθx = r \cos \theta and y=rsinθy = r \sin \theta.
Writing r2=x+yr^2 = x + y instead of r2=x2+y2r^2 = x^2 + y^2 when checking your work.The relationship comes from the Pythagorean theorem applied to the right triangle formed by xx, yy, and rr; both coordinate squares must be added together.Always verify using r2=x2+y2r^2 = x^2 + y^2. For example, if r=5r = 5, x=3x = 3, and y=4y = 4, check that 52=32+425^2 = 3^2 + 4^2, which gives 25=9+16=2525 = 9 + 16 = 25 ✓.
Assuming that (r,θ)(r, \theta) has only one representation and not recognizing that (r,θ)=(r,θ+2π)=(r,θ+π)(r, \theta) = (r, \theta + 2\pi) = (-r, \theta + \pi) all describe the same point.Adding 2π2\pi to the angle completes a full rotation back to the same direction; negative rr means moving in the opposite direction, which combines with π\pi radians to land at the same location.Recognize that polar coordinates are non-unique: (r,θ)(r, \theta), (r,θ+2πk)(r, \theta + 2\pi k), and (r,θ+π+2πk)(-r, \theta + \pi + 2\pi k) for integer kk all represent the same point. Only the final Cartesian coordinates (x,y)(x, y) are unique.

Tips and when to use something else

  • Always verify your conversion by computing r2=x2+y2r^2 = x^2 + y^2 from your final Cartesian coordinates; if rr does not match the original value, you made an arithmetic error.
  • When the angle lands in the second or third quadrant, be careful: cosine is negative there, correctly making the xx-coordinate negative.
  • For circular, spiral, or rotational problems—planetary orbits, rotating machinery, antenna patterns—polar coordinates often simplify the equations and geometry; reach for polar coordinates instead of trying to force everything into Cartesian xx and yy form.
  • If your angle is given in degrees, convert to radians first using radians=π180×degrees\text{radians} = \frac{\pi}{180} \times \text{degrees} before applying the conversion formulas, since these formulas assume radians.

Frequently asked questions

What's the difference between polar and Cartesian coordinates?
Cartesian coordinates (x,y)(x, y) describe a point by its horizontal and vertical distances from the origin. Polar coordinates (r,θ)(r, \theta) describe it by its distance from the origin and the angle from the positive x-axis. Both locate the exact same point; polar form is often simpler for circular, spiral, and rotational geometry.
Can the radius r be negative?
Yes, in extended polar coordinates, rr can be negative. When r<0r < 0, the point (r,θ)(r, \theta) is located at distance r|r| in the opposite direction—that is, at angle θ+π\theta + \pi. For example, (3,π4)(-3, \frac{\pi}{4}) and (3,5π4)(3, \frac{5\pi}{4}) represent the same point.
Should I use degrees or radians for the angle?
Use radians, which is the standard in calculus and higher mathematics, unless the problem explicitly asks for degrees. Radians avoid unit-conversion errors and are required for the derivative and integral formulas involving trigonometric functions.
Why do the conversion formulas use cosine and sine?
In the right triangle formed by the polar point, the origin, the x-axis, and the vertical line, the angle θ\theta sits at the origin. Cosine and sine directly give the adjacent and opposite sides of this triangle: the adjacent side (along the x-axis) is rcosθr \cos \theta and the opposite side (vertical) is rsinθr \sin \theta, by their definitions.

Need a different method?

The full solver is not scoped to one formula — type any problem and it will pick the method.

Open the math solver

Reviewed 2026-09-18