Cylindrical Rotation Volume Help

AdiV
Messages
15
Reaction score
0

Homework Statement


The region R enclosed by the coordinate axes and the graph of y = k(x-2)^2 is shown above. When this region is revolved around the y - axis, the solid formed has a volume of 8*pi cubic units. What is the value of k?

A) 1
B) 4/3
C) 3/pi
D) 2
E) 3


Homework Equations



V = 2*pi f a -> b x [ f(x) - g(x) ] dx


The Attempt at a Solution



Ok so I pluged in 8 pi in for volume and the function for f(x) and o for g(x) and tried solving it.
After simplifying I got 4 = 8/3k
and for k I got 12/8

But that is not an answer choice.

Can I get some help, I would really appreciate it!
Thank You very much!
 
Physics news on Phys.org
Using the shell method, volume is

V = 2\pi\int_a^b x * f(x) dx

plugging in y=f(x) and the bounds determined by the x and y intercepts
= 2\pi k \int_0^2 x * (x-2)^2 dx

= 2\pi k \int_0^2 x^3 - 4x^2 + 4x dx

= 2\pi k \left[ \frac{x^4}{4} - \frac{4x^3}{3} + 2x^2 \right]_0^2

= 2\pi k \left[ 4 - \frac{32}{3} + 8 \right]

= \frac{8}{3}\pi k

since we know the volume is 8\pi

8\pi = \frac{8}{3}\pi k

k = 3
bam
 
Ohh, thanks, yeah I made a calculation error, Thanks!
 
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