SUNY Geneseo Department of Mathematics

Multiple Integrals in Polar Coordinates

Wednesday, November 7

Math 223 01
Fall 2018
Prof. Doug Baldwin

Return to Course Outline

Previous Lecture

Questions?

Problem Set Question 2

How to set up the Lagrange multiplier for this problem. Does it really lead to something as simple as x = y?

Sort of.

The first step is identifying the objective and constraint functions, and setting up the Lagrange multiplier equation:

Objective f(x,y) = xy; constraint g(x,y) = x^2 + y^2 -1; grad f = lambda grad g

The resulting system of equations does indeed lead to a simple relationship between x and y, but beware of two things: first, in dividing by x and y you are assuming they aren’t 0. Effectively, you have “divided out” possible solutions in which they are. So make a note for yourself to come back and check separately whether those values do lead to minima/maxima.

x/y = y/x, but note that x or y could also be 0

Second, the actual solution to x/y = y/x is x = y or x = -y, not just x = y.

y/x = x/y implies y^2 = x^2 which implies y = +/- x

Multiple Integrals in Mathematica

Idea: Integrate can take multiple x, y, etc. bounds. Give them in the order of the integrals they describe.

Here is an example illustrating a couple of uses.

Up to 2 points extra credit for checking Mathematica’s results by hand (or more accurately, checking that I used Mathematica right).

Double Integrals in Polar Form

Section 5.3.

Initial Example

What’s the volume between the circle x2 + y2 = 4 and the surface z = 4 - x2 + y2 ?

Hyperbolic paraboloid 4 - x^2 + y^2 above circle

We could do this in rectangular coordinates, but the square roots coming from the circular region make the integrals harder to evaluate.

Integrating 4 - x^2 + y^2 over circle involves sqrt(4-x^2) expressions for y, ugly to integrate

Polar coordinates provide a much nicer way to deal with circles, and can make integrals such as this much easier to evaluate. What do you get if you set up a polar coordinate integral up for this problem?

Volume is integral from r=0 to r=2 of integral from Theta = 0 to 2pi of paraboloid

Key Points

Convert f(x,y) to g(r,Θ) using x = r cos Θ, y = r sinΘ, r2 = x2+y2, etc.

Express bounds in terms of r and Θ.

dx dy becomes r dr dΘ.

Next

Evaluate the integral from the above example, look at another.

Next Lecture