Calculate the following double integral

Hannisch
Messages
114
Reaction score
0

Homework Statement


Calculate the double integral:

\iint\limits_D x^{5}y^{6}dxdy
where D = {(x,y): x9 ≤ y ≤ x1/9}

Homework Equations





The Attempt at a Solution



I didn't think this problem would be too hard, but it seems I'm really not good with double integrals.

Anyway, I first tried to find the right interval. The curve y=x9 is below y=x1/9 in two intervals, first of all 0 ≤ x ≤ 1 and -∞ ≤ x ≤ -1. I was wondering about this for some time, but then I thought that I probably needed an enclosed D, so I discarded the second interval.

When x=0, y=0, and when x=1, y=1 in both curves.

\iint\limits_D x^{5}y^{6}dxdy = \int ^{1}_{0} x^5 dx \int ^{1}_{0} y^6 dy

I tried that, because that was something they explained to us during the lecture and well.. it seemed to apply. And those two integrals are really very easy:

\int ^{1}_{0} x^5 dx \int ^{1}_{0} y^6 dy = \left[ \frac{1}{6} x^6 \right] ^{1}_{0} \left[ \frac{1}{7} y^7 \right]^{1}_{0} = ( \frac{1}{6})( \frac{1}{7}) = \frac{1}{42}

And this is wrong.

Help?
 
Physics news on Phys.org
The two curves intersect at (-1, -1), (0, 0), and (1, 1). When 0 <= x <= 1, x^(1/9) >= x^9, and when -1 <= x <= 0, x^9 >= x^(1/9). So that means you'll need to split your double integral into a pair of iterated integrals, one for each of the two intervals.
Hope that helps.
 
You must integrate over y first because the limits of the y integral contain x values. After the y integral, you do the x integral. You should end up with an expression with only x's.
 
Also, I don't think there's a justification for splitting up the iterated integrals as you did. Flatmaster's advice of integrating with respect to y first, and then with respect to x, is good.
 
Oh thank you! Talk about change in thinking.

And anyway, I didn't use that second interval, because it didn't fit with the area that I was given, since it stated that x^(1/9) needed to be >= x^9. It gave me the right answer, so I'm very happy now!
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top