Regarding volume of an ellipsoid bounded by 2 planar cutting planes

Corse
Messages
4
Reaction score
0

Homework Statement



Hi I require to compute the volume of a ellipsoid that is bounded by two planes. The first horizontal (xy) plane is cutting directly along the mid-section of the ellipsoid. The second horizontal plane is at a z = h below the first horizontal plane. The volume of the ellipsoid between these two planes is the interest.

Homework Equations



I understand that the volume of the ellipsoid is 4/3 ∏abc and the area of the cutting plane is ∏ab. However for this problem, I believe the use of integrals may be necessary.

The Attempt at a Solution



From the problem statement, I realized that this can be reduced to a half-ellipsoid and the single horizontal cutting plane at z = h below the first cutting plane. In doing so it will just be a subtraction between 2/3 ∏abc and the volume not bounded by the 2 planes.

If a is the length of the major axis of the 2nd cutting plane in the x direction,

a = A x √(1-(h/C)²);

where A is the major axis of ellipsoid in X direction
C = Major axis of ellipsoid in Z direction
h = vertical distance in the z direction of 2nd plane (below 1st plane)

I'm not sure how should I continue from here though.

Help!

Thanks all for your input.

Regards
Corse
 
Physics news on Phys.org
So your ellipsoid is given by
\frac{x^2}{a^2}+ \frac{y^2}{b^2}+ \frac{z^2}{c^2}= 1
and it is cut by z= 0 and z= h< 0?

At z= 0, the plane cuts the ellipsoid in the ellipse
\frac{x^2}{a^2}+ \frac{y^2}{b^2}= 1
and at z= h, the plane cuts the ellipsoid in the ellipse
\frac{x^2}{a^2}+ \frac{y^2}{b^2}= 1- \frac{h^2}{c^2}

I think I would be inclined to put this into "elliptical-cylindrical coordinates" taking
x= ar cos(\theta), y= br sin(\theta), and z= cz&#039;;

In those coordinates the equation of the ellipsoid becomes r^2+ z&#039;^2= 1, the upper elliptical boundary becomes r^2= 1 (r= 1 since r cannot be negative), and the lower elliptical boundary becomes r^2= 1- h^2.

Of course, you will also have to change the differential using the Jacobian:
\left|\begin{array}{ccc}\frac{\partial x}{\partial r} &amp; \frac{\partial x}{\partial \theta} &amp; \frac{\partial x}{\partial z&#039;} \\ \frac{\partial y}{\partial r} &amp; \frac{\partial y}{\partial \theta} &amp; \frac{\partial y}{\partial z&#039;} \\ \frac{\partial z}{\partial r} &amp; \frac{\partial z}{\partial \theta} &amp; \frac{\partial z}{\partial z&#039;}\end{array}\right|= \left|\begin{array}{ccc} a cos(\theta) &amp; -ar sin(\theta) &amp; 0 \\ b sin(\theta) &amp; br cos(\theta) &amp; 0 \\ 0 &amp; 0 &amp; c\end{array}\right|= abcr
so that dxdydz= abc r drd\theta dz&#039;

Then the integral from r= 0 to r= 1- h will be from z'= h up z'= 0 while the integral from r= 1- h to 1 will be from z&#039;= -\sqrt{1- r^2} up to z&#039;= 0.
 
Hi HallsofIvy

Thank you for your quick response! That was helpful to get me going. I understand the jacobian transformation from the cartesian to the elliptical-cylindrical space.

I have a couple of questions:

1) Elliptical-cylindrical coordinates was used where x=arcos(θ), y=brsin(θ), and z=cz′;

May I know why were the coefficients of a,b and c in the elliptical coordinates?



2) You mentioned that the integral from r= 0 to r= 1- h will be from z'= h up z'= 0 .

So for my case, I would be interested in r=0 to r = 1-h; I'm assuming this fact would be crucial in evaluating the triple integral to obtain the volume. Which integration limits would this correspond to?

Could you advise regarding the limits of integration if they are correct?

Volume = \int_{h/c}^0 \int_{0}^{2∏} \int abcr \,dr\,dΘ\,dz&#039;

Would it be necessary to obtain the traces of rΘ, rz' and Θz' to get the limits of integration?
 
Corse said:
Hi HallsofIvy

Thank you for your quick response! That was helpful to get me going. I understand the jacobian transformation from the cartesian to the elliptical-cylindrical space.

I have a couple of questions:

1) Elliptical-cylindrical coordinates was used where x=arcos(θ), y=brsin(θ), and z=cz′;

May I know why were the coefficients of a,b and c in the elliptical coordinates?
\frac{x}{a}= r cos(\theta), \frac{y}{a}= r sin(\theta) and \frac{z}{c}= z&#039; so that
\frac{x^2}{a^2}+ \frac{y^2}{b^2}+ \frac{z^2}{c^2}= r^2 cos^2(\theta)+ r^2 sin^(\theta)+ z&#039;^2= r^2+ z&#039;^2= 1
The equation of a sphere in cylindrical coordinates.

2) You mentioned that the integral from r= 0 to r= 1- h will be from z'= h up z'= 0 .

So for my case, I would be interested in r=0 to r = 1-h; I'm assuming this fact would be crucial in evaluating the triple integral to obtain the volume. Which integration limits would this correspond to?

Could you advise regarding the limits of integration if they are correct?

Volume = \int_{h/c}^0 \int_{0}^{2∏} \int abcr \,dr\,dΘ\,dz&#039;

Would it be necessary to obtain the traces of rΘ, rz' and Θz' to get the limits of integration?
I said that r goes from 0 to 1- h. So the integral will be
\int_{z&#039;= h}^0\int_{r= 0}^{1- h}\int_{\theta= 0}^{2\pi} abcr d\theta dr dz&#039;
 
  • Like
Likes 1 person
Hi HallsofIvy

I have a couple of questions:

1) May I know how did you get limits for r to be r = 0 to 1-h? Especially for the part r = 1-h

2) For z', should the bottom limits be -h instead of h?

3) Also, does converting the problem to cylindrical coordinates make it more convenient to solve? Could it be done in a similar fashion in cartesian coordinates?

Thank you for helping me out!

Regards
Corse
 
Last edited:
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