← Back to calculus 3

Cylinders and Quadratic Surfaces

Cylinders

Definition

A cylinder is a surface that consists of all lines (called rulings) that

  1. pass through a given plane curve CC (called the directrix), and
  2. are parallel to a fixed direction v\vec{v}.

The simplest case: when v\vec{v} is one of the coordinate axes, the equation of the cylinder involves only the other two coordinates — the missing variable can be anything.

Key rule: If an equation in 3D involves only two of the three variables, its graph is a cylinder whose rulings are parallel to the axis of the missing variable.

EquationMissing variableRulings direction
y=x2y = x^2zzzz-axis
x2+y2=1x^2 + y^2 = 1zzzz-axis
y2+z2=1y^2 + z^2 = 1xxxx-axis

Example: Parabolic Cylinder y=x2y = x^2

The directrix is the parabola y=x2y = x^2 lying in the xyxy-plane. Every vertical line through this curve (parallel to the zz-axis) lies on the surface. The result is the parabolic cylinder — a parabola swept straight up and down.

Parabolic cylinder: y = x²

y = x² (parabolic cylinder — rulings parallel to z-axis)

Notice how the cross-section at any fixed z=z0z = z_0 is the same parabola y=x2y = x^2. The surface is completely determined by the 2D curve; the zz-direction adds no new constraint.


Example: Circular Cylinder x2+y2=1x^2 + y^2 = 1

The directrix is the unit circle in the xyxy-plane. Each ruling is a vertical line through a point on that circle. The result is the familiar right circular cylinder of radius 1.

Circular cylinder: x² + y² = 1 (axis = z)

x² + y² = 1 (circular cylinder — rulings parallel to z-axis)


Example: Circular Cylinder y2+z2=1y^2 + z^2 = 1

Now the variable xx is missing. The directrix is the unit circle in the yzyz-plane; rulings run parallel to the xx-axis.

Circular cylinder: y² + z² = 1 (axis = x)

y² + z² = 1 (circular cylinder — rulings parallel to x-axis)

This is the same shape as the previous cylinder, just tilted 90°. Comparing the two pictures builds intuition for how the "missing variable" determines the orientation.


Quadratic Surfaces

Definition

A quadratic surface (also called a quadric surface) is the set of all points (x,y,z)(x, y, z) satisfying a second-degree polynomial equation in three variables:

Ax2+By2+Cz2+Dxy+Exz+Fyz+Gx+Hy+Iz+J=0.Ax^2 + By^2 + Cz^2 + Dxy + Exz + Fyz + Gx + Hy + Iz + J = 0.

This is the 3D analogue of a conic section (ellipse, parabola, hyperbola) in 2D.


Reducing to Standard Form via Completing the Square

A general quadratic equation can always be simplified by:

  1. Rotating axes to eliminate the cross terms DxyDxy, ExzExz, FyzFyz.
  2. Translating axes (completing the square) to eliminate the linear terms GxGx, HyHy, IzIz.

After these steps we arrive at one of the standard forms below.

How completing the square works (one variable)

Given a term like Ax2+GxAx^2 + Gx, write:

A ⁣(x2+GAx)=A ⁣(x+G2A) ⁣2G24A.A\!\left(x^2 + \frac{G}{A}x\right) = A\!\left(x + \frac{G}{2A}\right)^{\!2} - \frac{G^2}{4A}.

Setting X=x+G2AX = x + \tfrac{G}{2A} shifts the center to the origin. Repeat for yy and zz.

Complete the square in xx:

4(x22x)=4[(x1)21]=4(x1)24.4(x^2 - 2x) = 4\bigl[(x-1)^2 - 1\bigr] = 4(x-1)^2 - 4.

Complete the square in zz:

2 ⁣(z2+3z)=2 ⁣[(z+32) ⁣294]=2 ⁣(z+32) ⁣292.2\!\left(z^2 + 3z\right) = 2\!\left[\left(z+\tfrac{3}{2}\right)^{\!2} - \tfrac{9}{4}\right] = 2\!\left(z+\tfrac{3}{2}\right)^{\!2} - \tfrac{9}{2}.

Substitute and collect constants (let X=x1X = x-1, Z=z+32Z = z + \tfrac{3}{2}):

4X2+y2+2Z2=5+4+92=272.4X^2 + y^2 + 2Z^2 = 5 + 4 + \tfrac{9}{2} = \tfrac{27}{2}.

Divide through: X227/8+y227/2+Z227/4=1\dfrac{X^2}{27/8} + \dfrac{y^2}{27/2} + \dfrac{Z^2}{27/4} = 1 — an ellipsoid centered at (1,0,32)(1, 0, -\tfrac{3}{2}).


1. Ellipsoid

x2a2+y2b2+z2c2=1\boxed{\frac{x^2}{a^2} + \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1}

Every cross-section parallel to a coordinate plane is an ellipse (or a circle when two semi-axes are equal). The surface is bounded — it fits inside the box xa|x| \le a, yb|y| \le b, zc|z| \le c.

When a=b=ca = b = c the ellipsoid is a sphere of radius aa.

Ellipsoid: x²/a² + y²/b² + z²/c² = 1

x²/a² + y²/b² + z²/c² = 1

Drag the sliders to change aa, bb, cc. Notice:


2. Elliptic Paraboloid

z=x2a2+y2b2\boxed{z = \frac{x^2}{a^2} + \frac{y^2}{b^2}}

Cross-sections at constant z=k>0z = k > 0 are ellipses; cross-sections at constant xx or yy are parabolas. The surface opens upward (toward +z+z) and has its vertex at the origin.

Elliptic paraboloid: z = x²/a² + y²/b²

z = x²/a² + y²/b²

When a=ba = b this is a circular paraboloid (a bowl with circular cross-sections), which appears in satellite dishes and telescope mirrors.


3. Hyperbolic Paraboloid

z=x2a2y2b2\boxed{z = \frac{x^2}{a^2} - \frac{y^2}{b^2}}

This is the saddle surface. Cross-sections at constant z=kz = k:

Cross-sections at constant xx are downward parabolas; at constant yy are upward parabolas.

Hyperbolic paraboloid: z = x²/a² − y²/b² (saddle)

z = x²/a² − y²/b² (saddle surface)

The saddle point at the origin is a minimax: a minimum along the xx-direction and a maximum along the yy-direction. This shape appears in architecture (hyperbolic paraboloid shells) and in multivariable calculus when classifying critical points.


4. Elliptic Cone

x2a2+y2b2=z2c2\boxed{\frac{x^2}{a^2} + \frac{y^2}{b^2} = \frac{z^2}{c^2}}

Cross-sections at constant z=k0z = k \ne 0 are ellipses; the vertex is at the origin. The surface consists of two nappes (upper z>0z > 0 and lower z<0z < 0) joined at the origin.

The cone is the "boundary case" between the one-sheet and two-sheet hyperboloids (see below). Setting the right-hand side to +1+1 or 1-1 moves the surface off the cone.

Elliptic cone: x²/a² + y²/b² = z²/c²

x²/a² + y²/b² = z²/c² (double cone)

When a=ba = b the cross-sections are circles and we get the familiar right circular cone. Changing cc controls how steep the cone is.


5. Hyperboloid of One Sheet

x2a2+y2b2z2c2=1\boxed{\frac{x^2}{a^2} + \frac{y^2}{b^2} - \frac{z^2}{c^2} = 1}

The surface is connected (one piece). Cross-sections at constant zz are ellipses; the smallest is at z=0z = 0 (the waist) with semi-axes aa and bb. Cross-sections at constant xx or yy are hyperbolas.

Hyperboloid of one sheet: x²/a² + y²/b² − z²/c² = 1

x²/a² + y²/b² − z²/c² = 1

The hyperboloid of one sheet is a ruled surface — through every point on it pass two straight lines that lie entirely within the surface. This makes it structurally rigid and is why cooling towers and skyscrapers use this shape.

Notice: as cc \to \infty (very flat hyperbolas) the surface approaches a cylinder; as you reduce cc the waist narrows and the surface flares out faster.


6. Hyperboloid of Two Sheets

z2c2x2a2y2b2=1\boxed{\frac{z^2}{c^2} - \frac{x^2}{a^2} - \frac{y^2}{b^2} = 1}

The surface has two separate sheets — one with zcz \ge c and one with zcz \le -c. There are no points between c<z<c-c < z < c. Cross-sections at constant z=k>c|z| = k > c are ellipses; cross-sections at constant xx or yy are hyperbolas.

Hyperboloid of two sheets: z²/c² − x²/a² − y²/b² = 1

z²/c² − x²/a² − y²/b² = 1 (two sheets)

Compare this with the one-sheet hyperboloid: both have the same equation form, differing only in the sign of the constant (+1+1 vs 1-1). Increasing cc pushes the two sheets further apart; decreasing cc brings them closer together until, at the limit c0c \to 0, the two sheets merge at the origin and become the cone x2/a2+y2/b2=z2/c2x^2/a^2 + y^2/b^2 = z^2/c^2.


Summary Table

| Surface | Standard equation | Shape at z=kz = k | Connected? | | ---------------------- | --------------------------------------------------- | -------------------- | ----------------- | ------- | --------------- | | Ellipsoid | x2a2+y2b2+z2c2=1\frac{x^2}{a^2}+\frac{y^2}{b^2}+\frac{z^2}{c^2}=1 | Ellipse (for k<c | k | \lt c) | Yes (bounded) | | Elliptic paraboloid | z=x2a2+y2b2z=\frac{x^2}{a^2}+\frac{y^2}{b^2} | Ellipse | Yes (unbounded) | | Hyperbolic paraboloid | z=x2a2y2b2z=\frac{x^2}{a^2}-\frac{y^2}{b^2} | Hyperbola | Yes (saddle) | | Elliptic cone | x2a2+y2b2=z2c2\frac{x^2}{a^2}+\frac{y^2}{b^2}=\frac{z^2}{c^2} | Ellipse (two nappes) | Yes (vertex only) | | Hyperboloid (1 sheet) | x2a2+y2b2z2c2=1\frac{x^2}{a^2}+\frac{y^2}{b^2}-\frac{z^2}{c^2}=1 | Ellipse (all kk) | Yes | | Hyperboloid (2 sheets) | z2c2x2a2y2b2=1\frac{z^2}{c^2}-\frac{x^2}{a^2}-\frac{y^2}{b^2}=1 | Ellipse (k>c | k | >c) | No (two pieces) |


Exercises

Identify and sketch the surface 9x2+4y2+36z2=369x^2 + 4y^2 + 36z^2 = 36.

Solution: Divide by 3636:

x24+y29+z21=1.\frac{x^2}{4} + \frac{y^2}{9} + \frac{z^2}{1} = 1.

This is an ellipsoid with a=2a = 2, b=3b = 3, c=1c = 1.

Identify the surface z2=4x2+y2z^2 = 4x^2 + y^2.

Solution: Rearrange: 4x2+y2z2=04x^2 + y^2 - z^2 = 0, i.e. x2(1/2)2+y212z212=0\dfrac{x^2}{(1/2)^2} + \dfrac{y^2}{1^2} - \dfrac{z^2}{1^2} = 0.

This is an elliptic cone with a=1/2a = 1/2, b=1b = 1, c=1c = 1.

Identify the surface x24x+4y2z2+2z=0x^2 - 4x + 4y^2 - z^2 + 2z = 0.

Complete the square in xx: (x2)24(x-2)^2 - 4.

Complete the square in zz: (z1)2+1-(z-1)^2 + 1.

Substituting X=x2X = x - 2, Z=z1Z = z - 1:

X2+4y2Z2=41=3.X^2 + 4y^2 - Z^2 = 4 - 1 = 3.

Divide by 33:

X23+y23/4Z23=1.\frac{X^2}{3} + \frac{y^2}{3/4} - \frac{Z^2}{3} = 1.

This is a hyperboloid of one sheet centered at (2,0,1)(2, 0, 1).

Describe the traces of the hyperboloid x24+y29z2=1\dfrac{x^2}{4} + \dfrac{y^2}{9} - z^2 = 1 in the coordinate planes.

  • z=0z = 0 (the xyxy-plane): x24+y29=1\dfrac{x^2}{4} + \dfrac{y^2}{9} = 1 — an ellipse with semi-axes 22 and 33.
  • y=0y = 0 (the xzxz-plane): x24z2=1\dfrac{x^2}{4} - z^2 = 1 — a hyperbola opening along the xx-axis.
  • x=0x = 0 (the yzyz-plane): y29z2=1\dfrac{y^2}{9} - z^2 = 1 — a hyperbola opening along the yy-axis.

For each equation (already in standard form after completing the square), identify the quadric surface:

(a) x21+y24z29=1\dfrac{x^2}{1} + \dfrac{y^2}{4} - \dfrac{z^2}{9} = -1

(b) z=x2+4y2z = x^2 + 4y^2

(c) x2+y2=4z2x^2 + y^2 = 4z^2

Answers:

(a) Rearrange: z29x21y24=1\dfrac{z^2}{9} - \dfrac{x^2}{1} - \dfrac{y^2}{4} = 1hyperboloid of two sheets (sheets perpendicular to zz-axis).

(b) Elliptic paraboloid opening upward (a=1a = 1, b=1/2b = 1/2).

(c) Elliptic cone (a=b=1a = b = 1, c=1/2c = 1/2), since x21+y21=z21/4\dfrac{x^2}{1} + \dfrac{y^2}{1} = \dfrac{z^2}{1/4}.