Spheres and Quadric Surfaces
In advanced solid analytic geometry, a quadric surface represents the direct three-dimensional spatial analog to a two-dimensional conic section. While planar conic sections are mathematical curves defined strictly by quadratic (second-degree) equations in two variables ( and ), quadric surfaces are the expansive curved physical surfaces perfectly defined by a general second-degree polynomial equation spanning all three spatial variables (). By systematically analyzing the "traces" of these equations (the 2D curves generated when the solid surface intersects flat coordinate planes), engineers can easily classify the resulting shapes. The most common and practically useful quadric surfaces include perfect spheres, elongated ellipsoids, varied paraboloids, and complex hyperboloids.
Quadric Surfaces Explorer
Drag to rotate • Scroll to zoom
2.0
2.0
2.0
Note: In this 3D view, the vertical axis is actually the Z-axis in standard mathematical notation (mapped to Three.js Y-axis).
The Sphere
A sphere is a perfectly round geometric object in three-dimensional space. It is strictly defined as the complete set of all points that exist at an exact, constant radial distance from a single, fixed center point . It is the direct 3D equivalent of a 2D circle.
Standard Equation of a Sphere
The center-radius form of a 3D sphere.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Coordinates of the exact center | - | |
| Constant radius (r > 0) | - | |
| Coordinates of any point on the spherical surface | - |
Concept
If the sphere is perfectly centered directly on the geometric origin , the equation simplifies immensely to . When the standard equation is fully expanded algebraically, we generate the general form.
General Equation of a Sphere
The expanded polynomial form.
Variables
| Symbol | Description | Unit |
|---|---|---|
| Real constant coefficients | - |
Note
Notice that in the general equation of a sphere, the numerical coefficients attached to the and terms must always be identical (typically normalized to 1), and there are absolutely no cross-product terms () present.
Finding Center and Radius from General Form
To find the center coordinates and the radius directly from an expanded general equation, we use the method of completing the square sequentially for the , , and variables.
Completing the Square in 3D
- Group all the terms together, the terms together, and the terms together. Move any standalone constant to the opposite side of the equation.
- Factor out any leading coefficients from the squared terms if they are not 1.
- Complete the square internally for each grouping by adding to both the left and right sides of the main equation to maintain balance.
- Factor the resulting perfect square trinomials into the standard format.
- The combined constant value on the right side of the equals sign now represents . Take the square root to find .
Other Quadric Surfaces
Other quadric surfaces can be classified based on their standard algebraic forms. For simplicity, the following standard forms assume the geometric center or primary vertex is pinned exactly at the origin and their primary axes of symmetry are perfectly aligned with the standard Cartesian coordinate axes ().
Classifying Standard Forms
- Ellipsoid: An elongated 3D oval. All three squared terms () are strictly positive and sum to exactly 1. Traces on all primary planes are ellipses.
- Hyperboloid of One Sheet: A continuous, hourglass-like cooling tower shape. Exactly one of the three squared terms is negative. The unique negative variable strictly dictates the axis the shape opens along.
- Hyperboloid of Two Sheets: Two entirely disconnected, mirrored bowls. Exactly two of the three squared terms are negative. The single positive variable dictates the axis it opens along.
- Elliptic Paraboloid: A classic 3D bowl shape. It contains exactly one linear term (e.g., ) and two squared terms. Both squared terms share the exact same sign. The linear variable indicates the central axis of symmetry.
- Hyperbolic Paraboloid: A complex, saddle-like shape. It contains exactly one linear term and two squared terms. The two squared terms have strictly opposite signs.
- Elliptic Cone: An infinite double cone meeting at a central point. Similar to the one-sheet hyperboloid, but it equals 0 instead of 1.
Ruled Surfaces
In higher geometry, a three-dimensional curved form known strictly as a ruled surface remarkably is constructed entirely out of a continuous, infinite series of perfectly straight lines structurally sweeping completely through physical space. Even though the overall visible shape mathematically graphs as a completely curved and continuous bounding surface with no sharp edges (like the sweeping hyperboloid of one sheet or the complex hyperbolic paraboloid saddle shape), it is geometrically possible, remarkably, to physically lay a completely flat, perfectly rigid ruler flawlessly flush against the curving surface precisely along two entirely distinct geometric directions passing perfectly through every single point defining the surface. These specific shapes are heavily favored mathematically by civil engineers when constructing complex curved roofs or robust cooling towers because they incredibly allow the physical forms to be perfectly built using completely straight, rigid steel beams or rigid wooden planks.
Key Takeaways
- Sphere: . A perfectly symmetric 3D locus of points equidistant from a central core.
- Ellipsoid: All three squared terms are positive and equal to 1.
- Hyperboloids: Have one negative squared term (one connected sheet) or two negative squared terms (two disconnected sheets). The "odd one out" determines the axis of orientation.
- Paraboloids: Easily identifiable because they contain exactly one linear term and two squared terms. Signs of the squared terms determine if it is a bowl (elliptic, same signs) or a saddle (hyperbolic, opposite signs).