Rattanjeet
- 4
- 0
The discussion revolves around determining the appropriate method for calculating the volume of solids of revolution formed by the curves y = x, x = 2 - y^2, and y = 0. Participants explore the implications of using disks, washers, or shells based on the characteristics of the curves and the axis of rotation.
Some participants have provided guidance on which methods to use for specific cases, such as recommending shells for rotation about the x-axis and washers for the y-axis. There is an ongoing exploration of the reasoning behind these choices, and some participants express confusion about the setup of integrals and the limits involved.
Participants note the importance of accurately identifying intersections of the curves and the necessity of visualizing the region and the solid formed by revolution. There is mention of potential errors in integral setups and the need for clarity in understanding when to switch between function forms.
The following is copied from a PM sent by Rattanjeet.Rattanjeet said:How do I set up the integral for the curve y = x, x = 2 - y^2, and y = 0 to find the volume
when it is revolved
around x axis
around y axis
about the line x = -1
y = 1
I am quite confused. Do I change x = 2 - y^2 to y = Squareroot (2 - x), when required. If I do so, does the limit of integral also change or does it remain the same.
Rattanjeet said:I think I cannot make the graph to show the region bounded by X = 2-y^2, Y=0, and y=x
on setting y = 2 - y^2, I get the limits of integration ±y.
Given below is my work; this is how I set up the integrals:
a) Volume when the region is rotated about x-axis:
Method used: shell method
V=2∏∫[c-d] y g(y) dy
V=2∏{∫[0-1] y (y) dy - ∫[1-2] y(2-y^2)} dy
V=2∏{∫[0-1] y^2 dy - ∫[1-2] (2y-y^3)} dy
b) Volume when the region is rotated about y-axis:
Method Used: Washer Method
V = ∏∫[c-d] f(y)^2 - g(y)^2 dy
V= ∏{∫[0-1] (2-y^2)^2dy - ∫[1-2] (y)^2 dy }
c) Volume when the region is rotated about x = -2:
Method used: Wahser method
V = ∏∫[c-d] f(y)^2 - g(y)^2 dy
V= ∏{∫[0-1] (2-y^2 + 2)^2dy - ∫[1-2] (y+2)^2 dy }
V= ∏{∫[0-1] (4-y^2)^2dy - ∫[1-2] (y+2)^2 dy }
d) Volume when the region is rotated about y = 1:
Method Used: Washer Method
V = ∏∫[c-d] f(y)^2 - g(y)^2 dy
V = ∏∫[0-1] (1 - y)^2dy - ∏∫[0-1](1-(2-y^2))^2 dy
V = ∏∫[0-1] (1 - y)^2dy - ∏∫[0-1](y^2-1))^2 dy
I just want guidance as to how to determine which method to use and when; also when to change the function from y= f(x) to x = f(y) and vice versa.
I have read the book again and again, solved dozens of questions and still I am not sure. I want to be confident when I apply the method and set up the integral and its limits. This is the guidance I require. I do not want any question to be solved for me.
Ackbeet said:You will need to find the intersections of all three defining curves. Where does that happen?
For the around the x-axis case, I'd recommend shells using a dy.
For the around the y-axis case, I'd recommend washers using a dy. Use the same for about the line x = -1.
For around the line y=1, I'd recommend shells using a dy.
Can you see why I picked these?
These are correct.Rattanjeet said:Intersections are (0,0), (1,1) and (2,0)
Your setup in the 2nd line above is incorrect, and will give you the negative of the volume. For the length of the shell, you want xparabola - xline. You have it the other way around, which produces a negative value.Rattanjeet said:And my working of this question is as follows:
a) Volume when the region is rotated about x-axis:
Method used: shell method
V=2∏∫[c-d] y g(y) dy
V=2∏{∫[0-1] y (y) dy - ∫[1-2] y(2-y^2)} dy
V=2∏{∫[0-1] y^2 dy - ∫[1-2] (2y-y^3)} dy
Rattanjeet said:b) Volume when the region is rotated about y-axis:
Method Used: Washer Method
V = ∏∫[c-d] f(y)^2 - g(y)^2 dy
V= ∏{∫[0-1] (2-y^2)^2dy - ∫[1-2] (y)^2 dy }