Fiveable

โž—Calculus II Unit 7 Review

QR code for Calculus II practice questions

7.3 Polar Coordinates

7.3 Polar Coordinates

Written by the Fiveable Content Team โ€ข Last updated August 2025
Written by the Fiveable Content Team โ€ข Last updated August 2025
โž—Calculus II
Unit & Topic Study Guides

Polar coordinates give you a different way to locate points in a plane: instead of measuring horizontal and vertical distances (x, y), you measure how far a point is from the origin and what angle it makes with the positive x-axis. This system is far more natural for describing curves with circular or rotational structure, like spirals, roses, and cardioids.

Converting fluently between polar and rectangular coordinates is essential for this unit. Many curves that look nightmarish in rectangular form become elegant one-liners in polar form, and vice versa.

Polar Coordinate System

Plotting in polar coordinates

A point in polar coordinates is written as (r,ฮธ)(r, \theta), where:

  • rr (the radial coordinate) measures the distance from the origin. While rโ‰ฅ0r \geq 0 in the simplest cases, negative rr values are allowed (more on that below).
  • ฮธ\theta (the angular coordinate) measures the angle counterclockwise from the positive x-axis. It can be any real number.

The polar point (r,ฮธ)(r, \theta) corresponds to the rectangular point (rcosโกฮธ,โ€‰rsinโกฮธ)(r\cos\theta,\, r\sin\theta).

A few things that trip people up:

  • The origin is (0,ฮธ)(0, \theta) for any value of ฮธ\theta. Since the distance is 0, the angle doesn't matter.
  • Negative rr values flip the point to the opposite side. The point (โˆ’r,ฮธ)(-r, \theta) is the same as (r,ฮธ+ฯ€)(r, \theta + \pi). You go rr units in the direction opposite to ฮธ\theta.
  • Non-unique representations. Unlike rectangular coordinates, every point has infinitely many polar representations. For example, (3,ฯ€4)(3, \frac{\pi}{4}) and (3,ฯ€4+2ฯ€)(3, \frac{\pi}{4} + 2\pi) are the same point, and so is (โˆ’3,ฯ€4+ฯ€)(-3, \frac{\pi}{4} + \pi).

Angles can be in degrees or radians. To convert:

  • Degrees to radians: multiply by ฯ€180\frac{\pi}{180}
  • Radians to degrees: multiply by 180ฯ€\frac{180}{\pi}

Rectangular to polar transformations

Polar โ†’ Rectangular is straightforward:

  1. x=rcosโกฮธx = r\cos\theta
  2. y=rsinโกฮธy = r\sin\theta

Example: Convert (4,ฯ€3)(4, \frac{\pi}{3}) to rectangular. x=4cosโกฯ€3=4โ‹…12=2x = 4\cos\frac{\pi}{3} = 4 \cdot \frac{1}{2} = 2, and y=4sinโกฯ€3=4โ‹…32=23y = 4\sin\frac{\pi}{3} = 4 \cdot \frac{\sqrt{3}}{2} = 2\sqrt{3}. The rectangular point is (2,23)(2, 2\sqrt{3}).

Rectangular โ†’ Polar requires more care because of quadrant issues:

  1. Find rr: r=x2+y2r = \sqrt{x^2 + y^2}
  2. Find ฮธ\theta: use ฮธ=tanโกโˆ’1โ€‰โฃ(yx)\theta = \tan^{-1}\!\left(\frac{y}{x}\right), then adjust for the correct quadrant.

The quadrant adjustments matter because tanโกโˆ’1\tan^{-1} only returns values in (โˆ’ฯ€2,ฯ€2)\left(-\frac{\pi}{2}, \frac{\pi}{2}\right):

  • If x>0x > 0: ฮธ=tanโกโˆ’1โ€‰โฃ(yx)\theta = \tan^{-1}\!\left(\frac{y}{x}\right) (Quadrants I and IV are already covered)
  • If x<0x < 0 and yโ‰ฅ0y \geq 0: ฮธ=tanโกโˆ’1โ€‰โฃ(yx)+ฯ€\theta = \tan^{-1}\!\left(\frac{y}{x}\right) + \pi (Quadrant II)
  • If x<0x < 0 and y<0y < 0: ฮธ=tanโกโˆ’1โ€‰โฃ(yx)+ฯ€\theta = \tan^{-1}\!\left(\frac{y}{x}\right) + \pi (Quadrant III)
  • If x=0x = 0 and y>0y > 0: ฮธ=ฯ€2\theta = \frac{\pi}{2}
  • If x=0x = 0 and y<0y < 0: ฮธ=โˆ’ฯ€2\theta = -\frac{\pi}{2}

Note: for Quadrant III, adding +ฯ€+\pi (rather than โˆ’ฯ€-\pi) gives you the standard angle in (ฯ€,2ฯ€)(\pi, 2\pi) or equivalently you can use โˆ’ฯ€-\pi to get the angle in (โˆ’ฯ€,0)(-\pi, 0). Either convention works as long as the angle points to the correct quadrant.

Example: Convert (โˆ’1,3)(-1, \sqrt{3}) to polar. r=1+3=2r = \sqrt{1 + 3} = 2. Since x<0x < 0 and y>0y > 0 (Quadrant II), ฮธ=tanโกโˆ’1โ€‰โฃ(3โˆ’1)+ฯ€=โˆ’ฯ€3+ฯ€=2ฯ€3\theta = \tan^{-1}\!\left(\frac{\sqrt{3}}{-1}\right) + \pi = -\frac{\pi}{3} + \pi = \frac{2\pi}{3}. The polar point is (2,2ฯ€3)(2, \frac{2\pi}{3}).

Plotting in polar coordinates, Polar plot with grid | TikZ example

Polar Curves and Equations

Graphing polar equations

To graph r=f(ฮธ)r = f(\theta):

  1. Choose ฮธ\theta values at regular intervals (increments of ฯ€6\frac{\pi}{6} or ฯ€4\frac{\pi}{4} work well).
  2. Compute the corresponding rr for each ฮธ\theta.
  3. Plot each (r,ฮธ)(r, \theta) on a polar grid and connect the points smoothly.

Before plotting, check for symmetry (covered below) so you can reduce your work.

Common polar curve families:

  • Cardioids: r=a(1ยฑcosโกฮธ)r = a(1 \pm \cos\theta) or r=a(1ยฑsinโกฮธ)r = a(1 \pm \sin\theta). Heart-shaped curves that pass through the origin. These are the special case of limaรงons where a=ba = b.
  • Limaรงons: r=aยฑbcosโกฮธr = a \pm b\cos\theta or r=aยฑbsinโกฮธr = a \pm b\sin\theta. The shape depends on the ratio ab\frac{a}{b}:
    • ab<1\frac{a}{b} < 1: inner loop
    • ab=1\frac{a}{b} = 1: cardioid (no loop, cusp at origin)
    • 1<ab<21 < \frac{a}{b} < 2: dimpled, no loop
    • abโ‰ฅ2\frac{a}{b} \geq 2: convex (nearly oval)
  • Rose curves: r=acosโก(nฮธ)r = a\cos(n\theta) or r=asinโก(nฮธ)r = a\sin(n\theta). If nn is odd, the curve has nn petals. If nn is even, it has 2n2n petals. Each petal has length aa.
  • Lemniscates: r2=a2cosโก(2ฮธ)r^2 = a^2\cos(2\theta) or r2=a2sinโก(2ฮธ)r^2 = a^2\sin(2\theta). Figure-eight shaped curves centered at the origin.
  • Spirals: r=aฮธr = a\theta (Archimedean spiral) or r=aebฮธr = ae^{b\theta} (logarithmic spiral). These wind outward from the origin.
Plotting in polar coordinates, Polar Coordinates ยท Calculus

Polar vs rectangular equations

Rectangular โ†’ Polar:

  1. Replace xx with rcosโกฮธr\cos\theta and yy with rsinโกฮธr\sin\theta.
  2. Use x2+y2=r2x^2 + y^2 = r^2 when you see the sum of squares.
  3. Simplify using trig identities.

Polar โ†’ Rectangular:

  1. Multiply through by rr if needed so that terms like rcosโกฮธr\cos\theta or rsinโกฮธr\sin\theta appear (which you can replace with xx and yy).
  2. Replace r2r^2 with x2+y2x^2 + y^2, rcosโกฮธr\cos\theta with xx, and rsinโกฮธr\sin\theta with yy.
  3. Simplify.

Example: Convert r=2cosโกฮธr = 2\cos\theta to rectangular form. Multiply both sides by rr: r2=2rcosโกฮธr^2 = 2r\cos\theta. Substitute: x2+y2=2xx^2 + y^2 = 2x. Rearranging: (xโˆ’1)2+y2=1(x-1)^2 + y^2 = 1. That's a circle of radius 1 centered at (1,0)(1, 0).

This example shows why polar form is often cleaner: r=2cosโกฮธr = 2\cos\theta is much simpler than (xโˆ’1)2+y2=1(x-1)^2 + y^2 = 1 for graphing purposes.

Symmetry in polar curves

Symmetry tests let you reduce the amount of graphing work. There are three main tests:

  • Symmetry about the polar axis (the line ฮธ=0\theta = 0, i.e., the x-axis): Replace ฮธ\theta with โˆ’ฮธ-\theta. If the equation is unchanged, the curve is symmetric about the polar axis. Curves involving cosโกฮธ\cos\theta often have this symmetry.
  • Symmetry about the line ฮธ=ฯ€2\theta = \frac{\pi}{2} (the y-axis): Replace ฮธ\theta with ฯ€โˆ’ฮธ\pi - \theta. If the equation is unchanged, the curve is symmetric about this vertical line. Curves involving sinโกฮธ\sin\theta often have this symmetry.
  • Symmetry about the origin: Replace rr with โˆ’r-r (or equivalently, replace ฮธ\theta with ฮธ+ฯ€\theta + \pi). If the equation is unchanged, the curve has origin symmetry.

A caution: these are sufficient tests, not necessary ones. A curve can have a symmetry even if it fails the corresponding algebraic test, because of the non-uniqueness of polar representations. If a test passes, symmetry is guaranteed. If it fails, you can't be certain the symmetry is absent without further analysis.

Applications of Polar Coordinates

Connections to parametric equations and complex numbers

Polar coordinates connect naturally to parametric equations. Any polar curve r=f(ฮธ)r = f(\theta) can be written parametrically as:

  • x(ฮธ)=f(ฮธ)cosโกฮธx(\theta) = f(\theta)\cos\theta
  • y(ฮธ)=f(ฮธ)sinโกฮธy(\theta) = f(\theta)\sin\theta

This is useful when you need to compute derivatives or arc lengths using parametric techniques from earlier in this unit.

Complex numbers also have a polar form. A complex number z=a+biz = a + bi can be written as z=r(cosโกฮธ+isinโกฮธ)z = r(\cos\theta + i\sin\theta), where r=โˆฃzโˆฃ=a2+b2r = |z| = \sqrt{a^2 + b^2} and ฮธ=argโก(z)\theta = \arg(z). Euler's formula compresses this to z=reiฮธz = re^{i\theta}, which makes multiplication and exponentiation of complex numbers much more intuitive: you multiply the moduli and add the angles.