Can't integrate the surface area of revolving curve the normal way

aleksbooker
Messages
22
Reaction score
0

Homework Statement



Find the area of the surface generated by revolving the curve

x=\frac{e^y + e^{-y} }{2}

from 0 \leq y \leq ln(2) about the y-axis.

The Attempt at a Solution



I tried the normal route first...

g(y) = x = \frac{1}{2} (e^y + e^{-y})
g'(y) = dx/dy = \frac{1}{2} (e^y - e^{-y})

S = \int 2\pi \frac{1}{2} (e^y + e^{-y}) \sqrt{1+(e^y - e^{-y})^2} dy

S = \pi \int (e^y + e^{-y}) \sqrt{\frac{1}{4}e^{2y}+\frac{1}{2}+\frac{1}{4}e^{-2y} } dy

S = \pi \int (e^y + e^{-y}) \sqrt{\frac{1}{4} (e^y+e^{-y})^2} dy

S = \pi \int (e^y + e^{-y}) \frac {1}{2} (e^y+e^{-y}) dy

But then I got stuck here...

S = \frac{1}{2} \pi \int (e^y + e^{-y})^2 dy

How should I proceed? Thanks in advance.
 
Physics news on Phys.org
aleksbooker said:

Homework Statement



Find the area of the surface generated by revolving the curve

x=\frac{e^y + e^{-y} }{2}

from 0 \leq y \leq ln(2) about the y-axis.

The Attempt at a Solution



I tried the normal route first...

g(y) = x = \frac{1}{2} (e^y + e^{-y})
g'(y) = dx/dy = \frac{1}{2} (e^y - e^{-y})

S = \int 2\pi \frac{1}{2} (e^y + e^{-y}) \sqrt{1+(e^y - e^{-y})^2} dy

I think this should be
<br /> S = \int_0^{\ln 2} 2\pi \frac 12 (e^y + e^{-y}) \sqrt{1 + \frac14 (e^y - e^{-y})^2}\,dy<br />

S = \pi \int (e^y + e^{-y}) \sqrt{\frac{1}{4}e^{2y}+\frac{1}{2}+\frac{1}{4}e^{-2y} } dy

And now missing factor of 1/4 has appeared (but the limits are still missing).

S = \pi \int (e^y + e^{-y}) \sqrt{\frac{1}{4} (e^y+e^{-y})^2} dy

S = \pi \int (e^y + e^{-y}) \frac {1}{2} (e^y+e^{-y}) dyBut then I got stuck here...

S = \frac{1}{2} \pi \int (e^y + e^{-y})^2 dy

How should I proceed? Thanks in advance.

(e^y + e^{-y})^2 = e^{2y} + 2 + e^{-2y}...
 
@pasmith, thanks for your response.

I forgot how much I hate working with e. Thanks for pointing out how simple that really was.

Here's what I was doing:

S = \frac{1}{2}\pi \int (e^{2y} + 2 + e^{-2y}) dy

Then, breaking it up into three separate integrals and working with just the first one...

S = \frac{1}{2}\pi \int (e^{2y})

S = \frac{1}{2}\pi \frac{1}{2y+1} e^{2y+1} from 0 to ln(2)
 
aleksbooker said:
@pasmith, thanks for your response.

I forgot how much I hate working with e. Thanks for pointing out how simple that really was.

Here's what I was doing:

S = \frac{1}{2}\pi \int (e^{2y} + 2 + e^{-2y}) dy

Then, breaking it up into three separate integrals and working with just the first one...

S = \frac{1}{2}\pi \int (e^{2y})

S = \frac{1}{2}\pi \frac{1}{2y+1} e^{2y+1} from 0 to ln(2)

No.
<br /> \int e^{ay}\,dy = \frac{e^{ay}}a<br />
 
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