usfrbrpl
- 2
- 0
Homework Statement
Find the volume under the sphere x^2+y^2+z^2=r^2 and above the plane z=a, where 0<a<r
Homework Equations
x^2+y^2+z^2=r^2 is the equation of a sphere with radius r centered at the origin
z=a is the equation of a plane with height a parallel to the xy plane
V = ∫∫z dx dy over the region R
The Attempt at a Solution
I plugged z=a into the equation of the sphere x^2+y^2+z^2=r^2 to find where the two surfaces intersected. I got x^2+y^2=r^2-a^2. I also solved the original sphere equation for z to get z=(r^2-x^2-y^2)^.5, taking the positive root because the volume lies above the z axis.
V=∫∫zdxdy, I plugged in z=(r^2-x^2-y^2)^.5 to get ∫∫((r^2-x^2-y^2)^.5)dxdy
I solved for x in the intersection equation above to get my bounds of integration x=(r^2-a^2-y^2)^.5 and x=-(r^2-a^2-y^2)^.5
I set x=0 in the intersection equation above and solved for y to get my bounds of integration y=(r^2-a^2)^.5 and y=-(r^2-a^2)^.5
I put the above bounds next to their respective integral signs in the volume equation and put it in my calculator. It spit back a nasty looking formula at me, with sin(infinity) as part of the equation, so I think I did something wrong.