phosgene
- 145
- 1
Homework Statement
Let n>1/2 and consider the function
f(x)=x^{-n} for x\in[1,∞)
Calculate the volume of the solid generated by rorating f(x) about the x-axis, showing all details of your working.
Homework Equations
Since it is rotated about the x-axis, its axis of symmetry is the x-axis, and by slicing up the solid of revolution into circles perpendicular to the x-axis, the volume is given by
V=lim_{t→∞}∫^{t}_{1}A(x)dx
A= \pi r^{2}=\pi(x^{-n})^{2}
So
V=lim_{t→∞}∫^{t}_{1}\pi(x^{-n})^{2}dx
The Attempt at a Solution
V= \pi lim_{t→∞}∫^{t}_{1}(x^{-n})^{2}dx
= \pi lim_{t→∞}∫^{t}_{1}(x^{-2n})dx
= \pi lim_{t→∞} \frac{x^{-2n+1}}{-2n+1}|^{t}_{1}
= \pi lim_{t→∞} \frac{1}{-2n+1}(t^{-2n+1}-1)
= \frac{\pi}{-2n+1}
So a few questions. First, am I right? Second, should I do another substitution with the limit and turn it into the limit as s goes to 0 where t=1/s? Appreciate any help :)