If I wanted to use disks (or rings), I would need to put the function in terms of y so it matches the dy needed for the disks formula at this rotational axis.
Oh I see, you just don't want to have to say that the disk between y and y+dy has volume \pi(y-5)dy where the volume of the "ring" between x and x+dx is 2\pi (x^2+5)xdx ...
Fair enough - the moral is to pick the method you are most comfortable with: that's the one with the least chance of a mistake.
For the pedants:
I know that the volumes above are not in same regions, the former is inside the curve and the latter
under it - the example does not state which region the volume is to be found for. If, for instance, the idea is that it is a wine glass, and you want to know how much wine fills it to a height h above the table (at y=0)... why then the the two methods should provide:
V\qquad=\pi \int_5^h (y-5)dy \qquad = \pi(h-5)h - 2\pi \int_0^{\sqrt{h-5}}(x^2+5)xdx
If, however, the volume is what remains after lathing a hole in a cylinder of glass (to make a shot-glass, say) h high and outer radius R, to the above specs
... the the glass that remains is given be each method as:
V\qquad=\pi R^2h-\pi\int_5^h (y-5)dy \qquad<br />
= 2\pi\int_0^\sqrt{h-5}(x^2+5)xdx + 2\pi R(R-\sqrt{h-5}) \qquad :\;\; R > \sqrt{h-5}
Of course, in a math course you often have things laid out ... like,
find the volume between f(x) rotated about the y-axis and the x-z plane so that x^2+z^2 \leq r^2 then you get:
V\qquad = \pi(r^2+5)r^2 -<br />
<br />
\pi\int_5^{r^2+5}(y-5)dy \qquad = 2\pi\int_0^r(x^2+5)xdx
I know also that in each case the second one gives the more complicated integral ... but it does not have to be the case - that's just this particular example.
(I'm also pretty sure I have made a mistake or dozen through there...)
So: pick the method that makes the math simplest and, when in doubt, use the one you personally are most comfortable with.