How to Calculate Volume of a Rotated Graph Using the Shell Method?

  • Thread starter Thread starter tbone413
  • Start date Start date
  • Tags Tags
    Graph Volume
tbone413
Messages
7
Reaction score
0

Homework Statement


Find the volume of the solid found by rotating the area bound between
the curves x = 1, y = x^2, y = 0, around x-axis.


Homework Equations


I know you have to solve this using the shell method, but I just get extremely confused while trying to do it. Maybe someone could explain it to me?


The Attempt at a Solution

 
Physics news on Phys.org
This is the formula for the cylindrical shell method:
\int_a^b2\pi xf(x)dx
you can also use \int_a^bA(x)dx
The second one would be easier.
 
Last edited:
Sorry! I was mistaken when I said the area was unbounded. The first thing you need to do is find where these curves intersect and determine the leftmost and rightmost boundaries of X.
 
Normally to find points of intersection you would set the two curves you wish to find the x values that satisythis equation. However they are much more easily found in this particular problem by drawing a quick sketch. It comes out at x=0 to x=1

Also, this does not require shell method at all. Shell method is for when you cannot create an infinite number of lines between between your boundaries that is perpundicular to your axis of revolution such that one of those lines would hit the same curve twice. In this case all you need to is:
\pi\int_0^1\ (x^2)dx
 
Soup said:
\pi\int_0^1\ (x^2)dx

Should be (f(x))^2.
 
Would that end up being...

\int^{1}_{0}(\pi r^2)dx

where r = "Outer radius" (1) minus "inner radius" (x^2)

?

(I hope so, I have a test tomorrow)
 
No, because x = 1 is the vertical boundary in your integration sign.
 
Snazzy said:
No, because x = 1 is the vertical boundary in your integration sign.

Ok...I think I get it.

\int^{1}_{0}\pi (x^2)^2 dx

= \pi*\int^{1}_{0}x^4 dx

= \pi*(1^5/5-0)

= \pi/5

Is that right?
 
Looks right.

I should've said x = 1 is the vertical line that limits how far horizontally you should integrate.
 
Back
Top