Volume with Shell Method for Revolving Curves and Lines

genu
Messages
22
Reaction score
0

Homework Statement



Use the shell method to find the volumes of the solid generated by revolving the regions bounded by the curves and lines.

x=2y-y2, x=0

Homework Equations



The shell method is of the format: V = 2 \pi\int x * height dx


The Attempt at a Solution



I cannot picture the problem (not sure exactly how to graph it)
 
Physics news on Phys.org
x=2y-y^2 is a parabola and x=0 is a line. What's the problem with graphing them? Where do they intersect? And what what axis are you going to rotate the region around?
 
rotating around the x-axis


how can I tell its a parabola?
 
A usual parabola is given by y = ax^2 + bx + c. In this case, we have x = ay^2 + by + c. The two are much the same really, except that in the second case, the parabola is 'on it's side'.

It is actually two square roots, pasted together though. You can see this by solving the equation for y, resulting in your usual "y = f(x)" graph. For general a, b, c:
y = \frac{-b \pm \sqrt{b^2 - 4ac + 4ax} }{2a}
(Two equations, one for + and one for -!)

If you graph these, we get (using a = 1, b = 2, c = -1 for example):
sqrz8o.jpg

(The two don't meet in the middle exactly because Maple has trouble graphic them there.)If you really can't figure out the shape of a curve, why not simply try to draw a few easy points on paper? Like (0,0) or (0,1), (1,0) etc... You will most likely recognize a familiar shape from that, and you can then go on and analyze the curve equation further.
 
Last edited:
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top