Polar Coordinates, intersection of a cylinder with a spher

DarthRoni
Messages
31
Reaction score
0

Homework Statement


Find the Volume of the solid that the cylinder ##r = acos\theta## cuts out of the sphere of radius a centered at the origin.

Homework Equations


The Attempt at a Solution



I have defined the polar region as follows,
$$D = \{ (r,\theta) | -\pi/2 ≤ \theta ≤ \pi/2 , 0 ≤ r ≤acos\theta \} $$

I will take f(x,y) as follows,
$$ f(x,y) = \sqrt{a^2 - x^2 - y^2} $$

Because of symmetry, I should be able to take the removed volume as double the double integral of f(x,y) over the region D.

$$ V = 2 *\int_{-\pi/2}^{\pi/2} \int_{0}^{acos\theta} r\sqrt{a^2 - r^2} \mathrm{d} r \mathrm{d} \theta $$

After solving this double integral, I keep ariving at ## {2\pi a^3}/3 ## Which I don't think makes sense because that would be half the volume of the sphere. What am I doing wrong?
 
Last edited:
Physics news on Phys.org
DarthRoni said:

Homework Statement


Find the Volume of the solid that the cylinder ##r = acos\theta## cuts out of the sphere of radius a centered at the origin.


Homework Equations





The Attempt at a Solution



I have defined the polar region as follows,
$$D = \{ (r,\theta) | -\pi/2 ≤ \theta ≤ \pi/2 , 0 ≤ r ≤acos\theta \} $$

I will take f(x,y) as follows,
$$ f(x,y) = \sqrt{a^2 - x^2 - y^2} $$

Because of symmetry, I should be able to take the removed volume as double the double integral of f(x,y) over the region D.

$$ V = 2 *\int_{-\pi/2}^{\pi/2} \int_{0}^{acos\theta} r\sqrt{a^2 - r^2} \mathrm{d} r \mathrm{d} \theta $$

After solving this double integral, I keep ariving at ## {2\pi a^3}/3 ## Which I don't think makes sense because that would be half the volume of the sphere. What am I doing wrong?

Show your work after the above; we cannot tell where you went wrong if you don't show us what you did---in detail, step-by-step.
 
## V = -2/3 * \int_{0}^{2\pi} (a^2 - a^2 cos^2(\theta))^{3/2} - a^{3/2} d\theta ##
## \Rightarrow V = -2/3 * \int_{-\pi/2}^{\pi/2} a^3 (1- cos^2(\theta))^{3/2} - a^3 d\theta ##
## \Rightarrow V = -(2*a^3)/3 * \int_{-\pi/2}^{\pi/2} sin^3(\theta) - 1 d\theta ##
## \Rightarrow V = (2*a^3*\pi)/3 ##

Hope that's enough, any help with be very appreciated.
 
DarthRoni said:
## V = -2/3 * \int_{0}^{2\pi} (a^2 - a^2 cos^2(\theta))^{3/2} - a^{3/2} d\theta ##
## \Rightarrow V = -2/3 * \int_{-\pi/2}^{\pi/2} a^3 (1- cos^2(\theta))^{3/2} - a^3 d\theta ##
## \Rightarrow V = -(2*a^3)/3 * \int_{-\pi/2}^{\pi/2} sin^3(\theta) - 1 d\theta ##
## \Rightarrow V = (2*a^3*\pi)/3 ##

Hope that's enough, any help with be very appreciated.

One obvious problem is the fact that ##\int_{-\pi/2}^{\pi/2} \sin^3 (\theta) \, d \theta = 0## because ##\sin## is an odd function. This, in turn, arises from the mistake of taking ##(1-\cos^2)^{3/2} = \sin^3##. The fact is that you started off with positive square roots, then got a 3/2 power via integration. In fact, ##\sqrt{1-\cos^2} = |\sin|##. You could have avoided all that by using symmetry to just integrate from 0 to ##\pi/2##, then multiply the result by 2.
 
Thank you very much, I see where I went wrong. After using your method, I arrived at a final answer of
##V = 4/3 a^3 *((3\pi - 4)/6) ##
which is about 29 percent of the sphere's volume. Makes more sense. Thanks again for your help!
 
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...
Back
Top