There are two approaches to this problem.
In any case, draw a graph of the function to get a picture. It's easy to work with.
(I):
Instead of integrating directly and splitting the integral into 2 pieces, notice that if we take the area of the rectangle with vertices (0,0),(7/10,0),(0,exp(2.1)) and (7/10, exp(2.1)) and subtract the area of part we don't need we get the area under the curve form x=0 to x=0.7.
In the same way, if we rotate the rectangle around the y-axis we get a cylinder. To get the right volume we must subtract the volume we get from the part where y goes from 2 to exp(2.1); it looks something like a bowl.
So: Volume we need = volume of cylinder - volume of bowl.
The volume of the cylinder is clearly: \pi(0.7)^2\exp(2.1).
The volume of the bowl is:
V_{bowl}=\int_2^{\exp(2.1)}\pi \left(\frac{\ln(y-1)}{3}\right)^2dy \approx 1.32\pi
(integrating this is a little tedious. You need to do integration by parts)
So the volume V is about \pi(0.7)^2*\exp(2.1)-1.32\pi=8.4239[/tex].<br />
(It differs somewhat from my previous answer, so I must have made some stupid mistake somewhere).<br />
<br />
(II). I like this method better, but it's hard to describe without a drawing. Perhaps you're familiar with it though.<br />
Instead of approximating the volume by cutting the area into horizontal rectangles (with width \Delta y) before rotating each rectangle about the y-axis, we divide the area into vertical rectangles (with width \Delta x) and then rotate them about the y-axis.<br />
Then each rotated rectangle will be a hollow cylinder with radius x, height f(x) and thickness \Delta x. So its volume is: 2\pi x f(x)\Delta x.<br />
Integrating this expression to get the total volume we get:<br />
<br />
V=2\pi\int_0^{0.7}x(1+\exp(3x))dx \approx 8.5086<br />
<br />
You need integration by parts for \int x\exp(3x)dx as well.<br />
<br />
Try working out both ways.<br />
<br />
EDIT: Corrected 'partial integration' to 'integration by parts'. I`m mixing these up too often, since in Dutch we refer to integration by parts as partial integration.