Volume of Revolution Problem: Calculating the Total Volume of a Haystack

  • Thread starter Thread starter tweety1234
  • Start date Start date
  • Tags Tags
    Revolution Volume
tweety1234
Messages
111
Reaction score
0

Homework Statement



The height of an (axially symmetric) pipe z as a function of the distance from the axis of symmetry is z = 2-2x^{2} , where both z and x are measured in metres, and where 0 \leq z \leq 2 and 0 \leq  x  \leq 1 What is the total volume of hay in cubic metres
in the haystack?

The correect answer is \pi

I am told this is a volumes of revolutions problem, how would I go about solving it?

Not sure I know the equation for volumes of revolution is V = \int^{b}_{a} \pi y^{2} dx

Any help appreciated.
 
Physics news on Phys.org
solve for x in the z=2-2x^2 , and then you will integrate over dz and z will go from 0 to 2 , and when you do the pi(r^2) the square root will go away and it will be straight forward to integrate and you should get pi.
 
cragar said:
solve for x in the z=2-2x^2 , and then you will integrate over dz and z will go from 0 to 2 , and when you do the pi(r^2) the square root will go away and it will be straight forward to integrate and you should get pi.

Thank you,

Just got a few questions, why do I have to rearrange for 'x'? Cause at first I thought of simply integrating z = 2 - 2x^{2}, I know z is the height and r is the radius, right?

\int^{2}_{0} -\sqrt{\frac{z}{2}} + 1 dz Is this the expression I am meant to ingrate?

Also not sure what you meant by pir^{2} ? I know the volume of the pipe is going to be that of a cylinder sp, V = \pi r^{2} h, Am I meant to use this?
 
Close.. Try solving for x again.

x = \sqrt{- \frac{z}{2} + 1}

Then, following the formula you provided, try integrating. Remember that this is the radius function, so you'll need to square it. The outcome should be directly integrable.
 
dmriser said:
Close.. Try solving for x again.

x = \sqrt{- \frac{z}{2} + 1}

Then, following the formula you provided, try integrating. Remember that this is the radius function, so you'll need to square it. The outcome should be directly integrable.

hmm okay, so I have V = \pi (\sqrt{- \frac{z}{2} + 1})^{2} z so is this what I am suppose to integrate? from 2, to 0?

\int^{2}_{0} \pi (\sqrt{- \frac{z}{2} + 1})^{2} z dz

Thakn you
 
Let's back up from the equations for a moment.

The concept of solids of revolution lies in the fact that the area of a flat disc is

\pi r^2

When we take a function and use it as a boundary point, we are saying that the radius of out flat disc is equal to some function.

Integrating over

\pi r^2

using our function as the radius gives us a volume.

So.. pi may be factored out as it's a constant. Leaving the formula.

\pi \int_{0}^{2} r^2 dr

So, the squaring should be applied to the entire function that x is set equal to. Effectively removing the square root and leaving you with something simple to integrate from 0 to 2 that should evaluate to 1.. Which can then be multiplied by pi for your final answer.

Hope this helps
 
dmriser said:
Let's back up from the equations for a moment.

The concept of solids of revolution lies in the fact that the area of a flat disc is

\pi r^2

When we take a function and use it as a boundary point, we are saying that the radius of out flat disc is equal to some function.

Integrating over

\pi r^2

using our function as the radius gives us a volume.

So.. pi may be factored out as it's a constant. Leaving the formula.

\pi \int_{0}^{2} r^2 dr

So, the squaring should be applied to the entire function that x is set equal to. Effectively removing the square root and leaving you with something simple to integrate from 0 to 2 that should evaluate to 1.. Which can then be multiplied by pi for your final answer.

Hope this helps

I think have got it, but don't get the right answer, what am I doing wrong?

\pi \int^{2}_{0} \frac{z}{2} + 1 \\\\\\\\\\\\\\\\dz

that gives me = \frac{z^{2}}{4} + z

and evaluating that from 2-0 I get 3?
 
should be -z^2/4 you are missing A NEGATIVE sign in front of the first term.
 
cragar said:
should be -z^2/4 you are missing A NEGATIVE sign in front of the first term.

oh right, I thought since your squaring a negative expression, it will become positive?

Thank you very much!
 
Back
Top