Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Polar coordinates describe points using a distance from the origin and an angle from a reference ray. This system is especially useful when a shape naturally turns around a center, such as circles, spirals, petals, and waves. Instead of moving horizontally and vertically like in rectangular coordinates, you move outward along a rotating direction.

Polar graphs help students connect geometry, trigonometry, and functions in a visual way.

A polar point is written as (r, theta), where r is the radius and theta is the angle. The same point can have many polar names because angles can repeat every 2 pi radians and negative radius values point in the opposite direction. Conversions use x = r cos(theta), y = r sin(theta), and r^2 = x^2 + y^2.

Curves such as r = a cos(theta), r = a + b cos(theta), and r = a sin(n theta) create recognizable shapes like circles, cardioids, and rose curves.

Key Facts

  • A polar point has the form (r, theta), where r is distance from the pole and theta is angle from the polar axis.
  • Rectangular conversion formulas are x = r cos(theta) and y = r sin(theta).
  • Polar conversion formulas are r^2 = x^2 + y^2 and tan(theta) = y/x, with quadrant checked carefully.
  • Adding 2 pi to the angle gives the same point: (r, theta) = (r, theta + 2 pi k) for any integer k.
  • A negative radius reverses direction: (-r, theta) represents the same point as (r, theta + pi).
  • Rose curves often have the form r = a sin(n theta) or r = a cos(n theta), with n petals if n is odd and 2n petals if n is even.

Vocabulary

Pole
The pole is the origin point of a polar coordinate system.
Polar axis
The polar axis is the reference ray from which angles are measured, usually pointing to the right.
Radius vector
A radius vector is the directed segment from the pole to a plotted polar point.
Cardioid
A cardioid is a heart-shaped polar curve often written as r = a + a cos(theta) or r = a + a sin(theta).
Rose curve
A rose curve is a petal-shaped polar graph produced by equations such as r = a sin(n theta) or r = a cos(n theta).

Common Mistakes to Avoid

  • Forgetting that theta can be repeated by adding 2 pi is wrong because polar coordinates are not unique. Always consider equivalent angles when identifying or plotting a point.
  • Using tan(theta) = y/x without checking the quadrant is wrong because tangent has the same value in opposite quadrants. Use the signs of x and y to choose the correct angle.
  • Plotting a negative r as if it were a positive distance in the same direction is wrong because negative radius points in the opposite direction. Convert (-r, theta) to (r, theta + pi) if that is easier to graph.
  • Counting petals of r = a sin(n theta) as always n is wrong because even values of n produce twice as many petals. Use n petals for odd n and 2n petals for even n.

Practice Questions

  1. 1 Convert the polar point (6, pi/3) to rectangular coordinates. Give exact values for x and y.
  2. 2 Convert the rectangular point (-3, 3 sqrt(3)) to polar coordinates with r > 0 and 0 <= theta < 2 pi.
  3. 3 Explain why the polar points (4, pi/6), (4, 13 pi/6), and (-4, 7 pi/6) all represent the same location.