How to Calculate the Volume of a Solid Bounded by a Sphere and a Cone?

TheSpaceGuy
Messages
25
Reaction score
0

Homework Statement


Find the volume of the solid that lies within the sphere x^2 + y^2 + z^2 =4, above the xy-plane, and below the cone z=sqrt(x^2 + y^2).

The Attempt at a Solution



Use Cylindrical Coordinates.

Note that r ≤ z ≤ √(4 - r^2).

These sphere and cone intersect when x^2 + y^2 + (x^2 + y^2) = 4
==> x^2 + y^2 = 2, a circle with radius √2.
So, the projection onto the xy-plane is a disk centered at the origin with radius √2.

Thus, the volume equals
∫∫∫ 1 dV
= ∫(t = 0 to 2π) ∫(r = 0 to √2) ∫(z = r to √(4 - r^2)) 1 (r dz dr dt)
= 2π ∫(r = 0 to √2) r (√(4 - r^2) - r) dr
= π ∫(r = 0 to √2) (2r √(4 - r^2) - 2r^2) dr
= π [(-2/3)(4 - r^2)^(3/2) - 2r^3/3] {for r = 0 to √2}
= (-2π/3) [r^3 + (4 - r^2)^(3/2)] {for r = 0 to √2}
= (-2π/3) [(2√2 + 2√2) - (0 + 8)]
= (π/3) (16 - 8√2).

Is this correct?
 
Physics news on Phys.org
why the boundary of dz is from r to 4-r^2?
 
Isn't it? Thats what I thought. What is it then?
 
TheSpaceGuy said:

Homework Statement


Find the volume of the solid that lies within the sphere x^2 + y^2 + z^2 =4, above the xy-plane, and below the cone z=sqrt(x^2 + y^2).

The Attempt at a Solution



Use Cylindrical Coordinates.

Note that r ≤ z ≤ √(4 - r^2).

These sphere and cone intersect when x^2 + y^2 + (x^2 + y^2) = 4
==> x^2 + y^2 = 2, a circle with radius √2.
So, the projection onto the xy-plane is a disk centered at the origin with radius √2.

Thus, the volume equals
∫∫∫ 1 dV
= ∫(t = 0 to 2π) ∫(r = 0 to √2) ∫(z = r to √(4 - r^2)) 1 (r dz dr dt)
= 2π ∫(r = 0 to √2) r (√(4 - r^2) - r) dr
= π ∫(r = 0 to √2) (2r √(4 - r^2) - 2r^2) dr
= π [(-2/3)(4 - r^2)^(3/2) - 2r^3/3] {for r = 0 to √2}
= (-2π/3) [r^3 + (4 - r^2)^(3/2)] {for r = 0 to √2}
= (-2π/3) [(2√2 + 2√2) - (0 + 8)]
= (π/3) (16 - 8√2).

Is this correct?

Unfortunately, no. I didn't check your calculations but your setup gives the volume above the cone, not below it. Of course you could subtract that from the volume of the hemisphere but that ducks the issue of setting it up directly and correctly.

Try spherical coordinates; it is a more natural choice.
 
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