MULTIVARIABLE CALCULUS • VECTORS AND GEOMETRY IN 3D

Quadric Surfaces — Recognize and sketch quadric surfaces (spheres, paraboloids, cylinders)

Learn to identify, classify, and sketch the fundamental 3D shapes defined by second-degree equations.

Historical Context & Motivation

For thousands of years, mathematicians have studied curves like circles, ellipses, and parabolas. These shapes — called conic sections — arise when you slice a cone with a flat plane. But what happens when you move from two dimensions into three? The answer leads to quadric surfaces, a rich family of 3D shapes defined by second-degree (quadratic) equations in three variables. Recognizing and sketching these surfaces is essential for understanding everything from satellite dishes to planetary orbits.

~200 BCE
Apollonius of Perga
The ancient Greek geometer Apollonius systematically classified conic sections — ellipses, parabolas, and hyperbolas — laying the 2D groundwork for quadric surfaces.
1637
Descartes & Coordinate Geometry
René Descartes published his method of analytic geometry, allowing curves and surfaces to be described with algebraic equations rather than purely geometric constructions.
1748
Euler's Classification
Leonhard Euler extended coordinate geometry to three dimensions and began the systematic classification of second-degree surfaces, identifying the main types of quadric surfaces we study today.
1850s
Modern Matrix Approach
Mathematicians such as Cayley and Sylvester used matrices to analyze quadratic forms, giving a powerful algebraic framework for identifying and transforming quadric surfaces.

The central question this lesson addresses is: given a second-degree equation in x, y, and z, how do you determine what shape it represents, and how do you sketch that shape accurately? Mastering this skill connects your algebra knowledge to tangible 3D geometry, bridging the gap between equations on paper and the physical world.

Core Principles & Definitions

A quadric surface is the 3D analog of a conic section. It is any surface described by a second-degree polynomial equation in three variables x, y, and z. Just as a circle or parabola can be written with squared terms in two variables, quadric surfaces use squared terms in three variables. Before diving into individual types, let's establish the key principles that will help you recognize and sketch them.

1

General Second-Degree Equation

Every quadric surface can be written in the form Ax² + By² + Cz² + Dxy + Exz + Fyz + Gx + Hy + Iz + J = 0, where A through J are constants and at least one of A, B, or C is nonzero.
2

Traces (Cross-Sections)

A trace is the curve you get when you slice a surface with a plane (e.g., setting z = k for a constant k). Traces reveal the shape's structure and are the primary tool for sketching.
3

Symmetry & Center

Many quadric surfaces are symmetric about one or more coordinate planes. Recognizing symmetry tells you how the surface extends in each direction and simplifies sketching.
4

Standard Form

Each type of quadric surface has a standard equation (centered at the origin with axes aligned). Identifying the standard form is the fastest way to classify a surface.
KEY TAKEAWAY
Think of quadric surfaces like 3D "relatives" of familiar 2D curves. A circle in 2D becomes a sphere in 3D. A parabola in 2D becomes a paraboloid in 3D. A line in 2D becomes a cylinder in 3D. It's like upgrading from a flat photograph to a sculpture — same basic recipe, but with an extra dimension to work with.

Visual Explanation — Traces and Shape Recognition

The best way to understand quadric surfaces is to see how their traces — cross-sectional slices — build up the full 3D shape. The diagram below shows the three main quadric surfaces we focus on in this lesson: a sphere, a paraboloid, and a cylinder. Each is shown alongside its key traces so you can see how flat cross-sections combine to form the surface.

The three fundamental quadric surfaces. Notice how the sphere (left) has circular traces in every slicing direction, the paraboloid (center) has circular horizontal traces that shrink to a point at the vertex, and the cylinder (right) has identical circular horizontal traces at every height.

When you look at the diagram above, the key technique for sketching any quadric surface becomes clear: draw traces. Set one variable equal to a constant and see what 2D curve remains. For a sphere, every trace is a circle. For a paraboloid, horizontal traces are circles while vertical traces are parabolas. For a cylinder, horizontal traces are circles and vertical traces are straight lines. By stacking several traces together, you reconstruct the full 3D shape.

Mathematical Framework

Each of the three quadric surfaces in this lesson has a clean, recognizable standard form equation. Learning these equations lets you identify a surface at a glance and extract important information like center, radius, or orientation.

SPHERE
(x − h)² + (y − k)² + (z − l)² = r²
Center at (h, k, l) with radius r. When the center is the origin, this simplifies to x² + y² + z² = r². Every point on the surface is exactly r units from the center.
CIRCULAR PARABOLOID
z = (x²/a²) + (y²/b²)
When a = b, the horizontal traces are circles and the surface is a circular paraboloid. The vertex is at the origin. The surface opens upward when the coefficient is positive, downward when negative.
ELLIPTIC PARABOLOID (GENERAL)
z = (x²/a²) + (y²/b²), where a ≠ b
When a ≠ b, horizontal traces become ellipses instead of circles. The vertical traces (setting x = k or y = k) are still parabolas. The shape looks like a stretched bowl.
RIGHT CIRCULAR CYLINDER
x² + y² = r²
Notice that z does not appear in the equation. This means z is free to be any value, so the circle x² + y² = r² extends infinitely up and down along the z-axis, forming a tube. Radius is r and the axis of the cylinder is the z-axis.
💡 Missing Variable = Cylinder
A powerful shortcut: if one of the three variables (x, y, or z) is completely absent from the equation, the surface is a cylinder whose axis runs along the direction of that missing variable. For example, y² + z² = 9 is a cylinder of radius 3 whose axis is the x-axis.

Detailed Breakdown — Classifying Quadric Surfaces

When you encounter a second-degree equation in x, y, and z, a systematic approach helps you classify it. Start by rewriting the equation in a form as close to standard as possible, often by completing the square. Then compare the result with the standard forms listed above. The table below summarizes the distinguishing features of each surface type covered in this lesson.

Comparison of the three quadric surfaces covered in this lesson
SurfaceStandard EquationKey FeaturesHorizontal Traces
Sphere(x−h)² + (y−k)² + (z−l)² = r²All three squared terms have the same positive coefficient; center (h, k, l), radius rCircles (shrink to a point at top/bottom)
Paraboloidz = x²/a² + y²/b²One variable is first-degree (not squared); opens along that variable's axis; vertex at originCircles (a = b) or ellipses (a ≠ b)
Cylinderx² + y² = r²One variable is missing entirely; extends infinitely along the missing variable's axisIdentical circles at every height
A decision flowchart for classifying quadric surfaces. Start at the top with any second-degree equation in x, y, and z, and follow the YES/NO branches to determine whether you have a cylinder, sphere, paraboloid, or another quadric.

Following the flowchart above, the first question to ask is whether any variable is missing entirely. If so, you have a cylinder. If all three variables appear but one is only first-degree (not squared), the surface is a paraboloid. If all three are squared with the same positive coefficient, you likely have a sphere (after completing the square to find the center and radius). This systematic approach removes the guesswork from classification.

Worked Example — Identifying and Sketching a Quadric Surface

Let's work through a complete example. Suppose you are given the equation x² + y² + z² − 4x + 6y − 2z − 2 = 0 and asked to identify the surface and sketch it.

Identify and Sketch: x² + y² + z² − 4x + 6y − 2z − 2 = 0
1
Step 1 — Group by variableRearrange the equation by grouping terms with the same variable together: (x² − 4x) + (y² + 6y) + (z² − 2z) = 2. Notice that all three variables are squared with coefficient 1, suggesting this could be a sphere.
2
Step 2 — Complete the square for xTake x² − 4x. Half of −4 is −2, and (−2)² = 4. So x² − 4x + 4 = (x − 2)². We add 4 to both sides.
(x − 2)² — added 4 to RHS
3
Step 3 — Complete the square for yTake y² + 6y. Half of 6 is 3, and 3² = 9. So y² + 6y + 9 = (y + 3)². We add 9 to both sides.
(y + 3)² — added 9 to RHS
4
Step 4 — Complete the square for zTake z² − 2z. Half of −2 is −1, and (−1)² = 1. So z² − 2z + 1 = (z − 1)². We add 1 to both sides.
(z − 1)² — added 1 to RHS
5
Step 5 — Write the standard formCombining everything: (x − 2)² + (y + 3)² + (z − 1)² = 2 + 4 + 9 + 1 = 16. This is a sphere with center (2, −3, 1) and radius r = √16 = 4.
Sphere: center (2, −3, 1), radius 4
6
Step 6 — SketchTo sketch, plot the center at (2, −3, 1). Then mark points 4 units away in every axial direction: (6, −3, 1), (−2, −3, 1), (2, 1, 1), (2, −7, 1), (2, −3, 5), and (2, −3, −3). Draw a circle through these points, add a few equatorial and meridional traces, and you have a clean sphere.

Strengths & Limitations of Each Surface Type

Each of the three quadric surfaces we've studied has distinctive properties that make it useful in specific contexts. Understanding the strengths and limitations of each surface helps you connect the math to real-world applications and sets you up for more advanced surfaces later.

Strengths and limitations of the three quadric surfaces
SurfaceStrengths / ApplicationsLimitations / Gotchas
SpherePerfect symmetry in every direction; models planets, bubbles, and radar ranges. Easy to compute distance from center.Most real objects aren't perfectly spherical. If coefficients of x², y², z² differ, the surface is an ellipsoid, not a sphere.
ParaboloidFocuses parallel rays to a single point (the focus). Used in satellite dishes, headlights, and telescopes.Opens in only one direction, so it doesn't model enclosed shapes. Can be confused with a cone if you skip trace analysis.
CylinderSimple to model — just extrude a 2D curve along an axis. Appears in pipes, cans, and tunnels.Extends infinitely in one direction (mathematically), so real-world cylinders are bounded by caps. Easy to mistake for other surfaces if you forget to check for a missing variable.
🌍 REAL-WORLD CONNECTION
Your TV satellite dish is a paraboloid — it collects signals arriving as parallel waves and bounces them all to the receiver at the focus. The shape of the dish is not an accident; it's a direct consequence of the geometry of the equation z = x²/a² + y²/b². Math literally shapes the technology around you.

Connection to Advanced Quadric Surfaces

The three surfaces in this lesson — sphere, paraboloid, and cylinder — are only part of the larger family of quadric surfaces. When you continue your study of multivariable calculus, you'll encounter additional types. The table below previews how the concepts you've learned extend to more complex shapes.

How today's surfaces connect to more advanced quadrics
This LessonAdvanced ExtensionWhat Changes
Sphere (all coefficients equal)Ellipsoid (x²/a² + y²/b² + z²/c² = 1)Coefficients differ, so the shape stretches unequally along each axis.
Paraboloid (both squared terms positive)Hyperbolic paraboloid (z = x²/a² − y²/b²)One squared term switches sign, creating a saddle shape (like a Pringle chip).
Circular cylinder (circle extruded)Elliptic / parabolic cylinderThe 2D cross-section changes from a circle to an ellipse or parabola.
Hyperboloid (of one or two sheets)Subtracted squared terms create surfaces with openings; used in cooling towers and telescopes.

The core strategy you learned — analyze traces, check for missing or linear variables, and complete the square — works for every quadric surface, no matter how complex. Master it now, and the advanced surfaces will feel like natural extensions rather than entirely new topics.

Practice Problems

PROBLEM 1CONCEPTUAL
You are given the equation y² + z² = 25. Which variable is missing, and what type of quadric surface does this represent? Describe what the surface looks like in words.
PROBLEM 2BASIC CALCULATION
Find the center and radius of the sphere given by x² + y² + z² + 2x − 8z + 1 = 0.
PROBLEM 3INTERMEDIATE
Consider the surface z = 4x² + 4y². Identify the surface, find the trace in the plane z = 16, and find the trace in the plane y = 0.
PROBLEM 4APPLIED
A radio telescope dish is modeled by the surface z = (x²/100) + (y²/100) (units in meters). A receiver must be placed at the height where the circular cross-section has a radius of 20 meters. At what z-value should the receiver platform be built?
PROBLEM 5CRITICAL THINKING
The equation 2x² + 2y² + 2z² − 4x + 8y − 12z + C = 0 represents a sphere only for certain values of C. Find the range of values of C for which this equation describes a real sphere with positive radius, and determine the value of C that gives a sphere of radius 5.

Lesson Summary

Quadric surfaces are 3D shapes defined by second-degree equations in x, y, and z. In this lesson you learned to recognize three fundamental types. A sphere has the standard form (x − h)² + (y − k)² + (z − l)² = r² and produces circular traces in every direction. A paraboloid has the form z = x²/a² + y²/b², with one variable appearing linearly; it opens like a bowl, with circular or elliptic horizontal traces and parabolic vertical traces. A cylinder is recognized whenever one variable is entirely missing from the equation; it extends infinitely along that variable's axis.

The core technique for sketching and classifying these surfaces is trace analysis — setting one variable to a constant and examining the resulting 2D curve. Combine trace analysis with completing the square to convert expanded equations into standard form, revealing the surface's center, radius, orientation, and type. These skills serve as the foundation for studying all six types of quadric surfaces and for applications in physics, engineering, and advanced calculus.

Varsity Tutors • Multivariable Calculus • Quadric Surfaces — Recognize and sketch quadric surfaces (spheres, paraboloids, cylinders)