Skip to main content

CLP-3 Multivariable Calculus

Section 1.9 Quadric Surfaces

Another named class of relatively simple, but commonly occurring, surfaces is the quadric surfaces.

Definition 1.9.1. Quadrics.

A quadric surface is surface that consists of all points that obey Q(x,y,z)=0, with Q being a polynomial of degree two
 1 
Technically, we should also require that the polynomial can’t be factored into the product of two polynomials of degree one.
.
For Q(x,y,z) to be a polynomial of degree two, it must be of the form
Q(x,y,z)=Ax2+By2+Cz2+Dxy+Eyz+Fxz+Gx+Hy+Iz+J
for some constants A, B, , J. Each constant z cross section of a quadric surface has an equation of the form
Ax2+Dxy+By2+gx+hy+j=0,z=z0
If A=B=D=0 but g and h are not both zero, this is a straight line. If A, B, and D are not all zero, then by rotating and translating our coordinate system the equation of the cross section can be brought into one of the forms
 2 
This statement can be justified using a linear algebra eigenvalue/eigenvector analysis. It is beyond what we can cover here, but is not too difficult for a standard linear algebra course.
  • αx2+βy2=γ with α,β>0, which, if γ>0, is an ellipse (or a circle),
  • αx2βy2=γ with α,β>0, which, if γ0, is a hyperbola, and if γ=0 is two lines,
  • x2=δy, which, if δ0 is a parabola, and if δ=0 is a straight line.
There are similar statements for the constant x cross sections and the constant y cross sections. Hence quadratic surfaces are built by stacking these three types of curves.
We have already seen a number of quadric surfaces in the last couple of sections.
  • We saw the quadric surface 4x2+y2z2=1 in Example 1.7.1.
    Its constant z cross sections are ellipses and its x=0 and y=0 cross sections are hyperbolae. It is called a hyperboloid of one sheet.
  • We saw the quadric surface x2+y2=1 in Example 1.8.2.
    Its constant z cross sections are circles and its x=0 and y=0 cross sections are straight lines. It is called a right circular cylinder.
Appendix A.8 contains other quadric surfaces.