Volume of the solid of revolution

benedwards2020
Messages
40
Reaction score
0
Find the volume of the solid of revolution obtained when the region under the graph of

f(x) = \left( \frac{1}{x} \right) e^\frac{1}{x}

from x = 1 to x = 6



Homework Equations



\pi \int (f(x))^2 dx



The Attempt at a Solution



Ok, the equation I gave above should be that of a definite integral with a=1 and b=6 (If anyone can tell me how to write that in Latex it would be much appreciated)

So, the volume is

\pi \int_1^6 \left( \frac{1}{x} \right) \left( e^\frac{1}{x} \right)^2 dx


So, we can simplyfy this to

\pi \int_1^6 (x)^{-2} \times e^\frac{2}{x} dx

Now I'm a bit stuck as to where to go from here. Do I use the integration by parts method? I think I'm getting bogged down in unnecessary calculations. Can someone give me a hint or point me in the right direction?
 
Last edited:
Physics news on Phys.org
Try setting u = 1/x or something like that.
 
benedwards2020 said:
Find the volume of the solid of revolution obtained when the region under the graph of

f(x) = \left( \frac{1}{x} \right) e^\frac{1}{x}
?? You didn't finish your sentence! Between what limits? Rotated around what axis?



Homework Equations



\pi \int (f(x))^2 dx
So you are rotating around the x-axis?



The Attempt at a Solution



Ok, the equation I gave above should be that of a definite integral with a=1 and b=6 (If anyone can tell me how to write that in Latex it would be much appreciated)
And only the region between x= 1 and x= 6?

So, the volume is

\pi \int \left( \frac{1}{x} \right) \left( e^\frac{1}{x} \right)^2 dx
No, If f(x)= \frac{1}{x}e^{1/x} then both f^2(x)= \frac{1}{x^2}e^{2/x}

With the values a=1 and b=6

So, we can simplyfy this to

\pi \int (x)^{-2} \times e^\frac{2}{x} dx
Okay, good. Now you have first x squared also. By the way, the code to put the limits of integration in is "\int_1^6". In other words, treat the lower limit as a subscript and the upper limit as a superscript on the integral sign.

Now I'm a bit stuck as to where to go from here. Do I use the integration by parts method? I think I'm getting bogged down in unnecessary calculations. Can someone give me a hint or point me in the right direction?
Looks to me like the substitution u= 2/x should work nicely.
 
Many thanks for your time and help... I've managed to solve using substitution as you suggested.
 
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