Double integrals in polar coordinates (article) | Khan Academy (2024)

Google Classroom

If you have a two-variable function described using polar coordinates, how do you compute its double integral?

Background

  • Polar coordinates (video)
  • Double integrals beyond volume

What we're building to

  • When you are performing a double integral,

    RfdA

    if you wish to express the function f and the bounds for the region R in polar coordinates (r,θ), the way to expand the tiny area dA is

    dA=rdθdr

    (Pay attention to the fact that the variable r is part of this expression)

  • Beyond that one rule, these double integrals are mostly about being careful to make sure the bounds of your integrals appropriately encode the region R.

  • Integrating using polar coordinates is handy whenever your function or your region have some kind of rotational symmetry. For example, polar coordinates are well-suited for integration in a disk, or for functions including the expression x2+y2.

Example 1: Tiny areas in polar coordinates

Suppose we have a multivariable function defined using the polar coordinates r and θ,

f(r,θ)=r2

And let's say you want to find the double integral of this function in the region where

r2

This is a disc of radius 2 centered at the origin.

Written abstractly, here's what this double integral might look like:

r2r2dA

You could interpret this as the volume underneath a paraboloid (the three-dimensional analog of a parabola), as pictured below:

The question is, what do we do with that dA term?

Warning!: You might be tempted to replace dA with dθdr, since in cartesian coordinates we replace it with dxdy. But this is not correct!

Remember what a double integral is doing: It chops up the region that we are integrating over into tiny pieces, and dA represents the area of each one of those pieces. For example, chopping up our disc of radius 2 might look like this:

Why did I choose to chop it in this spiderweb pattern, as opposed to using vertical and horizontal lines? Since we are in polar coordinates, it will be easiest to think about the tiny pieces if their edges represent either a constant r value or a constant θ value.

Let's focus on just one of these little chunks:

Even though this little piece has a curve shape, if we make finer and finer cuts, we can basically treat it as a rectangle. The length of one side of this "rectangle" can be thought of as dr, a tiny change in the r-coordinate.

Using a differential dr to describe this length emphasizes the fact that we are not really considering a specific piece, but instead we care about what happens as its size approaches 0.

But how long is the other side?

It's not dθ, a tiny change in the angle, because radians are not a unit of length. To turn radians into a bit of arc length, we must multiply by r.

Therefore, if we treat this tiny chunk as a rectangle, and as dr and dθ each approach 0 it basically is a rectangle, its area is

dA=(rdθ)(dr)

Plugging this into our original integral, we get

r2r2dA=r2r2(rdθ)(dr)=r2r3dθdr

Putting bounds on this region is relatively straight-forward in this example, because circles are naturally suited for polar coordinates. Since we wrote dθ in front of dr, the inner integral is written with respect to θ. The bounds of this inner integral will reflect the full range of θ as it sweeps once around the circle, going from 0 to 2π. The outer integral is with respect to r, which ranges from 0 to 2.

Concept check: Evaluate this double integral

0202πr3dθdr=

02(02πr3dθ)r3can be factoredout of the inner integralwith respect toθdr=02r3(02πdθ)dr=02r3(2π)dr=2π02r3dr=2π(r44)02=2π(244044)=8π

Example 2: Integrating over a flower

Define a two-variable function f in polar coordinates as

f(r,θ)=rsin(θ)

Let R be flower-shaped region, defined by

rcos(2θ)

Solve the double integral

RfdA

Step 1: Which of the following represents the right way to replace fdA in the abstractly written double integral?

Choose 1 answer:

Choose 1 answer:

  • Rrsin(θ)drdθ

  • Rr2sin(θ)drdθ

The second choice is correct:

Rr2sin(θ)drdθ

The function f is defined as rsin(θ), and the term dA is expanded as rdθdr (don't forget to add the r term here)

RfdA=Rrsin(θ)f(r,θ)rdθdrdA=Rr2sin(θ)drdθ

Step 2: Now we must encode the fact that R is defined as the region where rcos(2θ). Which of the following is the right way to put bounds on the double integral?

Choose 1 answer:

Choose 1 answer:

  • 02π0cos(2θ)r2sin(θ)drdθ

  • 0arccos(r)/202πr2sin(θ)drdθ

The first answer choice is correct

02π0cos(2θ)r2sin(θ)drdθ

The inner integral reflects r bounds, since dr is written before dθ. Our region is explicitly defined such that rcos(2θ), and since these are polar coordinates, r can only ever be positive. Therefore, r ranges from 0 to cos(2θ).

For the outer integral, θ ranges over its full range from 0 to 2π, since no constraints are given on θ in the definition of R.

Step 3: Solve this integral.

02π0cos(2θ)r2sin(θ)drdθ=

In practice, I would use a calculator or Wolfram Alpha to solve one of these integrals. The hard part, which typically requires more human intelligence, is getting the double integral to the point where all the terms are in place. If you want to solve it by hand, here's how it might go:

02π0cos(2θ)r2sin(θ)drFactor outsin(θ)fromr-integraldθ=02πsin(θ)0cos(2θ)r2drdθ=02πsin(θ)[r33]0cos(2θ)dθ=02πsin(θ)(cos(2θ)33)dθ=1302πsin(θ)cos(2θ)3dθ

From here, we can save a lot of computational trouble with an observation: The inside of the integral is an odd function, meaning that when you replace θ by θ, the value of the expression as a whole becomes negative.

Also, since these trigonometric functions are periodic, integrating between 0 and 2π is the same as integrating between π and π. The integral on the negative half cancels out with the integral on the positive portion, so in total it is 0.

Example 3: The bell curve

Are you ready for one of my favorite results in math? This is really quite clever.

Question: What is the integral ex2dx ?

This single integral is hard-to-impossible to compute directly. Just try to find the antiderivative!

This integral is asking about the area under a bell curve, which turns out to be super important for probability and statistics!

"What does this have to do with double integrals in polar coordinates?"

I hear you, my inquisitive friend, it does seem unrelated, doesn't it? Well, this is where someone got super clever.

Surprisingly, it is easier to solve this multi-dimensional analog of this problem. Namely, find the volume under a three-dimensional bell curve over the entire xy-plane.

xy-planee(x2+y2)dA

If we keep everything in cartesian coordinates, this is as hard to solve as the original single integral.

e(x2+y2)dxdy

However, something magical happens when we convert to polar coordinates.

Concept check: Express this double integral using polar coordinates.

Choose 1 answer:

Choose 1 answer:

  • er2rdθdr

  • 002πer2rdθdr

  • 002πer2dθdr

The second answer choice is correct.

First, make the following two conversions

x2+y2r2

and

dydxrdθdrPolar form ofdA

So our integral looks like this:

rθ-planeer2rdθdr

To put bounds on the integral, we cover the entire plane by letting θ range from 0 to 2π, and r range from 0 to .

002πer2rdθdr

Since the inner integral is with respect to θ, we can factor out everything with an r in it, which in this case is the entire function:

002πer2rdθdr=0er2r02πdθThis evaluates to2πdr=0(er2r)(2π)dr=2π0er2rdr

Concept check: Find the antiderivative of er2r, using either u-substitution or the inverse chain rule.

er2rdr=

Using u‍-substitution:

Define u as

u=r2

which means

du=2rdr

Our indefinite integral now becomes

er2rdr=eurdu2r=eu12du=12eu

Substituting back to u=r2, this means our final antiderivative is

er2rdr=12er2

Notice, the reason you can now find an antiderivative is because of that little r term that showed up due to the fact that dA=rdθdr.

Concept check: Using this antiderivative, finish solving the integral which computes volume under a three-dimensional bell curve.

2π0er2rdr=

2π0er2rdr=2π[12er2]0=2π[12e()2(12e02)]=2π[12(0)(12(1))]=2π12=π

Isn't that a beautiful answer? It gets better, you can use this multi-dimensional result to solve the original single integral. Can you see how?

Let C=ex2dx, and try to solve the double integral e(x2+y2)dxdy in terms of C

Following the hint, start by saying

C=ex2dx

Now, as we start chewing on the double integral in cartesian coordinates, even though it cannot be solved directly the way it was in polar form, we can start writing things in terms of C.

e(x2+y2)dxdy=ex2ey2dxdy=ey2ex2dxThis equalsCdy=ey2Cdy=Cey2dyThis also equalsC=C2

In other words, even if we don't know what the area under a bell curve is, we know that when you square it, you get the volume under a three-dimensional bell curve. But we just solved the volume under three-dimensional bell curve using polar-coordinate integration! We found that the volume was π. Therefore, the original integral is π.

ex2dx=π

Isn't that crazy? This expression looks like it has nothing to do with π and circles, yet somehow it does. This is just one more of the many places in nature where π and e are connected.

Summary

  • The only real thing to remember about double integral in polar coordinates is that

    dA=rdrdθ

    Beyond that, the tricky part is wrestling with bounds, and the nastiness of actually solving the integrals that you get. But those are the same difficulties one runs into with cartesian double integrals.

  • The reason this is worth learning is that sometimes double integrals become simpler when you phrase them with polar coordinates, as was the case in the bell curve example.

Want to join the conversation?

Log in

  • maycol.medina

    6 years agoPosted 6 years ago. Direct link to maycol.medina's post “I read in Wikipedia that ...”

    I read in Wikipedia that in order to solve the guassian integral you have to make use of Fubini's Theorem, so can somene please give me a simple explanation of what that theorem is about?

    (3 votes)

    • Coolin

      5 years agoPosted 5 years ago. Direct link to Coolin's post “This is (10 months) late,...”

      This is (10 months) late, but I figured I'd still answer for anyone wandering about the same question.
      There are quite a few different ways to solve the Gaussian integral. The "standard" way does not need to use Fubini's theorem, however there are several other ways that do.
      Fubini's theorem deals with when you can interchange integrals. In short, if you replace the integrand with its absolute value, and you obtain a finite value when you perform the double integral, then you can freely interchange the order of integrations.

      (4 votes)

  • bhattacharyajhumki

    8 years agoPosted 8 years ago. Direct link to bhattacharyajhumki's post “how can we take limits in...”

    how can we take limits in double integral through polar coordinates without drawing the diagram?

    (4 votes)

    • jbmxtmx

      4 years agoPosted 4 years ago. Direct link to jbmxtmx's post “I strongly recommend you ...”

      I strongly recommend you to draw a diagram of the integration region. That way you reduce the likelihood of making a mistake in your limits of integration.

      (1 vote)

  • Ritish Maram

    7 years agoPosted 7 years ago. Direct link to Ritish Maram's post “n other words, even if we...”

    n other words, even if we don't know what the area under a bell curve is, we know that when you square it, you get the volume under a three-dimensional bell curve. But we just solved the volume under three-dimensional bell curve using polar-coordinate integration! We found that the volume was
    π
    πpi. Therefore, the original integral is
    π

    ​π

    ​​ square root of, pi, end square root.
    MAY I HAVE DETAILED EXPLANATION OF THE ABOVE MENTIONED PARAGRAPH?

    (3 votes)

    • Dylan Yu

      6 years agoPosted 6 years ago. Direct link to Dylan Yu's post “Let the area of the bell ...”

      Let the area of the bell curve be C. Then C^2 is a double integral that is easy to solve in polar coordinates. After computing C^2, we take the square root to find C, the area of the bell curve.

      (2 votes)

  • NEEMISH TEJASWI

    3 years agoPosted 3 years ago. Direct link to NEEMISH TEJASWI's post “In example 2, we first in...”

    In example 2, we first integrate over r and then over theta. How would the integration limits change if we decide to integrate over theta first followed by integration over r? I understand that in reality evaluating this integral might be very difficult/ impractical but nevertheless, I would at least like to formulate the problem.

    (3 votes)

  • Richard

    5 years agoPosted 5 years ago. Direct link to Richard's post “I am having some trouble ...”

    I am having some trouble with the second example. If you accept the author's statement "since these are polar coordinates, r can only ever be positive" then if you graph r=cos(2*theta) you only get two lobes. If I accept r going negative, then do I obtain "signed" volumes as in single variable calc I can obtain signed areas? That way I can see the suggested answer of zero.

    (3 votes)

  • Hexuan Sun 9th grade

    a year agoPosted a year ago. Direct link to Hexuan Sun 9th grade's post “How do you graph polar eq...”

    How do you graph polar equations in 3D? Because there's 2 inputs now.

    (1 vote)

    • Venkata

      a year agoPosted a year ago. Direct link to Venkata's post “Correct. You cannot use p...”

      Correct. You cannot use polar coordinates to express a point in 3D.

      To fix this, we add a third coordinate: z. Yeah, it's the same "z" you're used to- height above the xy plane. So, for 3D, we use the coordinates (r,θ,z). However, we don't call this coordinate system polar anymore. It's called the "cylindrical coordinate system", and you'll use it to integrate, well, cylinders with triple integrals. You'll also see a new coordinate system called the "spherical coordinate system" which is used for spheres and even cones

      (4 votes)

  • Tiago Sutter

    7 years agoPosted 7 years ago. Direct link to Tiago Sutter's post “There is a link in the te...”

    There is a link in the text at "Background" (Polar coordinates (video)) section, but the page doesn't exist

    (2 votes)

    • gschex1112

      7 years agoPosted 7 years ago. Direct link to gschex1112's post “Yeah, the closest thing I...”

      Yeah, the closest thing I found was this, but I don't think that's the right one.
      https://www.khanacademy.org/math/calculus-home/integration-applications-calc/area-defined-by-polar-graphs-calc/v/formula-area-polar-graph

      (2 votes)

  • Müberra Bodur

    3 years agoPosted 3 years ago. Direct link to Müberra Bodur's post “why do we multiply with 2...”

    why do we multiply with 2pi? is it always a step in polar coordinates?

    (1 vote)

    • adam.ghatta

      2 years agoPosted 2 years ago. Direct link to adam.ghatta's post “The 2pi in the upper boun...”

      The 2pi in the upper bound comes from the fact that this polar curve has a domain for theta being in [0,2pi], since it makes one revolution once it reaches 2pi.

      (2 votes)

  • White

    7 years agoPosted 7 years ago. Direct link to White's post “Is there a formulation fo...”

    Is there a formulation for this using the area of a sector?

    (1 vote)

    • bh3sk3r

      6 years agoPosted 6 years ago. Direct link to bh3sk3r's post “If we use area of a secto...”

      If we use area of a sector, we no longer have to integrate over r, only over theta. The solution is no longer a double integral. The incremental sector in this case is approximately a triangle and dA = (1/2)(r)(rdθ). We can verify this gives the area of a circle correctly by replacing r with its radius (a constant) and setting the limit of integration from 0 to 2π .

      (2 votes)

  • kMoney

    a year agoPosted a year ago. Direct link to kMoney's post “I don't understand how th...”

    I don't understand how the radial distance becomes rdθ. Arc length = diameter*(θ/2pi) = 2r(θ/2pi) = rθ/pi. Why does the pi disappear?

    (1 vote)

    • Venkata

      a year agoPosted a year ago. Direct link to Venkata's post “Arc length equals $(\thet...”

      Arc length equals $(\theta)/2(\pi) \cdot (\pi)(diameter)$. You missed the second $\pi$. So, the $\pi$ terms cancel out and you get r$\theta$.

      (2 votes)

Double integrals in polar coordinates (article) | Khan Academy (2024)

FAQs

What is the double integral involving polar coordinates? ›

Definition: The double integral in polar coordinates

∬Rf(r,θ)dA=∬Rf(r,θ)rdrdθ=∫θ=βθ=α∫r=br=af(r,θ)rdrdθ.

What is the limit of integral in polar coordinates? ›

It is substantially easier in polar coordinates. Our region is the first quadrant inside a circle of radius 3, as shown to the right. This means that our limits of integration are that r goes from 0 to 3 and θ goes from 0 to π/2. Our function is f(x,y) = x+y = rcos(θ)+rsin(θ).

What is the formula for area by double integration in polar coordinates? ›

In the case of double integral in polar coordinates we made the connection dA=dxdy. dxdy is the area of an infinitesimal rectangle between x and x+dx and y and y+dy. In polar coordinates, dA=rd(theta)dr is the area of an infinitesimal sector between r and r+dr and theta and theta+d(theta).

When to use polar coordinates? ›

Polar coordinates are most appropriate in any context where the phenomenon being considered is inherently tied to direction and length from a center point in a plane, such as spirals.

How to rewrite a double integral in polar coordinates? ›

The double integral ∬Df(x,y)dA in rectangular coordinates can be converted to a double integral in polar coordinates as ∬Df(rcos(θ),rsin(θ))rdrdθ.

What is z in polar coordinates? ›

The polar form of a complex number z = x + iy with coordinates (x, y) is given as z = r cosθ + i r sinθ = r (cosθ + i sinθ). The abbreviated polar form of a complex number is z = rcis θ, where r = √(x2 + y2) and θ = tan-1 (y/x).

What is the formula for polar coordinates? ›

Polar Coordinates Formula

(r, θ+2πn) or (-r, θ+(2n+1)π), where n is an integer. The value of θ is positive if measured counterclockwise. The value of θ is negative if measured clockwise. The value of r is positive if laid off at the terminal side of θ.

Are there infinitely many ways to represent a point in polar coordinates? ›

The rectangular coordinates of a point are unique, but the polar coordinates are not unique. Every point has infinitely many polar coordinate representations. and there are infinitely many other ways to represent this point. Problem: Graph the point that has polar coordinates (4,).

What is the polar integral formula for area? ›

To find the area under a curve in polar form, you use the formula A = ∫ a b ( ρ ( θ ) ) 2 d θ , where is the radius .

What is R 2 in polar coordinates? ›

r=2 in polar coordinates represents a circle of. radius 2, with the centre at the origin. Interpretation; r=sq.rt.(x^2+y^2) So sq.rt.(x^2+y^2)=2.

How do you divide two polar coordinates? ›

Multiplication and division of complex numbers in polar form. Note that to multiply the two numbers we multiply their moduli and add their arguments. To divide, we divide their moduli and subtract their arguments.

When to use polar coordinates in double integrals? ›

Integrating using polar coordinates is handy whenever your function or your region have some kind of rotational symmetry. For example, polar coordinates are well-suited for integration in a disk, or for functions including the expression x 2 + y 2 ‍ .

What careers use polar coordinates? ›

Some of the common fields that have the application of polar coordinates are:
  • Navigation.
  • Engineering.
  • Physics.
  • Biomedical Imaging.
  • Sonar and Radar Systems.
Apr 1, 2024

How does the military use polar coordinates? ›

The MGRS attempts to represent the entire surface of the Earth on a worldwide grid. The grid is based on the UTM (Universal Transverse Mercator) and UPS (Universal Polar Stereographic) systems. MGRS coordinates are comprised of 7 parts, 3 of which correspond to the UTM/UPS zone that contains the coordinate.

What is the integral of the polar region? ›

The area of a region in polar coordinates defined by the equation r=f(θ) with α≤θ≤β is given by the integral A=12∫βα[f(θ)]2dθ. To find the area between two curves in the polar coordinate system, first find the points of intersection, then subtract the corresponding areas.

How do you find the bounds of integration for polar coordinates? ›

The bounds can be found by finding the intersections of the two polar curves. The bounds of integration are from θ = − π 2 to . Step 2: Set up the definite integral ∫ a b 1 2 ( g ( θ ) 2 − f ( θ ) 2 ) d θ where g ( θ ) ≥ f ( θ ) in the region to be integrated.

Can you integrate polar functions? ›

Say we have a function f(x,y) over the unit circle. To integrate with polar coordinates we replace the x and y in f(x,y) with rcosθ and ysinθ to get f(r,θ) and we integrate f(r,θ)rdrdθ for r between 0 and 1 and θ between 0 and 2π.

What is the area of the double integral in cartesian coordinates? ›

Area of the double integral in cartesian co ordinate is equal to a iintR d y d x b iintR r d r d c iintR x d x d y d iintR x2 d x d y.

Top Articles
Latest Posts
Article information

Author: Manual Maggio

Last Updated:

Views: 6083

Rating: 4.9 / 5 (69 voted)

Reviews: 92% of readers found this page helpful

Author information

Name: Manual Maggio

Birthday: 1998-01-20

Address: 359 Kelvin Stream, Lake Eldonview, MT 33517-1242

Phone: +577037762465

Job: Product Hospitality Supervisor

Hobby: Gardening, Web surfing, Video gaming, Amateur radio, Flag Football, Reading, Table tennis

Introduction: My name is Manual Maggio, I am a thankful, tender, adventurous, delightful, fantastic, proud, graceful person who loves writing and wants to share my knowledge and understanding with you.