Rotation volume question

Feb 04, 2007 19:19

I recently got this problem wrong on a test, and it involves volume of a solid of rotation. For some reason I got stuck and tried to use arc length (since that was also being tested), but could someone please explain it to me?

Problem + my work )

Leave a comment

Comments 5

quantumfoam13 February 5 2007, 04:18:33 UTC
As is noted on your paper, you correctly determined the total volume. You are asked to find a the plane x=k where the volume is cut in half. The set up is as follows:

(1/2)V = pi*Int[((x)^(1/2))^2,x,0,k]
=> (1/2)(8*pi) = pi*(1/2)[k^2 - 0^2]
4 = (1/2)*k^2
8 = k^2
=>k = 8^(1/2) or 2*2^(1/2)

Sorry about the format. If you'd like more explicit details, I can email them to you.

Reply

akaich0u February 6 2007, 23:59:31 UTC
Sorry for the late reply! You made that pretty clear, actually. Thank you! :D

Reply


where_was_i February 5 2007, 05:59:07 UTC
You could also have proceeded from the part on the paper that is circled with the c by it. The π's cancel, and the (√(x))2 becomes just x, so you're left with ∫k0xdx = ∫4kxdx. Perform the integration, and remember that k is just a number, and you'll get 1/2k2 = 1/2(42 - k2), which simplifies the same quantumfoam13 showed.

Reply

where_was_i February 5 2007, 06:09:52 UTC
Oh, so you know why that works: you're splitting the volume into two pieces at the line x=k, and forcing the volumes of the two different shapes to be equal on the condition that k is in a particular spot. It'd be kind of like chopping a cone of ice cream in half, and trying to figure out where to cut it so it'd be equal. It looks like you understood that, but got stuck on the fact that k could be carried through the integral as a normal number would. Like I said above, k is just a normal, rational number that must live somewhere between 0 and 4 (because of the nature of the question), and you can use normal algebra to solve for it once it's in a more obvious equation.

Hope that's helpful =).

Reply

akaich0u February 6 2007, 23:59:50 UTC
That is helpful. Thanks for your time! :D

Reply


Leave a comment

Up