Fiveable

Calculus IV Unit 11 Review

QR code for Calculus IV practice questions

11.1 Polar coordinate system and transformation

11.1 Polar coordinate system and transformation

Written by the Fiveable Content Team • Last updated August 2025
Written by the Fiveable Content Team • Last updated August 2025
Calculus IV
Unit & Topic Study Guides

Polar coordinates describe points in a plane using a distance and an angle rather than horizontal and vertical displacements. This system becomes essential in Calculus IV because many regions of integration (disks, annuli, sectors) are naturally circular, and expressing them in polar form dramatically simplifies double integrals. Here you'll build fluency with the polar system itself, coordinate transformations, and the standard polar curves you'll encounter when setting up integration bounds.

Polar Coordinate System

Defining Polar Coordinates

Every point in the plane can be located by two pieces of information: how far it is from the origin and what direction you go to reach it.

  • The radius rr is the distance from the origin (called the pole) to the point.
  • The angle θ\theta is measured counterclockwise from the positive xx-axis to the ray connecting the origin to the point.
  • A point is written as (r,θ)(r, \theta).

Unlike Cartesian coordinates, polar representations are not unique. Adding 2π2\pi to θ\theta gives the same point, and the origin can be written (0,θ)(0, \theta) for any θ\theta. Negative rr values are also valid: the point (r,θ)(-r, \theta) is the same as (r,θ+π)(r, \theta + \pi), meaning you go distance rr in the opposite direction.

Relationship to Cartesian Coordinates

The two systems are connected through trigonometry. These conversion formulas will show up constantly when you set up polar double integrals.

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 ⁣(yx)\theta = \arctan\!\left(\frac{y}{x}\right)

The θ\theta formula requires care with quadrants. The function arctan(y/x)\arctan(y/x) only returns values in (π/2,π/2)(-\pi/2,\, \pi/2), which covers quadrants I and IV. If the point lies in quadrant II or III (i.e., x<0x < 0), you need to add π\pi:

θ=arctan ⁣(yx)+πwhen x<0\theta = \arctan\!\left(\frac{y}{x}\right) + \pi \quad \text{when } x < 0

If the point is on the negative yy-axis or at the origin, handle it by inspection. Many textbooks use atan2(y,x)\text{atan2}(y, x) to sidestep this issue, but on exams you should check the quadrant manually.

Coordinate Transformation

Defining Polar Coordinates, Polar Coordinates · Calculus

Polar to Cartesian Transformation

  1. Start with the polar point (r,θ)(r, \theta).
  2. Compute x=rcosθx = r\cos\theta.
  3. Compute y=rsinθy = r\sin\theta.

Example: Convert (3,π/4)(3,\, \pi/4) to Cartesian form.

  • x=3cos(π/4)=322=322x = 3\cos(\pi/4) = 3 \cdot \frac{\sqrt{2}}{2} = \frac{3\sqrt{2}}{2}
  • y=3sin(π/4)=322=322y = 3\sin(\pi/4) = 3 \cdot \frac{\sqrt{2}}{2} = \frac{3\sqrt{2}}{2}

The exact Cartesian coordinates are (322,322)\left(\frac{3\sqrt{2}}{2},\, \frac{3\sqrt{2}}{2}\right), which is approximately (2.121,2.121)(2.121,\, 2.121).

Cartesian to Polar Transformation

  1. Start with the Cartesian point (x,y)(x, y).
  2. Compute r=x2+y2r = \sqrt{x^2 + y^2}.
  3. Find the reference angle: α=arctan ⁣(yx)\alpha = \arctan\!\left(\frac{|y|}{|x|}\right).
  4. Adjust θ\theta based on which quadrant (x,y)(x, y) falls in.

Example: Convert (1,1)(-1, 1) to polar form.

  • r=(1)2+12=2r = \sqrt{(-1)^2 + 1^2} = \sqrt{2}
  • The reference angle is arctan(1/1)=π/4\arctan(1/1) = \pi/4.
  • The point is in quadrant II (x<0,y>0x < 0,\, y > 0), so θ=ππ/4=3π4\theta = \pi - \pi/4 = \frac{3\pi}{4}.
  • Polar coordinates: (2,3π4)\left(\sqrt{2},\, \frac{3\pi}{4}\right).

Converting Equations (Not Just Points)

For double integrals you'll often need to convert entire equations, not just individual points. Two substitutions are especially handy:

  • x2+y2=r2x^2 + y^2 = r^2 — turns circles centered at the origin into simple expressions in rr.
  • x=rcosθ,  y=rsinθx = r\cos\theta,\; y = r\sin\theta — handles everything else.

For instance, the circle x2+y2=9x^2 + y^2 = 9 becomes r2=9r^2 = 9, or simply r=3r = 3. The line y=xy = x becomes rsinθ=rcosθr\sin\theta = r\cos\theta, which simplifies to θ=π/4\theta = \pi/4.

Defining Polar Coordinates, Polar Coordinates – Algebra and Trigonometry OpenStax

Graphing in Polar Coordinates

Polar Equations

A polar equation has the form r=f(θ)r = f(\theta). For each angle θ\theta, the function tells you how far from the origin the curve extends. To sketch one by hand:

  1. Build a table of (r,θ)(r, \theta) values, sampling θ\theta at regular intervals (every π/6\pi/6 or π/4\pi/4 works well).
  2. Plot each point on polar graph paper (or on Cartesian axes by converting).
  3. Connect the points with a smooth curve.

Graphing Techniques

Before plotting every single point, look for shortcuts:

  • Symmetry about the polar axis (the positive xx-axis): Replace θ\theta with θ-\theta. If the equation is unchanged, the curve is symmetric about the polar axis.
  • Symmetry about the line θ=π/2\theta = \pi/2: Replace θ\theta with πθ\pi - \theta. If unchanged, the curve is symmetric about the yy-axis.
  • Symmetry about the origin: Replace rr with r-r. If unchanged, the curve has origin symmetry.

Using symmetry, you can often plot just half (or a quarter) of the curve and reflect.

Example: For r=2cos(3θ)r = 2\cos(3\theta), the factor of 3 inside the cosine tells you the curve is a rose with 3 petals (odd nn gives nn petals). Each petal spans an angular width of π/3\pi/3. You only need to trace θ[0,π]\theta \in [0, \pi] and the full curve emerges.

Special Polar Graphs

These curves appear frequently as boundaries in polar double integrals. Recognizing them on sight saves time when setting up integration limits.

  • Circle centered at origin: r=ar = a. Radius aa, centered at the pole.
  • Cardioid: r=a(1+cosθ)r = a(1 + \cos\theta) or r=a(1+sinθ)r = a(1 + \sin\theta). Heart-shaped curve that passes through the origin. The version with cos\cos is symmetric about the xx-axis; the version with sin\sin is symmetric about the yy-axis.
  • Limaçon: r=a+bcosθr = a + b\cos\theta. When a=ba = b you get a cardioid. When a<ba < b the curve has an inner loop. When a>ba > b there's no loop, just a dimple (or none at all if a2ba \geq 2b).
  • 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.
  • Lemniscate: r2=a2cos(2θ)r^2 = a^2\cos(2\theta). A figure-eight shape centered at the origin, existing only where cos(2θ)0\cos(2\theta) \geq 0.

Being comfortable with these curves and the transformation formulas will make setting up polar double integrals in the next sections much more straightforward.