toothpaste666
- 516
- 20
Homework Statement
Find the volume of the solid generated by rotating the region enclosed by y=\frac{1}{1+x^2} , x=-1,x=1 and y=0 about the line y=2
Homework Equations
pi(outer radius)^2-pi(inner radius)^2
The Attempt at a Solution
Since i am rotating around a horizontal line i figured disks/washers would be a better method than cylindrical shells for this problem. First i sketched the graph. It is sort of an upside down parabola enclosed by the x-axis and x=-1 and x=1. For the outer radius I got 2 and for the inner radius I got 2-\frac{1}{1+x^2}. Since the limits of integration are -1 and 1 and its a parabola I figured I can use symmetry to make it from 0 to 1 and multiply the whole thing by 2.
Step 1:
2\pi \int_0^1(2)^2-(2-\frac{1}{1+x^2})^2\,dx
Step 2:
2\pi \int_0^1(4)-(4-\frac{4}{1+x^2}+\frac{1}{(1+x^2)^2})dx
Step 3:
2\pi \int_0^1\frac{4}{1+x^2}-\frac{1}{(1+x^2)^2}dx
Step 4:
2\pi \int_0^1\frac{4(1+x^2)-1}{(1+x^2)^2}dx
Step 5:
2\pi \int_0^1\frac{4x^2}{(1+x^2)^2}dx
Here I hit a wall because I am not entirely sure how to integrate this. In fact I am not even sure if I am correct up to this point. I would appreciate it greatly if you guys could point me in the right direction.