Linear algebra and volume of rotational object

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
Niles
Messages
1,834
Reaction score
0
[SOLVED] Linear algebra and volume of rotational object

Homework Statement


I have to show that V(O) = pi * int[f(z)^2]dx when O = {(x,y,z) E R^3 | a =< z =< b, sqrt(x^2+y^2) =< f(z)}.

I have to integrate 3 times with different limits:

V(O) = int [dz, a..b] * int[dr, 0 .. f(z)] * int[dTheta * r, 0..2pi].

Why is it the integral looks like this? I believe it should look like

int[ int [ int [ dr * dTheta * ds]]] with limits as above.
 
Physics news on Phys.org
You have a< z< b, with a and b constants, so the "outer integral" would be with respect to z, from a to b, in order to cover the entire figure. For each z, you have [itex]\sqrt{x^2+ y^2}< f(z)[/itex]. Taking [itex]r= \sqrt{x^2+ y^2}[/itex], that is the same as r< f(z). Since r (in polar coordinates) cannot be less than 0, the limits of integration with respect to r must be from 0 to f(z) (and the differential is rdr). Finally, there is no limit on [itex]\theta[/itex] so the limits on [itex]\theta[/itex] must be from 0 to [itex]\pi[/itex], the entire circle. That volume is given by
[tex]\int_{z=a}^{b} \int_{r= 0}^{f(x)} \int_{\theta= 0}^{2\pi} f(z) (d\theta)(rdr)(dz)[/tex]
It should be easy to see that gives the result you want.

As for the formula you give, I see no difference except that you have replaced "z" with "s"- without saying what "s" is.
 
Why is r^2 = x^2+y^2? And isn't this cylindrical coordinates?

Thanks for your help so far!