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 a point by its distance from the origin and its angle from a reference direction. Instead of using horizontal and vertical distances like (x, y), a polar point is written as (r, θ). This system is especially useful for circular motion, rotations, spirals, waves, and any situation with symmetry around a center.

Learning polar coordinates helps connect geometry, trigonometry, and graphing in one visual system.

The radius r tells how far the point is from the pole, which is the polar origin, while the angle θ tells the direction of the point from the positive x-axis. Converting between polar and rectangular coordinates uses right-triangle trigonometry. Polar equations such as r = 3, θ = π/4, or r = 2cos θ create curves based on radius and angle.

Understanding how to plot, convert, and interpret these equations makes many advanced graphs easier to analyze.

Key Facts

  • A polar coordinate point is written as (r, θ), where r is distance from the origin and θ is the angle from the positive x-axis.
  • Rectangular to polar radius: r = sqrt(x^2 + y^2).
  • Polar to rectangular coordinates: x = r cos θ and y = r sin θ.
  • Angle from rectangular coordinates: tan θ = y/x, but the quadrant must be checked.
  • The polar equation r = a is a circle centered at the pole with radius a.
  • The polar equation θ = c is a straight line through the pole making angle c with the positive x-axis.

Vocabulary

Polar coordinate
A coordinate pair (r, θ) that locates a point using distance from the origin and angle from a reference axis.
Pole
The origin of the polar coordinate system, where r = 0.
Polar axis
The reference ray, usually the positive x-axis, from which polar angles are measured.
Radius
The value r in polar coordinates that gives the directed distance from the pole to the point.
Polar equation
An equation involving r and θ whose solutions form a graph in the polar coordinate plane.

Common Mistakes to Avoid

  • Using θ as a distance, which is wrong because θ measures direction while r measures distance from the pole.
  • Forgetting quadrant information when using tan θ = y/x, which can give an angle pointing in the wrong direction.
  • Assuming every polar point has only one name, which is wrong because angles can differ by multiples of 2π and negative r values can represent the same point.
  • Mixing degrees and radians in calculations, which gives incorrect values for sine, cosine, and graphing unless the calculator mode matches the problem.

Practice Questions

  1. 1 Plot the polar point P(3, π/6) and convert it to rectangular coordinates. Give exact values for x and y.
  2. 2 Convert the rectangular point (-2, 2) to polar coordinates with r > 0 and 0 ≤ θ < 2π.
  3. 3 Explain why the polar coordinates (4, π/3), (4, 7π/3), and (-4, 4π/3) all represent the same point.