Double Integration, finding Area

  • Thread starter Thread starter dalarev
  • Start date Start date
  • Tags Tags
    Area Integration
dalarev
Messages
94
Reaction score
0
[SOLVED] Double Integration, finding Area

Homework Statement



Find: \int\int_{A} xdxdy , where A is the area between y=x^2 and y=2x+8

Homework Equations



The points of intersection of the two functions is at x=-2 and at x=4. Attached is a plot with the area asked to find.

The Attempt at a Solution



I'm seeing a problem with the x limits of integration changing at x=-2, one of their intersections. I am pretty sure this can be done by summing the 2 areas separately, but the problem asks to solve for the double integral.
 

Attachments

  • asda.JPG
    asda.JPG
    7.4 KB · Views: 477
Last edited:
Physics news on Phys.org
IF you were to integrate \int \int x dx dy, yes, you would have to do it as two separate integrals: as y goes from 0 to 4, x must range between the two sides of the parabola, x= -\sqrt{y} and x= \sqrt{y}. For y between 4 and 16, x ranges from the straight line on the left to the parabola on the right: x= (1/2)y- 4 . The integral is given by
\int_{y=0}^4\int_{x= -\sqrt{y}}^{\sqrt{y}}x dxdy+ \int_{y= 4}^{16}\int_{x= y/2- 4}^{\sqrt{y}} xdxdy

Are you required to do it in that order? The other order, dydx, would seem to me simpler and more natural. In this case, x must range from -2 to 4 and, for every x, y ranges from x^2 to 2x+ 8. In that order, the integral is
\int_{x= -2}^4\int_{y= x^2}^{2x+ 8} x dydx
 
HallsofIvy said:
Are you required to do it in that order? The other order, dydx, would seem to me simpler and more natural. In this case, x must range from -2 to 4 and, for every x, y ranges from x^2 to 2x+ 8. In that order, the integral is
\int_{x= -2}^4\int_{y= x^2}^{2x+ 8} x dydx

Yeah, that's what I ended up doing. I often get too caught up in small details that prevent me from even starting the problem. This was pretty straightforward once I reversed the order of integration. Once again, thanks for your thorough help. /SOLVED
 
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