Andromeda
Note

Quadric Surfaces

Definition

A quadric surface is the 3D locus of points satisfying a second-degree equation in x,y,x, y, and zz. They are the three-dimensional analogs of 2D conic sections.

Why It Matters

Quadric surfaces are the building blocks of 3D design and physics. If you don’t understand their geometry, you can’t build a satellite dish (paraboloid) that focuses light or a cooling tower (hyperboloid) that actually stands. They are the essential second-order shapes that define how surfaces interact with force, light, and fluid flow in the physical world.

Core Concepts

  • Classification: Surfaces include ellipsoids, paraboloids, cones, and hyperboloids.
  • Ellipsoid: x2a2+y2b2+z2c2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1.
  • How to read: “The X squared divided by a squared plus y squared divided by b squared plus z squared divided by c squared equals one.”
    • Meaning / when to use: The standard equation of an ellipsoid (stretched sphere) aligned with the coordinate axes. All three semi-axes a, b, c control the extents in x, y, z.
  • Hyperbolic Paraboloid: y2b2x2a2=zc\frac{y^2}{b^2} - \frac{x^2}{a^2} = \frac{z}{c} (saddle shape).
  • How to read: “The Y squared divided by b squared minus x squared divided by a squared equals z divided by c.”
    • Meaning / when to use: Classic saddle surface (hyperbolic paraboloid). Used in architecture (cooling towers are related hyperboloids), optics, and as a model of local curvature with opposing principal curvatures.
  • Saddle Point: A point that is a local maximum in one section and a local minimum in another.

Connected Concepts