Calculating Surface Area of a Revolution Rotated About the Y-Axis

deerhake.11
Messages
7
Reaction score
0
(my first dealings with latex.. so bare with me if this looks a little messed up at first :rolleyes: )

Homework Statement


Find the surface area for the equation:
x = 3y^{4/3} - \frac{3}{32}y^{2/3}

with bounds -216 \leq y \leq 216

rotated about the Y-axis.

Homework Equations



\int^a_b 2\pi f(y) \sqrt{1+(\frac{dx}{dy})^2}

The Attempt at a Solution



well... going with that equation i get to this point:

2\pi \int^{216}_{-216} (3y^{4/3} - \frac{3}{32}y^{2/3})(4y^{1/3} + \frac{1}{16}y^{-1/3})

from there I tried to multiply out the equation and solve the integral with the bounds, but it isn't giving me the correct answer. I'm not sure what I'm doing wrong. I suspect I have to break the integral up smaller pieces but I am not sure where to break it at.
 
Last edited:
Physics news on Phys.org
\int^a_b 2\pi f(y) \sqrt{1+\left(\frac{dx}{dy}\right)^2}

you have substituted dx/dy incorrectly into the equation

dx/dy should be inside the root
 
Because of the symmetry, you can integrate from 0 to 216 and then multiply by 2. What do you get?
 
ok... when I multiply out the integrand I get:

2\pi [12y^{5/3} - \frac{3}{16}y^2 - \frac{9}{2048}y^{1/3}]^{216}_{0}

when I evaluate at 216 & 0, i get 7552892.305... I multiply that by 2 (symmetry) and then multiply that by 2pi, which gives me 94925010.28

edit... nevermind, i made a stupid math mistake. Got it right now, thanks a ton HallsofIvy!
 
Last edited:
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