Skip to main content

Section 12.6 A Survey to Quadric Surfaces

In the previous section, we focused primarily on planes in \(\R^3\text{,}\) which has the form \(ax + by + cz = d\text{.}\) We will take a step further by exploring some curved surfaces in \(\R^3\) defined by second-degree polynomial equations.
In this section, we will introduce quadric surfaces, which are the three-dimensional analogs of conic sections studied in MTH 253 or MTH 253Z. This will give us a taste of the rich variety of surfaces and methods to analyze them in the second half of the class.
Quadric really just means "second degree". A quadric surface is a surface in \(\R^3\) that can be defined by a second-degree polynomial equation in three variables, typically denoted as \(x\text{,}\) \(y\text{,}\) and \(z\text{.}\) That is, the equation contains all the possible combinations of these variables up to the second degree.
Hence, the general equation of a quadric surface is
\begin{equation*} Ax^2 + by^2 + cz^2 + Dxy + Exz + Fyz + Gx + Hy + Iz + J = 0 \end{equation*}
where \(A, B, C, D, E, F, G, H, I, J\) are constants.
There are 17 different types of quadric surfaces based on the CRC Standard Mathematical Tables. In this section, we will focus on the most common types in \(\R^3\text{.}\)

Subsection Review: Conic Sections

You may recall from MTH 253 or MTH 253Z a concept called the conic sections. These are the curves obtained by intersecting a plane with a double-napped cone. Depending on the angle and position of the intersecting plane, different types of conic sections can be formed, as shown in the following diagram.
Figure 12.6.1. Types of conic sections where (a) are the standard conic sections and (b) are the degenerate conic sections
The standard conic sections include circles, ellipses, parabolas, and hyperbolas. The degenerate conic sections include a point, a line, or two intersecting lines.
But why splitting the conic sections into these categories? This really comes down to the equations that define them. Recall that the equation of a conic section is really the general equation of a second-degree polynomial in \(\R^2\text{,}\) typically denoted as \(x\) and \(y\text{.}\)
\begin{equation*} ax^2 + bxy + cy^2 + dx + ey + f = 0 \end{equation*}
where \(a, b, c, d, e, f\) are constants. The standard conic sections means the equation remains to be second-degree, while the degenerate conic sections means the equation reduces to first-degree or even a constant.
You may notice the similarity between the general equations of conic sections and quadric surfaces. In fact, quadric surfaces can be thought of as the three-dimensional analogs of conic sections. We add an additional variable \(z\) and consider second-degree polynomial equations in three variables instead of two.
Just like conic sections, quadric surfaces can also be classified into different types based on their equations and geometric properties. The goal of this section is to explore these different types of quadric surfaces, understand their equations, and visualize their shapes in \(\R^3\text{.}\)

Subsection Standard Quadric Surfaces

The first type of quadric surfaces we will explore is the ellipsoid. An ellipsoid has the general equation
\begin{equation*} \lp \frac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 + \lp \dfrac{z}{c} \rp^2 = 1 \end{equation*}
where \(a, b, c\) are positive constants.
Figure 12.6.2. The ellipsoid with equation \(\lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 + \lp \dfrac{z}{c} \rp^2 = 1\text{.}\)
Observe that \(a\text{,}\) \(b\text{,}\) and \(c\) control the lengths of the semi-axes along the \(x\text{,}\) \(y\text{,}\) and \(z\) axes, respectively. When \(a = b = c\text{,}\) the ellipsoid becomes a sphere with radius \(a\text{.}\)
But how should we describe the ellipsoid in words? One way to do this is to use traces. Recall a trace is the curve obtained by intersecting a surface with a coordinate plane. Since a coordinate plane can be obtained by setting a variable to be a constant, the traces will be some curves in \(\R^2\text{.}\) So what the traces tell us is how the surface behaves when we "slice" it along the coordinate planes.
There are "standard" traces for quadric surfaces, which are obtained by setting one variable to be zero.
  • The \(xy\)-trace is obtained by setting \(z = 0\text{.}\) That is, we look at the curve obtained by intersecting the quadric surface with the \(xy\)-plane.
  • The \(xz\)-trace is obtained by setting \(y = 0\text{.}\) That is, we look at the curve obtained by intersecting the quadric surface with the \(xz\)-plane.
  • The \(yz\)-trace is obtained by setting \(x = 0\text{.}\) That is, we look at the curve obtained by intersecting the quadric surface with the \(yz\)-plane.

Example 12.6.3.

Describe the traces of the ellipsoid \(\lp \dfrac{x}{2} \rp^2 + \lp \dfrac{y}{3} \rp^2 + \lp \dfrac{z}{5} \rp^2 = 1\text{.}\)
Hint.
So what are the "standard" traces of the ellipsoid and how do we find them?
P.S.: Richard will use the "standard" traces here since they are the most easiest to work with (but not necessarily the most informative... but this is a good start! :D).
Solution.
To find the traces, we will set one variable to zero at a time and analyze the resulting equations.
  • \(\boldsymbol{xy}\)-trace: Setting \(z = 0\text{,}\) we get \(\lp \dfrac{x}{2} \rp^2 + \lp \dfrac{y}{3} \rp^2 = 1\text{.}\)
    This is an ellipse on the \(xy\)-plane centered at the origin with semi-major axis length 3 along the \(y\)-axis and semi-minor axis length 2 along the \(x\)-axis.
  • \(\boldsymbol{xz}\)-trace: Setting \(y = 0\text{,}\) we get \(\lp \dfrac{x}{2} \rp^2 + \lp \dfrac{z}{5} \rp^2 = 1\text{.}\)
    This is an ellipse on the \(xz\)-plane centered at the origin with semi-major axis length 5 along the \(z\)-axis and semi-minor axis length 2 along the \(x\)-axis.
  • \(\boldsymbol{yz}\)-trace: Setting \(x = 0\text{,}\) we get \(\lp \dfrac{y}{3} \rp^2 + \lp \dfrac{z}{5} \rp^2 = 1\text{.}\)
    This is an ellipse on the \(yz\)-plane centered at the origin with semi-major axis length 5 along the \(z\)-axis and semi-minor axis length 3 along the \(y\)-axis.
Figure 12.6.4. The traces of the ellipsoid \(\lp \dfrac{x}{2} \rp^2 + \lp \dfrac{y}{3} \rp^2 + \lp \dfrac{z}{5} \rp^2 = 1\text{.}\)
See that we can determine what the ellipsoid looks like when we know its traces!
We can imagine that the traces of the ellipsoid are all ellipses (or a point in the degenerate case) since slicing an ellipsoid with a plane will always yield an ellipse (or a point).
The second type of quadric surfaces here is the hyperboloid, and it comes in two different flavors.
The diagram below shows the first flavor of hyperboloid, which has the general equation
\begin{equation*} \lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 = \lp \dfrac{z}{c} \rp^2 + 1 \end{equation*}
where \(a, b, c\) are positive constants. We call this a hyperboloid of one sheet.
Figure 12.6.5. The hyperboloid with equation \(\lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 = \lp \dfrac{z}{c} \rp^2 + 1\text{.}\)
Observe that \(a\) and \(b\) control the lengths of the semi-axes along the \(x\) and \(y\) axes, respectively (so they control the size of the "waist"). But what about \(c\text{?}\) \(c\) is not shown directly on this hyperboloid...
One way to understand how \(c\) affects the shape of the hyperboloid is to look at its traces. Just like before, we will look at the "standard" traces obtained by setting one variable to be zero and see how the value of \(c\) affects them in the following example.

Example 12.6.6.

Describe the traces of the hyperboloid \(\lp \dfrac{x}{5} \rp^2 + \lp \dfrac{y}{3} \rp^2 = \lp \dfrac{z}{7} \rp^2 + 1\text{.}\)
How does the value of \(c\) (in this problem, the \(7\)), affect the shape of the hyperboloid?
Solution.
To find the traces, we will set one variable to zero at a time and analyze the resulting equations.
  • \(\boldsymbol{xy}\)-trace: Setting \(z = 0\text{,}\) we get \(\lp \dfrac{x}{5} \rp^2 + \lp \dfrac{y}{3} \rp^2 = 1\text{.}\)
    This is an ellipse on the \(xy\)-plane centered at the origin with semi-major axis length 5 along the \(x\)-axis and semi-minor axis length 3 along the \(y\)-axis.
    So it makes sense for the values of \(a\) and \(b\) to control the size of the "waist" of the hyperboloid.
  • \(\boldsymbol{xz}\)-trace: Setting \(y = 0\text{,}\) we get \(\lp \dfrac{x}{5} \rp^2 - \lp \dfrac{z}{7} \rp^2 = 1\text{.}\)
    This is a hyperbola on the \(xz\)-plane centered at the origin that opens along the \(x\)-axis. The vertices are located at \((\pm 5, 0)\text{,}\) and the asymptotes are given by the lines \(z = \pm \frac{7}{5} x\text{.}\)
  • \(\boldsymbol{yz}\)-trace: Setting \(x = 0\text{,}\) we get \(\lp \dfrac{y}{3} \rp^2 - \lp \dfrac{z}{7} \rp^2 = 1\text{.}\)
    This is a hyperbola on the \(yz\)-plane centered at the origin that opens along the \(y\)-axis. The vertices are located at \((0, \pm 3)\text{,}\) and the asymptotes are given by the lines \(z = \pm \frac{7}{3} y\text{.}\)
Observe that the value of \(c\) (in this problem, the \(7\)) affects the steepness of the hyperbolas in the \(xz\) and \(yz\) traces. A larger \(c\) value results in a steeper asymptotes in the traces, which means the hyperbolas are less "wide" compared to the waist; a smaller \(c\) value results in less steep asymptotes, which means the hyperbolas are more "wide" compared to the waist.
Figure 12.6.7. The traces of the hyperboloid \(\lp \dfrac{x}{5} \rp^2 + \lp \dfrac{y}{3} \rp^2 - \lp \dfrac{z}{7} \rp^2 = 1\text{.}\)
The second flavor of hyperboloid is shown in the diagram below, which has the general equation
\begin{equation*} \lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 = \lp \dfrac{z}{c} \rp^2 - 1 \end{equation*}
where \(a, b, c\) are positive constants. We call this a hyperboloid of two sheets.
Figure 12.6.8. The hyperboloid with equation \(\lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 = \lp \dfrac{z}{c} \rp^2 - 1\text{.}\)
Observe that there is a gap between the two sheets of the hyperboloid. That is because the right-hand side of the equation \(\lp \frac{z}{c} \rp^2 - 1\) is negative when \(|z| \lt c\text{.}\) Yet the left side of the hyperboloid equation \(\lp \frac{x}{a} \rp^2 + \lp \frac{y}{b} \rp^2\) is always non-negative, so there are no points on the region when \(|z| \lt c\text{.}\)
Just like before, we can analyze the traces of the hyperboloid of two sheets to understand the surface. Feel free to try this as an exercise! Just one small hint here: there is no \(xy\)-trace since setting \(z = 0\) results in no points on the surface. If we set \(z = k\) for some \(|k| \gt c\text{,}\) we will get an ellipse as the trace instead.
The figure below shows the (interesting) traces of the hyperboloid of two sheets.
Figure 12.6.9. The traces of the hyperboloid \(\lp\dfrac{x}{a}\rp^2 + \lp\dfrac{y}{b}\rp^2 = \lp\dfrac{z}{c}\rp^2 - 1\text{.}\)
The third type of quadric surfaces is the elliptic cone. An elliptic cone has the general equation
\begin{equation*} \lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 = \lp \dfrac{z}{c} \rp^2 \end{equation*}
where \(a, b, c\) are positive constants.
Figure 12.6.10. The elliptic cone \(\lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 = \lp \dfrac{z}{c} \rp^2\)
The elliptic cone can be thought of as the transition surface between the hyperboloid of one sheet and the hyperboloid of two sheets.
  • If we increase the constant term on the right side of the elliptic cone by adding a \(1\text{,}\) the two(ish) sheets will move toward each other, creating a hyperboloid of one sheet.
  • If we decrease the constant term on the right side of the elliptic cone by subtracting a \(1\text{,}\) the two(ish) sheets will move away from each other, creating a hyperboloid of two sheets.
When the constant term on the right side of the hyperboloid equations is zero, we get the elliptic cone. Positive constant on the right-hand side means two sheets merge into one, while negative constant means one sheet splits into two.
Of course, we can analyze the traces of the elliptic cone as well. Try this as an exercise! If you play your cards right, you will find that the \(xy\)-trace is a point at the origin, while the \(xz\)- and \(yz\)-traces are pairs of lines through the origin. They are the three degenerate conic sections... Boring... But when you move up (or down) from the vertex along the \(z\)-axis, you will see that the traces are ellipses that grow larger as you move away from the vertex!
As always, Richard coded the diagram below to illustrate the traces of the elliptic cone.
Figure 12.6.11. The traces of the elliptic cone \(\lp\dfrac{x}{a}\rp^2 + \lp\dfrac{y}{b}\rp^2 = \lp\dfrac{z}{c}\rp^2\text{.}\)
The next type of quadric surfaces is the paraboloids, which also comes in two different flavors.
An elliptic paraboloid has the general equation
\begin{equation*} z = \lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 \end{equation*}
where \(a, b\) are positive constants.
Figure 12.6.12. The elliptic paraboloid \(z = \lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2\text{.}\)
Similarly, the traces of the elliptic paraboloid can tell us a lot! Again, feel free to try this as an exercise. You will find that the \(xy\)-trace is a point at the origin, while the \(xz\)- and \(yz\)-traces are parabolas that open upward. Moving up along the \(z\)-axis from the vertex, you will see that the traces are ellipses that grow larger as you move away from the vertex!
The figure below shows the traces of the elliptic paraboloid.
Figure 12.6.13. The traces of the elliptic paraboloid \(z = \lp\dfrac{x}{a}\rp^2 + \lp\dfrac{y}{b}\rp^2\text{.}\)
The second flavor is the hyperbolic paraboloid, which has the general equation
\begin{equation*} z = \lp \dfrac{y}{b} \rp^2 - \lp \dfrac{x}{a} \rp^2 \end{equation*}
where \(a, b\) are positive constants.
Figure 12.6.14. The hyperbolic paraboloid \(z = \lp \dfrac{y}{b} \rp^2 - \lp \dfrac{x}{a} \rp^2\text{.}\)
The traces of the hyperbolic paraboloid are also very interesting! Try this as an exercise. You will find that the \(xy\)-trace is a point at the origin (aka the saddle point!), while the \(xz\)- and \(yz\)-traces are parabolas that open in opposite directions. Moving up along the \(z\)-axis from the saddle point, you will see that the \(xy\)-traces are hyperbolas that open along the \(y\)-axis, while moving down along the \(z\)-axis, the \(xy\)-traces are hyperbolas that open along the \(x\)-axis!
The figure below shows the traces of the hyperbolic paraboloid. Feel free to rotate around the diagram to get a better view of the traces!
Figure 12.6.15. The traces of the hyperbolic paraboloid \(z = \dfrac{y^2}{b^2} - \dfrac{x^2}{a^2}\text{.}\)
Now let’s take a pause and look back at what we have covered so far. We have learned six types of quadric surfaces. Make sure you know how to identify each type from its equation, and be able to analyze them using their traces (and sometimes the "standard" traces are not enough if we get the degenerate conic sections!).

Example 12.6.16.

State the type of quadric surface
\begin{equation*} 4x^2 + \lp \dfrac{y}{3} \rp^2 - 2z^2 = -1 \end{equation*}
and describe the trace obtained by intersecting with the plane \(z = 1\text{.}\)
Hint.
To determine the type of quadric surface, we match the equation to the standard forms we have learned. Yet, there is no fractions on the \(x^2\) term and the \(z^2\) term... What to do?
Recall that we can always manipulate the equation algebraically to get it into a more recognizable form. For example, we know that \(2x\) can be rewritten as \(\lp \dfrac{x}{\frac{1}{2}} \rp\) if we want to get some fractions out of it.
Solution.
We first rewrite the equation as
\begin{align*} \lp \dfrac{x}{\frac{1}{2}} \rp^2 + \lp \dfrac{y}{3} \rp^2 - \lp \dfrac{z}{\frac{1}{\sqrt{2}}} \rp^2 \amp= -1 \\ \lp \dfrac{x}{\frac{1}{2}} \rp^2 + \lp \dfrac{y}{3} \rp^2 \amp= \lp \dfrac{z}{\frac{1}{\sqrt{2}}} \rp^2 - 1 \end{align*}
which matches the standard form of a hyperboloid of two sheets.
To find the trace on the plane \(z = 1\text{,}\) we substitute \(z = 1\) into the equation. We obtain
\begin{align*} 4x^2 + \lp \frac{y}{3} \rp^2 \amp= 2\cdot 1^2 - 1 \\ 4x^2 + \frac{y^2}{9} \amp= 1 \\ \lp \frac{x}{\frac{1}{2}} \rp^2 + \lp \frac{y}{3} \rp^2 \amp= 1 \end{align*}
The trace is an ellipse on the plane \(z = 1\text{.}\)

Example 12.6.17.

Sketch the surface \(x^2 - y^2 + 9z^2 = 9\)
Hint.
There are two approaches to sketching a surface.
One is to rewrite the equation into a more recognizable form, then use the standard sketch as a starting point. But the downside is that we may not be able to match it to a standard form easily, especially when there are some slight alternations involved (then not only you will need to recognize the type of surface, but also the alternation).
The other approach is to analyze the traces of the surface, then sketch it based on the traces. This approach is more general and works for any surface, but it may take more time and effort.
Alternatively, you can just put the equation into a 3D graphing tool (like GeoGebra or WolframAlpha) and get an instant sketch. But remember that Richard will not accept any calculator-generated answers without any justification on the exams.
Solution 1. Approach 1: Recognizing the Standard Form
By doing some algebraic manipulation, we can rewrite the equation as
\begin{align*} \lp \dfrac{x}{3} \rp^2 + \lp \dfrac{z}{1} \rp^2 \amp= \lp \dfrac{y}{3} \rp^2 + 1 \end{align*}
The format matches the standard form of a hyperboloid of one sheet. Yet there is a slight alternation that \(y\) and \(z\) are swapped in their usual positions.
Hence, instead of having a standard hyperboloid of one sheet that opens along the \(z\)-axis, this surface opens along the \(y\)-axis.
Figure 12.6.18. The surface \(x^2 - y^2 + 9z^2 = 9\text{.}\)
Solution 2. Approach 2: Analyzing the Traces
Let’s analyze the "standard" traces first.
  • \(xy\)-trace: Setting \(z = 0\) gives \(4x^2 - y^2 = 9\text{.}\) This is a hyperbola opening along the \(x\)-axis, where the vertices are at \((\pm \dfrac{3}{2}, 0, 0)\) and the asymptotes are \(y = \pm \dfrac{2x}{3}\text{.}\)
  • \(xz\)-trace: Setting \(y = 0\) gives \(4x^2 + 9z^2 = 9\text{.}\) This is an ellipse centered at the origin with \(x\)-intercepts at \((\pm \dfrac{3}{2}, 0, 0)\) and \(z\)-intercepts at \((0, 0, \pm 1)\text{.}\)
  • \(yz\)-trace: Setting \(x = 0\) gives \(-y^2 + 9z^2 = 9\text{.}\) This is a hyperbola opening along the \(z\)-axis, where the vertices are at \((0, 0, \pm 1)\) and the asymptotes are \(z = \pm \dfrac{y}{3}\text{.}\)
Now we can sketch the traces and combine them to form the surface!
Figure 12.6.19. The surface \(x^2 - y^2 + 9z^2 = 9\) with traces.
In practice, it is often insanely difficult to sketch a surface from scratch, especially on paper. Richard is happy if you can describe the surface well either by matching things to the standard forms and point out any features (and also any alternation if any) or by analyzing the traces. This is a math class, not an art class!

Subsection Quadratic Cylinders

We are still in the investigation of the standard quadric surfaces, but the following three types can be considered as special cases called quadratic cylinders. The term cylinder is used here in a more general sense, meaning that the surface extends infinitely in one direction (think about this as a vertical wall that goes up and down forever if the cylinder extends along the \(z\)-axis). They are a bit less interesting in the sense that their non-degenerate traces are just conic section.
The first type of the quadratic cylinder is right circular cylinder that we have seen in earlier section. Its general equation is
\begin{equation*} x^2 + y^2 = r^2 \end{equation*}
where \(r\) is a positive constant representing the radius of the circular cross-sections. The only interesting traces of this surface are the traces \(z = k\text{,}\) which are circles of radius \(r\text{.}\)
Figure 12.6.20. The traces of the cylinder \(x^2 + y^2 = r^2\text{.}\)
We can turn the circular cylinder into an elliptic cylinder by changing the cross-sectional shape from a circle to an ellipse. Its general equation is
\begin{equation*} \lp \dfrac{x}{a} \rp^2 + \lp \dfrac{y}{b} \rp^2 = 1 \end{equation*}
where \(a\) and \(b\) are positive constants representing the semi-major and semi-minor axes of the elliptical trace. The interesting traces are again the traces \(z = k\text{,}\) which are ellipses with semi-major axis \(a\) and semi-minor axis \(b\text{.}\)
Figure 12.6.21. The traces of the elliptic cylinder \(\dfrac{x^2}{a^2} + \dfrac{y^2}{b^2} = 1\text{.}\)
The next type of quadratic cylinder is the hyperbolic cylinder, whose general equation is
\begin{equation*} \lp \dfrac{x}{a} \rp^2 - \lp \dfrac{y}{b} \rp^2 = 1 \end{equation*}
Again, the only interesting traces are the traces \(z = k\text{,}\) which are hyperbolas opening along the \(x\)-axis with vertices at \((\pm a, 0, k)\) and asymptotes \(y = \pm \dfrac{b}{a} x\text{.}\)
Figure 12.6.22. The traces of the hyperbolic cylinder \(\dfrac{x^2}{a^2} - \dfrac{y^2}{b^2} = 1\text{.}\)
Last but not least, we have the parabolic cylinder, whose general equation is
\begin{equation*} y = ax^2 \end{equation*}
where \(a\) is a nonzero constant that controls the "width" of the parabolic traces. The interesting traces are the traces \(z = k\text{,}\) which are parabolas opening along the \(y\)-axis with vertex at \((0, 0, k)\text{.}\)
Figure 12.6.23. The traces of the parabolic cylinder \(y = ax^2\text{.}\)
Observe that all these quadratic cylinders can be obtained by extending a conic section (circle, ellipse, hyperbola, or parabola) along an axis perpendicular to the plane containing the conic section. That is, there is nothing interesting going on in the third dimension for these surfaces. Some people believe that the quadratic cylinders are essentially some degenerate cases of the quadric surfaces.
Your textbook include a summary page for this section (page 724). I recommend you organize your notes to include a similar summary page for your reference (with more details if you like). Again, Richard cares more about your understanding and the ability to analyze surfaces than sketching a perfect surface by hand!

Worksheet Assigned Problems for Section 12.6

The problems listed below are assigned to be included in your problem set portfolio. Note that a specific selection of these problems will also form the written homework assignments. I recommend working through all of them to ensure a solid grasp of the material. Reach out to Richard for help if you get stuck or have any questions.
The solutions will be posted after the written homework due dates. If you have any questions about your work, talk to Richard and he is happy to discuss the process with you.

Exercise Group.

In the following exercises, state whether the given equation defines an ellipsoid or hyperboloid, and if a hyperboloid, whether it is of one or two sheets.
12.6.3.
\(x^2 + 3y^2 + 9z^2 = 1\)
Solution.
We rewrite the equation as follows:
\begin{equation*} \lp \dfrac{x}{1} \rp^2 + \lp \dfrac{y}{\frac{1}{\sqrt{3}}} \rp^2 + \lp \dfrac{z^2}{\frac{1}{3}} \rp^2 = 1 \end{equation*}
This equation defines an ellipse.
12.6.7.
\(x^2 + y^2 = 4 - 4z^2\)
Solution.
We rewrite the equation as follows:
\begin{equation*} \lp \dfrac{x}{2} \rp^2 + \lp \dfrac{y}{2} \rp^2 + \lp \dfrac{z}{1} \rp^2 = 1 \end{equation*}
This equation defines an ellipse.

Exercise Group.

In the following exercises, state whether the given equation defines an elliptic paraboloid, a hyperbolic paraboloid, or an elliptic cone.
12.6.13.
\(3x^2 - 7y^2 = z\)
Solution.
Rewriting the equation as
\begin{equation*} z = \lp \frac{x}{\frac{1}{\sqrt{3}}} \rp^2 - \lp \frac{y}{\frac{1}{\sqrt{7}}} \rp^2 \end{equation*}
We identify it as the equation of a hyperbolic paraboloid.

Exercise Group.

In the following exercises, state the type of the quadric surface and describe the trace obtained by intersecting with the given plane.
12.6.17.
\(x^2 + \lp \dfrac{y}{4} \rp^2 + z^2 = 1\text{,}\) \(\qquad y = 0\)
Solution.
The equation \(x^2 + \lp \frac{y}{4} \rp^2 + z^2 = 1\) defines an ellipsoid. The \(xz\)-trace is obtained by substituting \(y = 0\) in the equation of the ellipsoid. This gives the equation
\begin{equation*} x^2 + z^2 = 1 \end{equation*}
which defines a circle in the \(xz\)-plane.
12.6.19.
\(x^2 + \lp \dfrac{y}{4} \rp^2 + z^2 = 1\text{,}\) \(\qquad z = \dfrac{1}{4}\)
Solution.
The quadric surface is an ellipsoid, since its equation has the form \(\lp \frac{x}{a} \rp^2 + \lp \frac{y}{b} \rp^2 + \lp \frac{z}{c} \rp^2 = 1\) for \(a = 1\text{,}\) \(b = 4\text{,}\) and \(c = 1\text{.}\) To find the trace obtained by intersecting the ellipsoid with the plane \(z = \frac{1}{4}\text{,}\) we set \(z = \frac{1}{4}\) in the equation of the ellipsoid. This gives
\begin{align*} x^2 + \lp \frac{y}{4} \rp^2 + \lp \frac{1}{4} \rp^2 = 1 \\ x^2 + \frac{y^2}{16} \amp= \frac{15}{16} \end{align*}
To get the standard form we divide by \(\frac{15}{16}\) to obtain
\begin{align*} \frac{x^2}{\frac{15}{16}} + \frac{y^2}{\frac{16\cdot 15}{16}} \amp= 1 \\ \implies \qquad \lp \frac{x}{\frac{\sqrt{15}}{4}} \rp^2 + \lp \frac{y}{\sqrt{15}} \rp^2 \amp= 1 \end{align*}
We conclude that the trace is an ellipse on the \(xy\)-\plane with the equation above.

12.6.25.

Match each of the ellipsoids in the figure below with the correct equation.
  1. \(\displaystyle x^2 + 4y^2 + 4z^2 = 16\)
  2. \(\displaystyle 4x^2 + y^2 + 4z^2 = 16\)
  3. \(\displaystyle 4x^2 + 4y^2 + z^2 = 16\)
Figure 12.6.24.
Solution.
  1. We rewrite the equation in the form
    \begin{equation*} \lp \frac{x}{4} \rp^2 + \lp \frac{y}{2} \rp^2 + \lp \frac{z}{2} \rp^2 = 1 \end{equation*}
    The ellipsoid intersets the \(x\text{,}\) \(y\text{,}\) and \(z\) axes at the points \((\pm 4,0,0)\text{,}\) \((0,\pm 2, 0)\text{,}\) and \((0,0,\pm 2)\text{,}\) hence (B) is the corresponding figure.
  2. We rewrite the equation in the form
    \begin{equation*} \lp \frac{x}{2} \rp^2 + \lp \frac{y}{4} \rp^2 + \lp \frac{z}{2} \rp^2 = 1 \end{equation*}
    The \(x\text{,}\) \(y\text{,}\) and \(z\) intercepts are \((\pm 2,0,0)\text{,}\) \((0,\pm 4, 0)\text{,}\) and \((0,0,\pm 2)\) respectively, hence (A) is the correct figure.
  3. We rewrite the equation in the form
    \begin{equation*} \lp \frac{x}{2} \rp^2 + \lp \frac{y}{2} \rp^2 + \lp \frac{z}{4} \rp^2 = 1 \end{equation*}
    The \(x\text{,}\) \(y\text{,}\) and \(z\) intercepts are \((\pm 2,0,0)\text{,}\) \((0,\pm 2, 0)\text{,}\) and \((0,0,\pm 4)\) respectively, hence theh corresponding figure is (C).

Exercise Group.

In the following exercises, sketch the given surface.
12.6.29.
\(x^2 + y^2 - z^2 = 1\)
Solution.
The equation defines a hyperboloid of one sheet. The trace on the plane \(z = z_0\) is the circle
\begin{equation*} x^2 + y^2 = 1 + z_0^2 \end{equation*}
The trace on the plane \(y = y_0\) is the hyperbola
\begin{equation*} x^2 - z^2 = 1 - y_0^2 \end{equation*}
and the trace on the plane \(x = x_0\) is the hyperbola
\begin{equation*} y^2 - z^2 = 1 - x_0^2 \end{equation*}
We obtain the surface shown below.
Figure 12.6.25. The hyperboloid with equation \(x^2 + y^2 - z^2 = 1\text{.}\)
12.6.33.
\(z^2 = \lp \dfrac{x}{4} \rp^2 + \lp \dfrac{y}{8} \rp^2\)
Solution.
The equation defines an elliptic cone. The trace on the plane \(z = z_0\) is the ellipse
\begin{equation*} \lp \frac{x}{4} \rp^2 + \lp \frac{y}{8} \rp^2 = z_0^2 \end{equation*}
The trace on the plane \(y = 0\) is the hyperbola
\begin{equation*} z^2 - \lp \frac{x}{4} \rp^2 = 0 \qquad \implies \qquad z = \pm \frac{x}{4} \end{equation*}
and the trace on the plane \(x = 0\) is the hyperbola
\begin{equation*} z^2 - \lp \frac{y}{8} \rp^2 = \lp \frac{x_0}{4} \rp^2 \qquad \implies \qquad z = \pm \frac{y}{8} \end{equation*}
The sketch of the surface is shown below.
Figure 12.6.26. The elliptic cone \(z^2 = \lp \dfrac{x}{4} \rp^2 + \lp \dfrac{y}{8} \rp^2\text{.}\)
12.6.39.
\(x = 1 + y^2 + z^2\)
Solution.
This is the equation of an elliptic paraboloid oriented along the \(x\)-axis.
The graph of the surface is shown below.
Figure 12.6.27. The circular paraboloid \(x = 1 + y^2 + z^2\text{.}\)

12.6.45.

Find the equation of the hyperboloid shown in the following figure.
Figure 12.6.28.
Solution.
The hyperboloid in the figure is of one sheet and the intersections with the planes \(z = z_0\) are ellipses. Hence, the equation of the hyperboloid has the form
\begin{equation*} \lp \frac{x}{a} \rp^2 + \lp \frac{y}{b} \rp^2 - \lp \frac{z}{c} \rp^2 = 1 \end{equation*}
Substituting \(z = 0\text{,}\) we get
\begin{equation*} \lp \frac{x}{a} \rp^2 + \lp \frac{y}{b} \rp^2 = 1 \end{equation*}
By the given information this ellipse has \(x\) and \(y\) intercepts at the points \((\pm 2, 0, 0)\) and \((0, \pm 3, 0)\text{,}\) hence \(a = 4\) and \(b = 6\text{.}\)
Substituting in the equation of the hyperbolod, we get
\begin{equation*} \lp \frac{x}{4} \rp^2 + \lp \frac{y}{6} \rp^2 - \lp \frac{z}{c} \rp^2 = 1 \end{equation*}
Substituting \(z = 9\text{,}\) we get
\begin{align*} \frac{x}{16} + \frac{y}{36} - \frac{9^2}{c^2} \amp= 1 \\ \frac{x^2}{16} + \frac{y^2}{36} \amp= 1 + \frac{81}{c^2} = \frac{c^2 + 81}{c^2} \\ \frac{c^2x^2}{16\lp 81 + c^2 \rp} + \frac{c^2y^2}{36\lp 81 + c^2 \rp} \amp= 1 \\ \lp \frac{x}{\frac{4}{c}\sqrt{81 + c^2}} \rp^2 + \lp \frac{y}{\frac{6}{c}\sqrt{81 + c^2}} \rp^2 \amp= 1 \end{align*}
By the given information the following must hold.
\begin{equation*} \frac{4}{c} \sqrt{81 + c^2} = 8 \qquad \text{and} \qquad \frac{6}{c}\sqrt{81 + c^2} = 12 \end{equation*}
which implies that
\begin{equation*} \frac{\sqrt{81 + c^2}}{c} = 2 \qquad \implies \qquad 81 + c^2 = 4c^2 \qquad \implies \qquad 3c^2 = 81 \end{equation*}
Thus, \(c = 3\sqrt{3}\text{,}\) and by substituting back we obtain the following equation
\begin{equation*} \lp \frac{x}{4} \rp^2 + \lp \frac{y}{6} \rp^2 - \lp \frac{z}{3\sqrt{3}} \rp^2 = 1 \end{equation*}