(1) Recall shells formula:

V=ab2πRhdr

(2) Interpret:

R=xh=f(x)dr=dx

Bounded above by f(x). Bounded below by x-axis.

Bounded left by x=2. Bounded right by x=8.

Obtain:

V=2π28xf(x)dx

(3) Create table of values to apply Simpson’s Rule:

xif(xi)xif(xi)
x0=2f(x0)=0x0f(x0)=0
x1=3f(x1)=1x1f(x1)=3
x2=4f(x2)=3x2f(x2)=12
x3=5f(x3)=3x3f(x3)=15
x4=6f(x4)=2x4f(x4)=12
x5=7f(x5)=3x5f(x5)=21
x6=8f(x6)=0x6f(x6)=0

(4) Recall Simpson’s Rule formula:

Sn=13Δx(y0+4y1+2y2++2yn2+4yn1+yn)

Here yi=xif(xi) since yi in this formula represents the integrand values.

Note that Δx=1.

Plug in:

Sn=13(x0f(x0)+4x1f(x1)+2x2f(x2)++4x5f(x5)+x6f(x6))=13(0+4(3)+2(12)+4(15)+2(12)+4(21)+0)=68

Therefore:

28xf(x)dx68

Therefore:

V=2π28xf(x)dx2π68427.26