PDA

View Full Version : Volume of Ellipsoid


WayBehind
Nov23-09, 12:20 AM
I know this has been answered in another thread, but it still isn't entirely clear to me. This particular section in class is giving me some major problems and I'm hoping someone can shed some light on things. This is probably one of the easier problems in this assignment and I'm hoping if I can figure it out then the rest will fall into place.

I thought spherical coordinates would be appropriate here, but I can't seem to find a correct answer.

b]1. The problem statement, all variables and given/known data[/b]
FInd the volume of the ellipsoid x^2 + y^2 + 4 z^2 = 100


2. Relevant equations



3. The attempt at a solution
if I convert to spherical coordinates, I can reduce the following:
\rho^2sin^2\phi cos^2\theta + \rho^2sin^2\phi sin^2\theta + 4\rho^2cos^2\phi = 100
to
\rho=\sqrt{20}
So I'm trying to set up my equation and get:

\int_{0}^{2\pi}\int_{0}^{???}\int_{0}^{\sqrt{20}} d\rho d\phi d\theta


I'm fairly certain I'm not really on the right track, if someone could confirm that...
How do I find the value of \phi?
And I'm not even really sure how to find the equation, although I'm guessing I am just being dense.
Any help would be appreciated.

HallsofIvy
Nov23-09, 04:41 AM
In spherical coordinates, \theta, the "longitude", goes from 0 to 2\pi, as you have, and \phi, the "co-latitude", goes from 0 to \pi.

However, the "differential of volume" in spherical coordinates is not "d\rho d\phi d\theta". It is \rho^2 sin(\phi) d\rho d\phi d\theta.

WayBehind
Nov23-09, 09:18 AM
Thanks. I knew it wasn't simply d\rho d\phi d\theta, I just didn't know the equation was \rho^2 sin\phi. How do you get that? I'd really like to understand the entire method so that I can apply it to more than just this problem.

How is \phi = 0 to \pi? I don't know how to get there, either.

Do I have \rho being from 0 to \sqrt{20} correct?

WayBehind
Nov23-09, 10:12 PM
Okay, I've just gotten back to this problem and I'm now even more confused. Here it is, step by step:

\int_{0}^{2\pi}\int_{0}^{\pi}\int_{0}^{\sqrt{20}} \rho^2 sin\phi d\rho d\phi d\theta
\int_{0}^{2\pi}\int_{0}^{\pi} \rho^3/3 sin\phi d\phi d\theta
= \int_{0}^{2\pi}\int_{0}^{\pi} 20\sqrt{20}/3 sin\phi d\phi d\theta
\int_{0}^{2\pi} -20\sqrt{20}/3 cos\phi d\theta from 0 to \pi
= \int_{0}^{2\pi} 20\sqrt{20}/3 - 20\sqrt{20}/3 d\phi d\theta
= \int_{0}^{2\pi} 0
= 0

What am I doing wrong???

Thanks

HallsofIvy
Nov24-09, 04:17 AM
Okay, I've just gotten back to this problem and I'm now even more confused. Here it is, step by step:

\int_{0}^{2\pi}\int_{0}^{\pi}\int_{0}^{\sqrt{20}} \rho^2 sin\phi d\rho d\phi d\theta
\int_{0}^{2\pi}\int_{0}^{\pi} \rho^3/3 sin\phi d\phi d\theta
= \int_{0}^{2\pi}\int_{0}^{\pi} 20\sqrt{20}/3 sin\phi d\phi d\theta
\int_{0}^{2\pi} -20\sqrt{20}/3 cos\phi d\theta from 0 to \pi
The integral of sin(\phi) is -cos(\phi), not cos(\phi). But since you got "0" that's not your real problem.

= \int_{0}^{2\pi} 20\sqrt{20}/3 - 20\sqrt{20}/3 d\phi d\theta
Since you don't say how you got this, I can't tell you what you did wrong! Your integrand should be -20\sqrt{20}/3(cos(\pi)- cos(0)). What is that? What are cos(\pi) and cos(0)?

= \int_{0}^{2\pi} 0
= 0

What am I doing wrong???

Thanks

LCKurtz
Nov24-09, 12:08 PM
Thanks. I knew it wasn't simply d\rho d\phi d\theta, I just didn't know the equation was \rho^2 sin\phi. How do you get that? I'd really like to understand the entire method so that I can apply it to more than just this problem.



When you make the change of variables x = \rho\sin\phi\cos\theta,\,y = \rho\sin\phi\sin\theta,\,z = \rho\cos\phi you get the Jacobian

J = \left| \begin{array}{ccc}
x_\rho&y_\rho&z_\rho\\
x_\phi&y_\phi&z_\phi\\
x_\theta&y_\theta&z_\theta
\end{array}\right | = \rho^2\sin\phi


so your dV element transfroms from dxdydz to \rho^2\sin\phi\ d\rho\, d\phi\, d\theta

This is also why it is standard to let \phi range from 0 to \pi. Otherwise you would need to deal with absolute value bars on the \sin\phi.

WayBehind
Nov24-09, 05:43 PM
Thanks to both of you, that helps quite a bit.

I see where I went wrong with coming up with zero. The signs were messing me up.

So now I'm on to my next stumbling block, and I'm quite certain I'm just being dense.
Is \rho=\sqrt{20}? Something tells me I don't have that right.
I'll continue to work through the problem:
\int_{0}^{2\pi} -20\sqrt{20}/3 cos\phi d\theta from 0 to \pi

= \int_{0}^{2\pi} 40\sqrt{20}/3 d\theta
Correct, so far?
= 40\sqrt{20}\theta/3 from 0 to 2\pi

Which gives me
80\sqrt{20}\pi/3
And that isn't right. I'll have to try and work this out again this evening.