Calculate Volume Using Multiple Integration

JaysFan31
Compute the volume of the region under the plane z=2x+3y+30 and over the region in the xy plane bounded by the circle (x^2)+(y^2)=2y.

I tried using polar coordinates, but I have no idea what the appropriate range of theta would be. I'm also confused with the 2y as part of the circle equation. Any help with the answer would be appreciated.
 
Physics news on Phys.org
Can you post what you've done till now? It will be easier for us to spot the error and help you.
 
For the 2y:

x2 + (y2-2y + c) = c

Choose your constant c such that the (y2-2y + c) term is a perfect square
 
Ok. Bear with me with all the typing of integrals.

I tried polar coordinates:

z=2rcos(theta)+3rsin(theta)+30

Not sure about the regions of integration but I must be wrong because I keep getting the wrong answer.

I integrated (2rcos(theta)+3rsin(theta)+30)rdrdtheta
The bounds I used were 0 to 2sin(theta) for dr
0 to pi for dtheta

I get something like 103 for the volume, but my assignment program is telling me that's wrong.

Thanks.
 
JaysFan31 said:
Ok. Bear with me with all the typing of integrals.

I tried polar coordinates:

z=2rcos(theta)+3rsin(theta)+30

Not sure about the regions of integration but I must be wrong because I keep getting the wrong answer.

I integrated (2rcos(theta)+3rsin(theta)+30)rdrdtheta

Right till here.
You have to find the limits for
\int \int (2r \cos \theta + 3r \sin \theta + 30) r dr d\theta

(Click on the LaTeX graphic to see the code. Also, read https://www.physicsforums.com/showthread.php?t=8997" tutorial for more.)

The bounds I used were 0 to 2sin(theta) for dr
0 to pi for dtheta

I think you've found your limits of integration correctly. Did you check if you made a numerical error in evaluating the integral?
 
Last edited by a moderator:
x^2+ y^2= 2y is a circle with radius 1 and center at (0, 1).
It might be a good idea to shift the axes to the center of the circle by replacing y in z= 2x+ 3y+ 30 by y-1: i.e. use z= 2x+ 3y- 3+ 30= 2x+ 3y+ 27. And \theta going from 0 to \pi only goes around half the circle- you have to use 0 to 2\pi.
 
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...
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