Use polar coordinates to find the volume of the given solid.

Julie323
Messages
24
Reaction score
0

Homework Statement



Bounded by the paraboloid z = 4 + 2x2 + 2y2 and the plane z = 10 in the first octant.


Homework Equations





The Attempt at a Solution


Plugging in 10 for z I got 3=x2+y2. From this, I set 0\leqr\leq3\sqrt{}.
I wasn't sure what to do with the first octant, but I guess that it meant 0\leq\vartheta\leq/2\pi
I set my equation to be -6+2r2r dr d\vartheta.
After integrating I got -9\pi/4
This was wrong. Any idea where I messed up? Thanks
 
Physics news on Phys.org
Wow, something messed up with the symbols, but I meant 0 less than or equal to r less than or equal to square root of 3
 
Edit your original post and use LaTeX to typeset entire expressions instead of using it for just individual symbols. It'll be easier to read.

For the square root of 3, the code should be \sqrt{3}. What goes under the radical is inside the braces.
 
First octant means that theta goes from 0 to pi/2.
 
  • Like
Likes asian boy
Basically my question is how to set it up. What I have right now is r going from 0 to \sqrt{3} and theta from 0 to pi/2 For my equation I have tried -6 +2r^2 r dr d(theta) and 4 + 2r^2 r dr d(theta). These gave me answers of -9pi/4 and 21pi/4. These are both wrong.
Does anyone see what I have set up wrong?
 
Cleaned up your original post so it's readable.
Julie323 said:

Homework Statement



Bounded by the paraboloid z = 4 + 2x2 + 2y2 and the plane z = 10 in the first octant.


Homework Equations





The Attempt at a Solution


Plugging in 10 for z I got 3=x2+y2. From this, I set 0 \leq r \le \sqrt{3}.
I wasn't sure what to do with the first octant, but I guess that it meant 0 \leq \vartheta \leq \pi/2
I set my equation to be (-6+2r^2)r dr d\vartheta.
After integrating I got -9\pi/4
This was wrong. Any idea where I messed up? Thanks
The volume is given by

V=\int dV = \int (z_\mathrm{max}-z_\mathrm{min})\,dA

For each little area element dA in the base, you multiply it by the height (zmax-zmin) to get an element of volume dV. In this case, you have an element of area dA=r\,dr\,d\vartheta, and you found the limits correctly. You just messed up the height.

It's always a good idea to draw a sketch to visualize what's going on. I've attached plots of the functions, a top view and a side view. Can you spot your mistake now?
 

Attachments

  • topview.png
    topview.png
    8.9 KB · Views: 953
  • sideview.png
    sideview.png
    4.5 KB · Views: 888
okay, so the equation I used also included the the portion of the paraboloid below the plane z=10? Do I need to subtract the portion below the plane? I don't know what to do with this kind of problem. I looked for an example like it in the book, but the only one was an even number so I do not have the solution to it. Thanks for the help!
 
The volume is the portion below the plane. Imagine a vertical line running through the volume. What are zmax, the largest value of z, and zmin, the smallest value of z, on that line?
 
z max would be 10 and z min would be 4. So I just integrate 4 r dr dtheta?
 
  • #10
No, that's not right. I should have been clearer. Both zmax and zmin are generally functions of r and θ. In this case, since the top is z=10, zmax=10 is a constant, but zmin will be the expression that describes the paraboloid.
 
  • #11
O okay. So the equation is 10-(4+2x2+2y2)? Which simplifies to 6-2r2. Integrating this using my previous limits gives me 9pi/4. Does that look right? Thanks so much!
 
  • #12
Yup, that's the result I got too.
 
Back
Top