Finding the Volume of a Rotated Curve: Solving for the Correct Integral Limits

  • Thread starter Thread starter vipertongn
  • Start date Start date
  • Tags Tags
    Curve Volume
vipertongn
Messages
97
Reaction score
0
I'm suppose to rotate around y-axis...

x=8y;x=y^3 and y> and equal to 0

I was told to integrate (x^1/3-0)^2-(1/8x-0)^2

so... pi integral 0 to sqrt(512) x^2/3-1/64x^2 dx

I end up with 151.65 but that's incorrect can someone tell me what i did wrong and how to get the right answer?
 
Physics news on Phys.org
vipertongn said:
I'm suppose to rotate around y-axis...

x=8y;x=y^3 and y> and equal to 0

I was told to integrate (x^1/3-0)^2-(1/8x-0)^2
Who told you this? This would be the volume of the region rotated around the x- axis. You said you wanted the volume of the region rotated around the y- axis. That would be the integral of \pi((8y)^2- (y^2^2) dy

so... pi integral 0 to sqrt(512) x^2/3-1/64x^2 dx
\sqrt{512}= 16\sqrt{2}

I end up with 151.65 but that's incorrect can someone tell me what i did wrong and how to get the right answer?
 
Last edited by a moderator:
Oh wait so it should be integral 64y^2-y^6 dy?

when i integrate that way it comes out negative
 
Last edited:
You are right. If forgot the squares (I have edited my response so I can pretend I didn't make thata mistake!). The area of a disk is \pi r^2 and you are taking the areas of two disks and subtracting them. The volume you want is \int_0^{2\sqrt{2}} 64y^2- y^4 dy.
 
Ahhh I'm confused ok I started with

x=8y
x=y^3
y>0

the limits of y are 0 to sqrt(512) and the limits of x is 0 to sqrt(8)

SO! Integral should look like 64y^2-y^6 dy Oh gosh nvm THANKS SO MUCH :D umm if i am correct its Rout-Rin right?
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top