Mathwords logoMathwords

Quadric — Definition, Formula & Examples

A quadric (or quadric surface) is the three-dimensional analogue of a conic section — a surface defined by a second-degree polynomial equation in three variables xx, yy, and zz.

A quadric surface is the set of all points (x,y,z)R3(x, y, z) \in \mathbb{R}^3 satisfying a general second-degree equation Ax2+By2+Cz2+Dxy+Exz+Fyz+Gx+Hy+Iz+J=0Ax^2 + By^2 + Cz^2 + Dxy + Exz + Fyz + Gx + Hy + Iz + J = 0, where the coefficients AA through JJ are real constants and at least one of A,B,C,D,E,FA, B, C, D, E, F is nonzero.

Key Formula

Ax2+By2+Cz2+Dxy+Exz+Fyz+Gx+Hy+Iz+J=0Ax^2 + By^2 + Cz^2 + Dxy + Exz + Fyz + Gx + Hy + Iz + J = 0
Where:
  • A,B,CA, B, C = Coefficients of the squared terms
  • D,E,FD, E, F = Coefficients of the mixed product terms
  • G,H,IG, H, I = Coefficients of the linear terms
  • JJ = Constant term

How It Works

Just as conic sections (ellipses, parabolas, hyperbolas) arise from second-degree equations in two variables, quadric surfaces arise from second-degree equations in three variables. The six standard non-degenerate quadric surfaces are the ellipsoid, hyperboloid of one sheet, hyperboloid of two sheets, elliptic paraboloid, hyperbolic paraboloid, and elliptic cone. You classify a quadric by completing the square in each variable and reducing the equation to standard form. The signs and structure of the resulting terms determine which type of surface you have.

Worked Example

Problem: Identify the quadric surface given by x2+4y2+9z2=36x^2 + 4y^2 + 9z^2 = 36.
Divide by 36: Divide every term by 36 to write the equation in standard form.
x236+y29+z24=1\frac{x^2}{36} + \frac{y^2}{9} + \frac{z^2}{4} = 1
Recognize the form: This matches x2a2+y2b2+z2c2=1\frac{x^2}{a^2} + \frac{y^2}{b^2} + \frac{z^2}{c^2} = 1 with a=6a = 6, b=3b = 3, c=2c = 2. All three terms are positive and sum to 1.
Answer: The surface is an ellipsoid centered at the origin with semi-axes of length 6, 3, and 2 along the xx-, yy-, and zz-axes respectively.

Why It Matters

Quadric surfaces appear throughout multivariable calculus when you evaluate triple integrals, parametrize surfaces, or compute flux. They also model real objects in physics and engineering — satellite dishes are paraboloids, cooling towers are hyperboloids, and planets are roughly ellipsoids.

Common Mistakes

Mistake: Confusing a quadric surface with a conic section.
Correction: Conic sections are curves in 2D defined by second-degree equations in two variables. Quadrics are surfaces in 3D defined by second-degree equations in three variables. A cross-section of a quadric taken by a plane is typically a conic section.