How to find the volume of a solid generated by revolving the region bounded by the graphs of the equations about the line y=7?

1.9k Views Asked by At

I cannot figure out how to solve this. The region is bounded by $xy=7$, $y=1$, $y=8$ and $x=9$. Revolving about the line $x=9$.

I came up with the following integral to solve this:

$\pi\int_{1}^{8}(9)^2-(7/y)^2dy$

The answer I got is $1646.587$.

What am I doing wrong? Did I set up the problem incorrectly?

enter image description here

1

There are 1 best solutions below

0
On

A general tip in the case you are not revolving around a coordinate axis is to transform your expressions so that you are. Your situation looks like this:

graphs1

If you shift $9$ steps to the left (i.e. replace all $x$ by $x+9$), then it looks like this

graphs2

So, the domain that revolves is bounded by the curves $$ (x+9)y=7,\quad y=1,\quad y=8,\quad\text{and}\quad x=0. $$ The first equation gives $$ x=\frac{7}{y}-9. $$ Thus, the volume you look for is given by the integral $$ \int_1^8\pi(7/y-9)^2\,dy. $$