Double integral in polar coordinate

agro
Messages
46
Reaction score
0

Homework Statement


With a > 0, b > 0, and D the area defined by

D: \frac{x^2}{a^2} + \frac{y^2}{b^2} \leq 1

Change the integral expression below:

\iint\limits_D (x^2+y^2) dx\,dy

by using x = a r cos θ, y = b r sin θ. After that evaluate the integral.

The Attempt at a Solution



First of all, I can already visualize that the area is an ellipse, and because of that if we want to express the outside boundary in polar coordinates, it is

r_1(\theta) = \frac{ab}{\sqrt{(b \, cos \theta)^2+(a \, \sin \theta)^2}}

Therefore, since x^2 + y^2 = r^2, the integral can be expressed in terms of θ and r as:

\int_0^{2\pi} \int_0^{r_1(\theta)} \! (r^2)r \, dr\,d\theta

I've also understood how this construct comes from the Riemann sums.

However, I don't understand the substitution hinted from the problem. For every random point (r, θ), clearly x = r cos θ and not x = a r cos θ! Can someone give a geometric interpretation/explanation, and from that show how one changes the integral expression?

Thanks a lot.
 
Physics news on Phys.org
x = r cos θ and y = r sin θ maps out a circle, not an ellipse.

The equation of an ellipse is:

x = a cos θ
y = b sin θ

Substitute these into your integral.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top