Calculate Volume Using Multiple Integration

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 3K views
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
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
[tex]\int \int (2r \cos \theta + 3r \sin \theta + 30) r dr d\theta[/tex]

(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:
[itex]x^2+ y^2= 2y[/itex] 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 [itex]\theta[/itex] going from 0 to [itex]\pi[/itex] only goes around half the circle- you have to use 0 to [itex]2\pi[/itex].