8. Midterm 1 and Change of Variables

Polar Coordinates

Polar Coordinates in Multivariable Calculus

students, imagine trying to describe a point on a map without using street names and avenue numbers. Instead, you say how far to walk from a landmark and what direction to face. That is the big idea behind polar coordinates 🌟 In this lesson, you will learn how polar coordinates describe points in the plane using distance and angle, how to switch between polar and rectangular coordinates, and why this system matters in Multivariable Calculus, especially for Midterm 1 and Change of Variables.

What polar coordinates are and why they matter

In rectangular coordinates, a point is written as $ (x,y) $. The first number tells how far left or right, and the second tells how far down or up. Polar coordinates use a different pair: $ (r,\theta) $. Here, $r$ is the distance from the origin, and $\theta$ is the angle measured from the positive $x$-axis.

This is useful when a problem has circular symmetry. For example, the distance from the center of a wheel, the pattern of ripples in water, or the shape of a spiral can be easier to describe with $r$ and $\theta$ than with $x$ and $y$. In many Multivariable Calculus problems, especially those on Change of Variables, polar coordinates simplify regions and integrals dramatically.

The main ideas are:

  • $r$ tells how far from the origin a point is.
  • $\theta$ tells the direction of the point.
  • A single point can sometimes have more than one polar description.

For example, the point $ (1,0) $ can be written as $ (1,0) $, but also as $ (1,2\pi) $ because turning all the way around lands in the same direction. It can even be written as $ (-1,\pi) $ because a negative radius points in the opposite direction.

Converting between rectangular and polar coordinates

To move from polar coordinates to rectangular coordinates, use the formulas

$$x=r\cos\theta$$

$$y=r\sin\theta$$

These come from right-triangle relationships: if $r$ is the hypotenuse and $\theta$ is the angle, then the horizontal leg is $r\cos\theta$ and the vertical leg is $r\sin\theta$.

To go the other way, from rectangular to polar, use

$$r=\sqrt{x^2+y^2}$$

and often

$$\tan\theta=\frac{y}{x}$$

with extra care about which quadrant the point is in. The formula $\tan\theta=\frac{y}{x}$ alone does not always identify the correct angle, because different angles can have the same tangent. That is why you must think about the signs of $x$ and $y$.

Example 1: rectangular to polar

Suppose the point is $ (\sqrt{3},1) $. Then

$$r=\sqrt{(\sqrt{3})^2+1^2}=\sqrt{4}=2$$

Also,

$$\tan\theta=\frac{1}{\sqrt{3}}$$

so $\theta=\frac{\pi}{6}$ because that angle is in Quadrant I and has tangent $\frac{1}{\sqrt{3}}$. So one polar form is

$$\left(2,\frac{\pi}{6}\right)$$

Example 2: polar to rectangular

If a point is given by

$$\left(3,\frac{5\pi}{6}\right)$$

then

$$x=3\cos\left(\frac{5\pi}{6}\right)=3\left(-\frac{\sqrt{3}}{2}\right)=-\frac{3\sqrt{3}}{2}$$

and

$$y=3\sin\left(\frac{5\pi}{6}\right)=3\left(\frac{1}{2}\right)=\frac{3}{2}$$

So the rectangular coordinates are

$$\left(-\frac{3\sqrt{3}}{2},\frac{3}{2}\right)$$

This conversion skill is important because many Multivariable Calculus questions ask you to rewrite a curve, region, or integral in a more helpful coordinate system.

Understanding graphing in polar coordinates

Polar graphs can look very different from graphs in $x$-$y$ coordinates. In polar form, the equation tells you how $r$ changes as $\theta$ changes.

Some common patterns are:

  • $r=c$ gives a circle centered at the origin with radius $c$.
  • $\theta=c$ gives a line through the origin making angle $c$ with the positive $x$-axis.
  • $r=2\cos\theta$ or $r=2\sin\theta$ gives a circle not centered at the origin.
  • Equations like $r=a\cos(n\theta)$ or $r=a\sin(n\theta)$ can make rose-shaped curves.

Example 3: the curve $r=2$

If $r=2$, then every point is exactly 2 units from the origin. That means the graph is a circle of radius $2$ centered at the origin. In rectangular coordinates, its equation is

$$x^2+y^2=4$$

Example 4: the curve $\theta=\frac{\pi}{4}$

If $\theta=\frac{\pi}{4}$, then the point must lie on the line making a $45^\circ$ angle with the positive $x$-axis. This line passes through the origin and includes points like $ (1,1) $ and $ (-1,-1) $.

Polar graphs are especially helpful when the shape is naturally centered at the origin or when the boundary is easier to write using distance and angle than using standard $x$ and $y$ equations. This is one reason polar coordinates show up so often in the change of variables topic.

Why polar coordinates help in integration

students, one of the biggest uses of polar coordinates in Multivariable Calculus is simplifying double integrals. In rectangular coordinates, a region like a disk can be awkward because its boundary is curved. In polar coordinates, the same region may become very simple.

For example, the disk

$$x^2+y^2\le 9$$

is hard to describe using only $x$ and $y$ limits, but in polar coordinates it becomes

$$0\le r\le 3,\quad 0\le \theta\le 2\pi$$

That is much easier to work with because the radius has a constant upper bound.

When changing variables from rectangular to polar in a double integral, the area element changes too. The important fact is

$$dA=r\,dr\,d\theta$$

This extra factor $r$ is the Jacobian for polar coordinates. It appears because tiny area pieces in polar form are not perfect rectangles; they are more like thin curved wedges. Near the origin, those wedges are very small, and farther out, they stretch wider.

Example 5: area of a disk

To find the area of the disk $x^2+y^2\le 4$, use polar coordinates:

$$\text{Area}=\int_0^{2\pi}\int_0^2 r\,dr\,d\theta$$

First integrate with respect to $r$:

$$\int_0^2 r\,dr=\frac{1}{2}r^2\Big|_0^2=2$$

Then integrate with respect to $\theta$:

$$\int_0^{2\pi}2\,d\theta=4\pi$$

That matches the formula for the area of a circle with radius $2$:

$$\pi(2)^2=4\pi$$

This is a great example of how polar coordinates connect directly to the broader Midterm 1 topic of Change of Variables.

Common mistakes and how to avoid them

Polar coordinates are powerful, but several common mistakes can cause trouble.

First, be careful with angles. The same point can often be written in more than one way. If a point is in Quadrant II, then the angle should be chosen accordingly, not just from the tangent value.

Second, remember that a negative radius changes the direction. For example,

$$\left(-2,\frac{\pi}{3}\right)$$

means move 2 units in the direction opposite $\frac{\pi}{3}$, which is the same as

$$\left(2,\frac{4\pi}{3}\right)$$

Third, when graphing, check whether the equation gives a full curve or only part of one. Some equations only describe certain angles or certain radii, so you may need to think about symmetry.

Fourth, in integration problems, do not forget the factor $r$. Without it, the area or mass calculation will be incorrect.

A useful strategy is to ask:

  • Is the region circular or radial?
  • Would $r$ and $\theta$ make the limits simpler?
  • Does the equation involve $x^2+y^2$ or a circle centered at the origin?

If the answer is yes, polar coordinates may be the best choice.

Connecting polar coordinates to the bigger course picture

Polar coordinates are not just a separate trick. They are part of a larger idea in Multivariable Calculus: choose coordinates that fit the problem. That is the heart of Change of Variables.

In rectangular coordinates, a double integral is usually written as

$$\iint_R f(x,y)\,dA$$

After converting to polar, it becomes

$$\iint_R f(r\cos\theta,r\sin\theta)\,r\,dr\,d\theta$$

This transformation makes difficult regions and integrands easier when the geometry matches circles, sectors, or radial symmetry. Polar coordinates are one of the first and most important examples of a change of variables, and they prepare you for more advanced coordinate changes later in the course.

students, if you can convert between coordinate systems, recognize when a region is naturally polar, and remember the area factor $r$, you have a strong foundation for Midterm 1 and beyond 📘

Study Notes

  • Polar coordinates describe a point using distance and angle: $ (r,\theta) $.
  • The conversion formulas are $x=r\cos\theta$ and $y=r\sin\theta$.
  • To convert back, use $r=\sqrt{x^2+y^2}$ and determine $\theta$ by quadrant awareness.
  • A point can have multiple polar representations, such as $ (r,\theta) $ and $ (r,\theta+2\pi) $.
  • A negative radius means the point is plotted in the opposite direction of the angle.
  • The graph $r=c$ is a circle centered at the origin, and $\theta=c$ is a line through the origin.
  • In double integrals, the area element becomes $dA=r\,dr\,d\theta$.
  • Polar coordinates are especially useful for disks, circles, sectors, and other regions with rotational symmetry.
  • The factor $r$ in $dA=r\,dr\,d\theta$ is the Jacobian for polar coordinates.
  • Polar coordinates are a major example of Change of Variables in Multivariable Calculus and are a key Midterm 1 skill.

Practice Quiz

5 questions to test your understanding