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:
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top