Section 10.6 - 3D Surfaces
(We'll use a = 3, b= 2, c = 1 for the
following surfaces. Maple Commands are at the bottom of webpage)
1. Ellipsoid 
2. Cone 
3. Elliptic Paraboloid 
4. Hyperboloid of One Sheet 
5. Hyperbolic Paraboloid 
6. Hyperboloid of Two Sheets

Maple
Command - 1) Ellipsoid
![plot3d({[3*r*cos(theta), 2*r*sin(theta), sqrt(1-r^2)], [3*r*cos(theta), 2*r*sin(theta), -sqrt(1-r^2)]}, r = 0 .. 1, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_16.gif)
![plot3d({[3*r*cos(theta), 2*r*sin(theta), sqrt(1-r^2)], [3*r*cos(theta), 2*r*sin(theta), -sqrt(1-r^2)]}, r = 0 .. 1, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_17.gif)
![plot3d({[3*r*cos(theta), 2*r*sin(theta), sqrt(1-r^2)], [3*r*cos(theta), 2*r*sin(theta), -sqrt(1-r^2)]}, r = 0 .. 1, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_18.gif)
Maple
Command - 2) Cone
![plot3d({[3*r*cos(theta), 2*r*sin(theta), r], [3*r*cos(theta), 2*r*sin(theta), -r]}, r = 0 .. 1, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_21.gif)
![plot3d({[3*r*cos(theta), 2*r*sin(theta), r], [3*r*cos(theta), 2*r*sin(theta), -r]}, r = 0 .. 1, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_22.gif)
Maple Command - 3) Elliptic
Paraboloid
![plot3d([3*r*cos(theta), 2*r*sin(theta), r^2], r = 0 .. 1, theta = 0 .. 2*Pi, axes = boxed, labels = [x, y, z])](images/section10.6_26.gif)
Maple Command - 4) Hyperboloid of
One Sheet
![plot3d({[3*r*cos(theta), 2*r*sin(theta), -sqrt(r^2-1)], [3*r*cos(theta), 2*r*sin(theta), sqrt(r^2-1)]}, r = 1 .. 3, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_30.gif)
![plot3d({[3*r*cos(theta), 2*r*sin(theta), -sqrt(r^2-1)], [3*r*cos(theta), 2*r*sin(theta), sqrt(r^2-1)]}, r = 1 .. 3, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_31.gif)
Maple Command - 5) Hyperbolic
Paraboloid
![plot3d([3*r*cos(theta), 2*r*sin(theta), r^2*cos(2*theta)], r = 0 .. 10, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_35.gif)
Maple Command - 6) Hyperboloid of
Two Sheets
![plot3d({[3*r*cos(theta), 2*r*sin(theta), sqrt(r^2+1)], [3*r*cos(theta), 2*r*sin(theta), -sqrt(r^2+1)]}, r = 1 .. 3, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_39.gif)
![plot3d({[3*r*cos(theta), 2*r*sin(theta), sqrt(r^2+1)], [3*r*cos(theta), 2*r*sin(theta), -sqrt(r^2+1)]}, r = 1 .. 3, theta = 0 .. 2*Pi, axes = normal, labels = [x, y, z])](images/section10.6_40.gif)