Calculating Volume of an Ellipsoid Using Spherical Coordinates

  • Thread starter Thread starter PsychonautQQ
  • Start date Start date
  • Tags Tags
    Volume
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
PsychonautQQ
Messages
781
Reaction score
10

Homework Statement


find the volume of the ellipsoid x^2+y^2+5z^2=16



The Attempt at a Solution


so I assume I must first change it to spherical coordinates. I figure I evaluate θ from 0 to 2∏ abd ∅ from 0 to ∏, but the p is giving me a challenge. if z is zero then p goes from 0 to 4, but if x and y are zero then p goes from 0 to (16/5)^(1/2)? am I on the right track? What do I do now??
 
Physics news on Phys.org
Cylindrical coordinates would seem to be a better choice than spherical.

In either case, you want to express the outer boundary in terms of the coordinates you decide to work with. In the case for spherical coordinates, solve for ##\rho## as a function of ##\phi## to get the upper limit for ##\rho##.
 
As with the analogous problem of the area of an ellipse, also here I'd use the most convenient parametrization possible. I'd suggest
[tex]\vec{r}(\lambda,\theta,\phi)=\lambda \begin{pmatrix}<br /> a \cos \phi \sin \theta \\<br /> b \sin \phi \sin \theta \\<br /> c \cos \theta<br /> \end{pmatrix}, \quad \lambda \in [0,1], \quad \phi \in [0, 2\pi], \quad \theta \in [0,\pi].[/tex]
Calculate the Jacobian and do the triple integral. it's not too difficult.