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:
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