You are on page 1of 6

Plot 5 + Sin[2 π x] , 2 + Cos[3 π x] , {x, 0, 5}

2.5

2.0

1.5

1 2 3 4 5

Syntax::sntxf : "Solve =" cannot be followed by "[f[x] ⩵ g[x]]".


2 Untitled-1.nb

RevolutionPlot3Dx, 2 + Cos[3 π x] , x, 5 + Sin[2 π x] ,


{x, 0, 5}, AxesLabel → {x, y, z}, RevolutionAxis → {1, 0, 0}
Untitled-1.nb 3

RevolutionPlot3Dx, 2 + Cos[3 π x] , x, 5 + Sin[2 π x] , {x, 0, 5},


AxesLabel → {x, y, z}, RevolutionAxis → {1, 0, 0}, PlotStyle → {Opacity[.2]}

In[5]:= f[x] = 5 + Sin[2 π x]

Out[5]= 5 + Sin[2 π x]

In[6]:= g[x] = 2 + Cos[3 π x]


Out[6]= 2 + Cos[3 π x]

5
In[30]:= VOX = π  f[x] ^ 2 - g[x] ^ 2 ⅆ x
0

Out[30]= 15 π
4 Untitled-1.nb

In[36]:= Plot3  10 x ^ 5 - 3 x ^ 4 + 11 x ^ 3 - 18 x ^ 2 + 12 x + 1, - 4 x ^ 3 + 28 x ^ 2 - 56 x + 32, {x, 0, 5}

20

10

Out[36]=

1 2 3 4 5

-10
Untitled-1.nb 5

RevolutionPlot3D
y, 3  10 y ^ 5 - 3 y ^ 4 + 11 y ^ 3 - 18 y ^ 2 + 12 y + 1, {y, - 4 y ^ 3 + 28 y ^ 2 - 56 y + 32},
{y, 0, 5}, AxesLabel → {x, y, z}, RevolutionAxis → {0, 1, 0}

Out[34]=
6 Untitled-1.nb

In[35]:= RevolutionPlot3Dy, 3  10 y ^ 5 - 3 y ^ 4 + 11 y ^ 3 - 18 y ^ 2 + 12 y + 1,


{y, - 4 y ^ 3 + 28 y ^ 2 - 56 y + 32}, {y, 0, 5}, AxesLabel → {x, y, z},
RevolutionAxis → {0, 1, 0}, PlotStyle → {Opacity[.2]}

Out[35]=

You might also like