Polar Coordinates: Plotting Points on the (r, θ) Grid

April 12, 2026

Problem

Plot the points (3, π/4), (5, 2π/3), and (−2, π/6) in polar coordinates. Show the polar grid with concentric circles and radial lines. Convert between polar (r, θ) and Cartesian (x, y) coordinates.

Explanation

Polar coordinates describe a point's location using a distance from the origin (rr) and an angle from the positive x-axis (θ\theta), instead of the Cartesian (x,y)(x, y).

Conversion formulas

Polar → Cartesian: x=rcosθx = r\cos\theta, y=rsinθy = r\sin\theta

Cartesian → Polar: r=x2+y2r = \sqrt{x^{2} + y^{2}}, θ=arctan(y/x)\theta = \arctan(y/x) (adjusted for quadrant)

Plotting the three points

(3,π/4)(3, \pi/4): r=3r = 3 at 45°45°. x=3cos45°=2.12x = 3\cos 45° = 2.12, y=3sin45°=2.12y = 3\sin 45° = 2.12. Upper-right quadrant.

(5,2π/3)(5, 2\pi/3): r=5r = 5 at 120°120°. x=5cos120°=2.5x = 5\cos 120° = -2.5, y=5sin120°=4.33y = 5\sin 120° = 4.33. Upper-left quadrant.

(2,π/6)(-2, \pi/6): Negative rr means go opposite direction. r=2r = -2 at 30°30° means go 2 units at 30°+180°=210°30° + 180° = 210°. x=2cos30°=1.73x = -2\cos 30° = -1.73, y=2sin30°=1.0y = -2\sin 30° = -1.0. Lower-left quadrant.

When to use polar coordinates

Polar coordinates shine when the geometry has circular symmetry — orbits, waves, antennas, radar, spirals. The equation of a circle of radius 5 centered at the origin is simply r=5r = 5 in polar (vs. x2+y2=25x^{2} + y^{2} = 25 in Cartesian).

Try it in the visualization

Click to place points on the polar grid. The (r,θ)(r, \theta) and (x,y)(x, y) coordinates are shown simultaneously. Toggle "show conversion" to see the conversion formulas applied. Drag the angle slider to sweep a ray and understand how θ\theta works.

Interactive Visualization

Parameters

3.00
45.00
Degrees
Your turn

Got your own math or physics problem?

Turn any problem into an interactive visualization like this one — powered by AI, generated in seconds. Free to try, no credit card required.

Sign Up Free to Try It30 free visualizations every day
Polar Coordinates: Plotting Points on the (r, θ) Grid | MathSpin