You are on page 1of 4

In[15]:=

data =
88x, y<,
80, 6.05<,
81.0, 5.85<,
82.0, 5.45<,
83.5, 5.0<,
84.0, 3.51<,
85.0, 2.6<,
86.5, 2.5<,
88.0, 2.0<,
89.0, .6<,
810.0, .5<,
811.0, .5<,
812.0, .5<,
813.0, .5<,
814.0, .5<,
815.0, .5<,
815.7, 3.0<,
816.1, 4.0<<
x
0
1.
2.
3.5
4.
5.
6.5
8.
9.
10.
11.
12.
13.
14.
15.
15.7
16.1

Out[15]=

In[16]:=

y
6.05
5.85
5.45
5.
3.51
2.6
2.5
2.
0.6
0.5
0.5
0.5
0.5
0.5
0.5
3.
4.

ListPlot@
data,
Filling BottomD
6

Out[16]= 3

10

15

Printed by Mathematica for Students

Volumes Revolution Project.nb

In[17]:=

Out[17]=
In[19]:=

f = Interpolation@
Table@
8data@@i, 1DD, data@@i, 2DD<,
8i, 2, 18<D,
InterpolationOrder 1D
InterpolatingFunction@H 0. 16.1 L, <>D
Plot@f@xD,
8x, 0, 16.1<,
AspectRatio 1,
PlotRange All,
AxesOrigin 80, 0<D
6

Out[19]= 3

10

15

Printed by Mathematica for Students

Volumes Revolution Project.nb

In[21]:=

Show@
Plot@f@xD,
8x, 0, 16.1<,
PlotRange All,
AxesOrigin 80, 0<,
AspectRatio 1D,
ListPlot@
Table@8data@@i, 1DD, data@@i, 2DD<,
8i, 2, 18<D,
Filling Axis,
AspectRatio 1D
D
6

Out[21]= 3

10

15

Printed by Mathematica for Students

Volumes Revolution Project.nb

In[22]:=

ParametricPlot3D@
8x, f@xD * Cos@tD, f@xD * Sin@tD<,
8x, 0, 16.1<,
8t, 0, 2 <,
AxesOrigin 80, 0<,
Boxed False,
AspectRatio 1,
AxesLabel 8x, y, z<D

0
Out[22]=

5
5

0
x
10

-5

15
0
-5
z

In[37]:=
Out[37]=

* NAIntegrateA9f@xD2 =, 8x, 0, 16.1<EE


8487.24<

Printed by Mathematica for Students

You might also like