Quadric Surfaces

Learning Objectives

  • Understand the definition of quadric surfaces and their equations.
  • Formulate the standard and general equations of spheres in 3D.
  • Learn how to extract a sphere's center and radius using completing the square.
  • Classify and recognize other forms of quadric surfaces (ellipsoids, hyperboloids, paraboloids).
  • Explore the concept of ruled surfaces.

In advanced solid analytic geometry, quadric surfaces expand mathematical curves defined strictly by quadratic equations into expansive curved physical surfaces. By systematically analyzing the "traces" of these equations (the 2D curves generated when the solid surface intersects flat coordinate planes), engineers can easily classify the resulting shapes. The most common and practically useful quadric surfaces include perfect spheres, elongated ellipsoids, varied paraboloids, and complex hyperboloids.

Quadric Surface

A quadric surface represents the direct three-dimensional spatial analog to a two-dimensional conic section. It is defined perfectly by a general second-degree polynomial equation spanning all three spatial variables (x,y,zx, y, z).

Sphere

A sphere is a perfectly round geometric object in three-dimensional space, defined as the complete set of all points (x,y,z)(x, y, z) that exist at an exact, constant radial distance rr from a single, fixed center point (h,k,l)(h, k, l). It is the direct 3D equivalent of a 2D circle.

Interactive Simulation

Use the interactive simulation below to rotate, zoom, and analyze the shapes and equations of standard quadric surfaces like spheres, ellipsoids, paraboloids, and hyperboloids.

Quadric Surfaces Explorer

Currently displaying a 3D surface of type ellipsoid with X-axis parameter a set to 2.0, Y-axis parameter b set to 2.0, and Z-axis parameter c set to 2.0.
Drag to rotate • Scroll to zoom
2.0
2.0
2.0
x222+y222+z222=1\frac{x^2}{2^2} + \frac{y^2}{2^2} + \frac{z^2}{2^2} = 1
Note: In this 3D view, the vertical axis is actually the Z-axis in standard mathematical notation (mapped to Three.js Y-axis).

Standard Equation of a Sphere

The center-radius form of a 3D sphere.

(xh)2+(yk)2+(zl)2=r2(x - h)^2 + (y - k)^2 + (z - l)^2 = r^2

Variables

SymbolDescriptionUnit
(h,k,l)(h, k, l)Coordinates of the exact center-
rrConstant radius (r>0r \gt 0)-
x,y,zx, y, zCoordinates of any point on the spherical surface-

Concept

If the sphere is perfectly centered directly on the geometric origin (0,0,0)(0, 0, 0), the equation simplifies immensely to x2+y2+z2=r2x^2 + y^2 + z^2 = r^2. When the standard equation is fully expanded algebraically, we generate the general form.

General Equation of a Sphere

The expanded polynomial form.

x2+y2+z2+Gx+Hy+Iz+J=0x^2 + y^2 + z^2 + Gx + Hy + Iz + J = 0

Variables

SymbolDescriptionUnit
G,H,I,JG, H, I, JReal constant coefficients-

Coefficients of the General Equation

Notice that in the general equation of a sphere, the numerical coefficients attached to the x2,y2,x^2, y^2, and z2z^2 terms must always be identical (typically normalized to 1), and there are absolutely no cross-product terms (xy,xz,yzxy, xz, yz) present.

Finding Center and Radius from General Form

To find the center coordinates (h,k,l)(h, k, l) and the radius rr directly from an expanded general equation, we use the method of completing the square sequentially for the xx, yy, and zz variables.

Completing the Square in 3D

  1. Group all the xx terms together, the yy terms together, and the zz terms together. Move any standalone constant JJ to the opposite side of the equation.
  2. Factor out any leading coefficients from the squared terms if they are not 1.
  3. Complete the square internally for each grouping by adding (coefficient2)2(\frac{\text{coefficient}}{2})^2 to both the left and right sides of the main equation to maintain balance.
  4. Factor the resulting perfect square trinomials into the standard (varcenter)2(var - center)^2 format.
  5. The combined constant value on the right side of the equals sign now represents r2r^2. Take the square root to find rr.

Other Quadric Surfaces

Other quadric surfaces can be classified based on their standard algebraic forms. For simplicity, the following standard forms assume the geometric center or primary vertex is pinned exactly at the origin (0,0,0)(0, 0, 0) and their primary axes of symmetry are perfectly aligned with the standard Cartesian coordinate axes (x,y,zx, y, z).

Ellipsoid

An elongated 3D oval. All three squared terms (x2,y2,z2x^2, y^2, z^2) are strictly positive and sum to exactly 1. Traces on all primary planes are ellipses.

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

Variables

SymbolDescriptionUnit
x,y,zx, y, zCoordinates of any point on the ellipsoid-
a,b,ca, b, cSemi-principal axes lengths-

Hyperboloid of One Sheet

A continuous, hourglass-like cooling tower shape. Exactly one of the three squared terms is negative. The unique negative variable strictly dictates the axis the shape opens along.

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

Variables

SymbolDescriptionUnit
x,y,zx, y, zCoordinates of any point on the surface-
a,b,ca, b, cParameters related to the shape's axes-

Hyperboloid of Two Sheets

Two entirely disconnected, mirrored bowls. Exactly two of the three squared terms are negative. The single positive variable dictates the axis it opens along.

x2a2y2b2+z2c2=1-\frac{x^2}{a^2} - \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1

Variables

SymbolDescriptionUnit
x,y,zx, y, zCoordinates of any point on the surface-
a,b,ca, b, cParameters related to the shape's axes-

Elliptic Paraboloid

A classic 3D bowl shape. It contains exactly one linear term (e.g., z) and two squared terms. Both squared terms share the exact same sign. The linear variable indicates the central axis of symmetry.

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

Variables

SymbolDescriptionUnit
x,y,zx, y, zCoordinates of any point on the paraboloid-
a,b,ca, b, cParameters related to curvature and steepness-

Hyperbolic Paraboloid

A complex, saddle-like shape. It contains exactly one linear term and two squared terms. The two squared terms have strictly opposite signs.

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

Variables

SymbolDescriptionUnit
x,y,zx, y, zCoordinates of any point on the saddle surface-
a,b,ca, b, cParameters related to the curvatures-

Elliptic Cone

An infinite double cone meeting at a central point. Similar to the one-sheet hyperboloid, but it equals 0 instead of 1.

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

Variables

SymbolDescriptionUnit
x,y,zx, y, zCoordinates of any point on the cone-
a,b,ca, b, cParameters related to the cone's slopes-

Ruled Surfaces

In higher geometry, a three-dimensional curved form known strictly as a ruled surface remarkably is constructed entirely out of a continuous, infinite series of perfectly straight lines structurally sweeping completely through physical space. Even though the overall visible shape mathematically graphs as a completely curved and continuous bounding surface with no sharp edges (like the sweeping hyperboloid of one sheet or the complex hyperbolic paraboloid saddle shape), it is geometrically possible, remarkably, to physically lay a completely flat, perfectly rigid ruler flawlessly flush against the curving surface precisely along two entirely distinct geometric directions passing perfectly through every single point defining the surface. These specific shapes are heavily favored mathematically by civil engineers when constructing complex curved roofs or robust cooling towers because they incredibly allow the physical forms to be perfectly built using completely straight, rigid steel beams or rigid wooden planks.

Interactive Simulation

Use the 3D slicing explorer below to visualize how horizontal planes slice through ellipsoids, paraboloids, and cones to produce 2D conics.

Quadric Surface Slicer

Slice 3D quadric surfaces with a horizontal plane and visualize the 2D intersection curve

1.00
Surface Dimensions
3.0
2.5
2.0
Intersection Result
Ellipse with Rₓ = 2.60, Rᵧ = 2.17
x29.0+y26.3+z24.0=1z=1.00\frac{x^2}{9.0} + \frac{y^2}{6.3} + \frac{z^2}{4.0} = 1 \quad \cap \quad z = 1.00

Quadric Surface Intersection Slices

Constant c1.00
Surface Dimensions
Parameter a1.5
Parameter b1.2
3D View (Drag to rotate)
-3-3-2-2-1-1112233XY
2D Slice Projection
Mathematical Equations
z=x22.25+y21.44z=1.00z = \frac{x^2}{2.25} + \frac{y^2}{1.44} \quad \cap \quad z = 1.00
Key Takeaways
  • Sphere: (xh)2+(yk)2+(zl)2=r2(x-h)^2 + (y-k)^2 + (z-l)^2 = r^2. A perfectly symmetric 3D locus of points equidistant from a central core.
  • Ellipsoid: All three squared terms are positive and equal to 1.
  • Hyperboloids: Have one negative squared term (one connected sheet) or two negative squared terms (two disconnected sheets). The "odd one out" determines the axis of orientation.
  • Paraboloids: Easily identifiable because they contain exactly one linear term and two squared terms. Signs of the squared terms determine if it is a bowl (elliptic, same signs) or a saddle (hyperbolic, opposite signs).