phosgene
- 145
- 1
Homework Statement
Let n>1/2 and consider the function
[itex]f(x)=x^{-n}[/itex] for [itex]x\in[1,∞)[/itex]
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
[itex]V=lim_{t→∞}∫^{t}_{1}A(x)dx[/itex]
[itex]A= \pi r^{2}=\pi(x^{-n})^{2}[/itex]
So
[itex]V=lim_{t→∞}∫^{t}_{1}\pi(x^{-n})^{2}dx[/itex]
The Attempt at a Solution
[itex]V= \pi lim_{t→∞}∫^{t}_{1}(x^{-n})^{2}dx[/itex]
[itex]= \pi lim_{t→∞}∫^{t}_{1}(x^{-2n})dx[/itex]
[itex]= \pi lim_{t→∞} \frac{x^{-2n+1}}{-2n+1}|^{t}_{1}[/itex]
[itex]= \pi lim_{t→∞} \frac{1}{-2n+1}(t^{-2n+1}-1)[/itex]
[itex]= \frac{\pi}{-2n+1}[/itex]
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 :)