4. Multiple Integrals

Double Integrals In Polar Coordinates

Covers double integrals in polar coordinates and their applications in circular regions.

Double Integrals in Polar Coordinates

Welcome, students! Today, we’re diving into the world of double integrals—specifically, how to solve them using polar coordinates. By the end of this lesson, you’ll understand how to evaluate integrals over circular regions, convert between rectangular and polar forms, and apply these concepts to real-world problems. Let’s explore how polar coordinates make certain integrals simpler and more intuitive. Ready? Let’s roll! 🎯

What Are Polar Coordinates and Why Use Them?

Before we jump into double integrals, let’s recall what polar coordinates are. In the Cartesian (rectangular) coordinate system, we use $(x, y)$ to locate points. In polar coordinates, we use $(r, \theta)$, where:

  • $r$ is the distance from the origin to the point.
  • $\theta$ (theta) is the angle measured from the positive $x$-axis to the line connecting the origin and the point.

A quick formula refresher:

  • $x = r \cos(\theta)$
  • $y = r \sin(\theta)$

So why use polar coordinates? 🤔

Imagine trying to find the area under a curve in a circular region. Rectangular coordinates can get messy with square roots and complicated bounds. Polar coordinates are a game-changer here because they align naturally with circles and angles. This makes integration over circular or wedge-shaped regions much easier.

Let’s explore how to set up and solve double integrals in polar coordinates step by step.

Converting Double Integrals from Rectangular to Polar Form

1. The Jacobian: Changing Areas from $dx\,dy$ to $r\,dr\,d\theta$

When we switch from rectangular to polar coordinates, we must account for how areas transform. In rectangular coordinates, a tiny area element is $dA = dx\,dy$. In polar coordinates, the tiny area element is shaped like a wedge of a circle. Its area is:

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

This factor $r$ is called the Jacobian. It adjusts for the fact that as you move further from the origin, the arc length grows proportionally with $r$.

So when converting a double integral from rectangular to polar form, we replace $dx\,dy$ with $r\,dr\,d\theta$.

2. Converting the Integrand

The integrand (the function you’re integrating) also needs to be expressed in terms of $r$ and $\theta$. Use the relationships:

  • $x = r \cos(\theta)$
  • $y = r \sin(\theta)$

For example, if the integrand is $f(x, y) = x^2 + y^2$, we convert it to polar:

$$ f(r, \theta) = (r \cos(\theta))^2 + (r \sin(\theta))^2 = r^2 (\cos^2(\theta) + \sin^2(\theta)) = r^2 $$

Notice how the integrand simplifies beautifully in polar form! That’s one of the key advantages of this conversion.

3. Setting the Bounds

The next step is to figure out the bounds of integration. This is where polar coordinates shine for circular regions.

For example, consider the region inside a circle of radius $R$. In rectangular coordinates, this region is defined by:

$$ x^2 + y^2 \leq R^2 $$

In polar coordinates, this becomes:

$$ r \leq R $$

The angle $\theta$ typically ranges from $0$ to $2\pi$ for a full circle. For partial wedges, you might use a smaller range, like $0$ to $\pi/2$ for the first quadrant.

So the bounds for the double integral in polar coordinates over a full circle of radius $R$ would be:

  • $0 \leq r \leq R$
  • $0 \leq \theta \leq 2\pi$

Putting It All Together

Let’s summarize the conversion steps:

  1. Convert the integrand $f(x, y)$ to $f(r, \theta)$.
  2. Replace $dx\,dy$ with $r\,dr\,d\theta$.
  3. Determine the new bounds for $r$ and $\theta$ based on the region.
  4. Set up the integral and solve.

Solving Double Integrals in Polar Coordinates: Examples

Example 1: Area of a Circle

Let’s find the area of a circle of radius $R$. This is a great starting point to see polar coordinates in action.

We know the formula for the area of a circle is $\pi R^2$. Let’s confirm this using a double integral.

We’re integrating the function $f(x, y) = 1$ over the region inside the circle. In polar coordinates, that’s $f(r, \theta) = 1$.

The integral becomes:

$$ \int_0^{2\pi} \int_0^R 1 \cdot r\,dr\,d\theta $$

Let’s solve it step by step.

  1. Integrate with respect to $r$:

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

  1. Now integrate with respect to $\theta$:

$$ \int_0^{2\pi} \frac{R^2}{2}\,d\theta = \frac{R^2}{2} \cdot 2\pi = \pi R^2 $$

Voilà! We’ve confirmed the area of a circle using double integrals in polar coordinates. 🟢

Example 2: Integrating a Function Over a Circular Region

Now let’s tackle a more interesting example. We’ll integrate the function $f(x, y) = x^2 + y^2$ over the same circle of radius $R$.

In polar coordinates, we already found that $f(r, \theta) = r^2$.

So the integral is:

$$ \int_0^{2\pi} \int_0^R r^2 \cdot r\,dr\,d\theta = \int_0^{2\pi} \int_0^R r^3\,dr\,d\theta $$

  1. Integrate with respect to $r$:

$$ \int_0^R r^3\,dr = \frac{r^4}{4} \Big|_0^R = \frac{R^4}{4} $$

  1. Now integrate with respect to $\theta$:

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

So the value of the integral is $\frac{\pi R^4}{2}$. Notice how polar coordinates made the integration straightforward. 💡

Real-World Applications of Polar Double Integrals

1. Finding the Mass of a Lamina

Imagine a thin, flat plate (a lamina) shaped like a disk of radius $R$. Suppose the density of the lamina varies with distance from the center. Let the density be given by $\rho(r) = kr$, where $k$ is a constant.

We want to find the total mass of the lamina.

The mass is the double integral of the density over the region. So we set up the integral:

$$ \text{Mass} = \int_0^{2\pi} \int_0^R kr \cdot r\,dr\,d\theta = \int_0^{2\pi} \int_0^R k r^2\,dr\,d\theta $$

  1. Integrate with respect to $r$:

$$ \int_0^R k r^2\,dr = k \cdot \frac{r^3}{3} \Big|_0^R = k \cdot \frac{R^3}{3} $$

  1. Now integrate with respect to $\theta$:

$$ \int_0^{2\pi} \frac{k R^3}{3}\,d\theta = \frac{k R^3}{3} \cdot 2\pi = \frac{2\pi k R^3}{3} $$

So the total mass of the lamina is $\frac{2\pi k R^3}{3}$. This is a powerful application of double integrals in polar coordinates! 🪙

2. Electric Potential and Fields

In physics, polar coordinates often appear when dealing with problems involving circular symmetry. For instance, the electric potential at a point due to a circular charge distribution can be found using double integrals in polar coordinates.

Suppose we have a circular region of radius $R$ with a uniform charge density $\sigma$. The total charge $Q$ is:

$$ Q = \int_0^{2\pi} \int_0^R \sigma \cdot r\,dr\,d\theta = \sigma \int_0^{2\pi} \int_0^R r\,dr\,d\theta $$

  1. Integrate with respect to $r$:

$$ \int_0^R r\,dr = \frac{R^2}{2} $$

  1. Now integrate with respect to $\theta$:

$$ \sigma \int_0^{2\pi} \frac{R^2}{2}\,d\theta = \sigma \cdot \frac{R^2}{2} \cdot 2\pi = \pi \sigma R^2 $$

So the total charge is $Q = \pi \sigma R^2$. This is another example where the symmetry of the problem makes polar coordinates the natural choice. ⚡

Conclusion

We’ve covered a lot of ground today, students! You learned how to convert double integrals from rectangular to polar coordinates, including transforming the integrand, changing the area element, and setting new bounds. We explored examples like finding the area of a circle, integrating functions over circular regions, and applying these concepts to physical problems like mass and electric charge.

Remember, polar coordinates are your best friend when dealing with circular symmetry. They simplify complicated integrals and make solving problems more intuitive. Keep practicing, and soon you’ll master double integrals in polar coordinates! 🚀

Study Notes

  • Polar coordinates: $(r, \theta)$ where $x = r \cos(\theta)$ and $y = r \sin(\theta)$.
  • Area element in polar coordinates: $dA = r\,dr\,d\theta$.
  • Conversion of integrand:
  • Example: $x^2 + y^2 = r^2$.
  • Steps to convert a double integral:
  1. Convert the integrand $f(x, y)$ to $f(r, \theta)$.
  2. Replace $dx\,dy$ with $r\,dr\,d\theta$.
  3. Determine bounds for $r$ and $\theta$.
  4. Integrate step by step.
  • Example: Area of a circle of radius $R$:

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

  • Example: Integral of $f(x, y) = x^2 + y^2$ over a circle:

$$ \int_0^{2\pi} \int_0^R r^3\,dr\,d\theta = \frac{\pi R^4}{2} $$

  • Application: Mass of a lamina with density $\rho(r) = kr$:

$$ \text{Mass} = \frac{2\pi k R^3}{3} $$

  • Total charge $Q$ on a uniformly charged disk:

$$ Q = \pi \sigma R^2 $$

  • Key formula:

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

  • Bounds for full circle:

$$ 0 \leq r \leq R, \quad 0 \leq \theta \leq 2\pi $$

Keep practicing these steps and concepts, and you’ll soon feel at home with double integrals in polar coordinates. Great job today, students! 🌟

Practice Quiz

5 questions to test your understanding