Multiple integrals - volume of part of a unit sphere

braindead101
Messages
158
Reaction score
0
Find the volume of that portion of a unit sphere for which 0<theta<alpha, where theta is one of the spherical coordinates

So i know the equation is z^2 = x^2 + y^2 , but what is the meaning of 0<theta<alpha?
where do i start? I know i must convert to polar coordinates.
z^2 = r^2
 
Physics news on Phys.org
braindead101 said:
Find the volume of that portion of a unit sphere for which 0<theta<alpha, where theta is one of the spherical coordinates

So i know the equation is z^2 = x^2 + y^2

Are you sure that's the equation of a unit sphere?


but what is the meaning of 0<theta<alpha?
where do i start? I know i must convert to polar coordinates.

You are going to need to check what conventions you are using in your book or course for the angles in spherical coordinates. (Unhappily, there are a number of versions.) Is theta the "polar angle" or co-latitude? Is alpha the "azimuthal" angle? Or is it vice versa? Conventionally, both angles generally are started from zero. They want you to look at the region where alpha must be larger than theta, but which angle is which is going to make a difference!
 
oh sorry z^2 = x^2 + y^2 - 1
so z^2 = r^2 - 1
will i need to isolate for z?

it doesn't say, it just says it is from polar rectangle
but it states that: if f is continuous on a polar rectangle R given by 0<=a<=r<=b, alpha <=theta<=beta, where 0<=beta - alpha <= 2pi, then
\int\int_{R} f(x,y) dA = \int^{\beta}_{\alpha}\int^{b}_{a} f( rcos \vartheta , r sin\vartheta ) r dr d\vartheta
 
braindead101 said:
oh sorry z^2 = x^2 + y^2 - 1

z^2 = 1 - (x^2 + y^2)
so z^2 = 1 - r^2


will i need to isolate for z?

You will if you do this in Cartesian coordinates.

it doesn't say, it just says it is from polar rectangle
but it states that: if f is continuous on a polar rectangle R given by 0<=a<=r<=b, alpha <=theta<=beta, where 0<=beta - alpha <= 2pi, then
\int\int_{R} f(x,y) dA = \int^{\beta}_{\alpha}\int^{b}_{a} f( rcos \vartheta , r sin\vartheta ) r dr d\vartheta

I think I have the picture now. The projected area onto the z = 0 plane is a section of an annulus. The annulus is bounded by
a <= r <= b (a and b positive -- I would presume also that a and b are < 1). The section is in turn bounded by rays from the origin in the directions (alpha) and (beta), such that beta - alpha is not more than 2pi. In other words, your section could be the whole annulus (beta - alpha = 2pi) or some smaller angular section down to nothing at all (alpha = beta).

It sounds like what remains for the integration is to set up the appropriate bound at the surface of the sphere.
 
Last edited:
so for r the bounds are 0<=r<=1 since it is unit sphere, but what about theta? 0<=theta<=2pi ?
 
or is it 0<=theta<= alpha, and keep the unknown...
 
and my double integral is \int^{2pi or\alpha ?}_{0}\int^{1}_{0} \sqrt{1-r^{2}} dr d\vartheta
 
Well, having "2\pi or \alpha" in the integral is probably a mistake!
Your original problem said 0&lt; \theta&lt; \alpha. Don't you think it would be a good idea to do what you are told?

However, you are still making a serious error!
What you wrote before:
\int\int_{R} f(x,y) dA = \int^{\beta}_{\alpha}\int^{b}_{a} f( rcos \vartheta , r sin\vartheta ) r dr d\vartheta
is for integrating in the plane in polar coordinates.

This a three-dimensional volume problem and the problem clearly said spherical coordinates, not polar coordinates!
 
Last edited by a moderator:
i have not learned spherical coordinates, what is this?
 
  • #10
Then go to your teacher and point out that he/she assigned a problem that specifically says to use "spherical coordinates" and that you have not yet learned about spherical coordinates. If nothing else, your teacher may be able to point out the classes you slept through!
 
  • #11
is it triple integral?
i have not fall asleep in any class
 
  • #12
ok so now i must find one more boundary. \int\int^{alpha}_{0}\int^{1}_{0} \sqrt{1-r^{2}} dr d\vartheta d\phi

how do i find the limits of integration of phi?
 
  • #13
I didn't say you had fallen asleep! I just considered it as a possible reason why your teacher might assign an obvious spherical coordinates problem when you don't remember having learned about spherical coordinates.

\phi measures the angle from the "north pole" (positive z-axis) to the "south pole" (negative z-axis). That's from 0 to \pi.

However, the "differential of volume" in spherical coordinates is NOT
\sqrt{1- r^2}drd\theta d\phi

It is
\rho^2 sin(\phi) d\rho d\theta d\phi[/itex]
 
  • #14
So the integral is now: \int^{\pi}_{0}\int^{\alpha}_{0}\int^{1}_{0}\rho^2 sin(\phi) d\rho d\theta d\phi
but why there is variable \alpha, so I will do it with \alpha inside final answer?
 
Back
Top