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 r0r \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=412=2x = 4\cos\frac{\pi}{3} = 4 \cdot \frac{1}{2} = 2, and y=4sinπ3=432=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 θ=tan1 ⁣(yx)\theta = \tan^{-1}\!\left(\frac{y}{x}\right), then adjust for the correct quadrant.

The quadrant adjustments matter because tan1\tan^{-1} only returns values in (π2,π2)\left(-\frac{\pi}{2}, \frac{\pi}{2}\right):

  • If x>0x > 0: θ=tan1 ⁣(yx)\theta = \tan^{-1}\!\left(\frac{y}{x}\right) (Quadrants I and IV are already covered)
  • If x<0x < 0 and y0y \geq 0: θ=tan1 ⁣(yx)+π\theta = \tan^{-1}\!\left(\frac{y}{x}\right) + \pi (Quadrant II)
  • If x<0x < 0 and y<0y < 0: θ=tan1 ⁣(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), θ=tan1 ⁣(31)+π=π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
    • ab2\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: (x1)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 (x1)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.

Pep mascot
Upgrade your Fiveable account to print any study guide

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Click below to go to billing portal → update your plan → choose Yearly → and select "Fiveable Share Plan". Only pay the difference

Plan is open to all students, teachers, parents, etc
Pep mascot
Upgrade your Fiveable account to export vocabulary

Download study guides as beautiful PDFs See example

Print or share PDFs with your students

Always prints our latest, updated content

Mark up and annotate as you study

Plan is open to all students, teachers, parents, etc
report an error
description

screenshots help us find and fix the issue faster (optional)

add screenshot

2,589 studying →