Generate both standard and general forms of sphere equations from center and radius.
Last updated: April 2026 | By Patchworkr Team
A sphere is the 3D generalization of a circle. Its equation can be expressed in two forms.
The standard form is geometric; the general form is algebraic. Both represent all points equidistant from the center.
Collect the center coordinates and radius
Write down h (center x), k (center y), m (center z), and r (radius).
Why: The standard form is geometric: (x - h)² + (y - k)² + (z - m)² = r². These parameters completely define the sphere.
Build the standard form equation
Substitute (h, k, m) and r into (x - h)² + (y - k)² + (z - m)² = r².
Why: This form shows the geometric meaning: all points (x, y, z) are distance r from center (h, k, m).
Expand all binomial squares
Use (a - b)² = a² - 2ab + b² for each coordinate: x² - 2hx + h², y² - 2ky + k², z² - 2mz + m².
Why: Expansion converts from geometric form to algebraic form, preparing for simplification.
Collect like terms and assign coefficients
Group x, y, z linear terms and constant terms: D = -2h, E = -2k, F = -2m, G = h² + k² + m² - r².
Why: These coefficients have independent meaning: D, E, F relate to the center, while G encodes center and radius together.
Write the general form equation
Write as x² + y² + z² + Dx + Ey + Fz + G = 0, substituting the computed coefficients.
Why: The general form is algebraic and useful for solving complex geometric problems. Both forms are equivalent but emphasize different aspects.
Scenario
Converting Sphere with Center (1, 2, 3) and Radius 4
A sphere has center at (1, 2, 3) in 3D space and radius 4. Find both the standard form and general form equations.
Step 1: Identify Parameters
Step 2: Write Standard Form
Step 3: Expand Binomials
Step 4: Calculate Constant Term
Step 5: Assign Linear Coefficients
Result
Interpretation
The standard form immediately shows the sphere's center (1, 2, 3) and radius 4. The general form is algebraically equivalent but obscures these geometric properties until coefficients are extracted. Both forms represent the same 3D sphere: all points exactly 4 units from (1, 2, 3).
Circle has 2D coordinates (x, y); sphere has 3D coordinates (x, y, z).
h = -D/2, k = -E/2, m = -F/2, r = √(h² + k² + m² - G)
Then h = k = m = 0, simplifying to x² + y² + z² = r².
Yes: V = (4/3)πr³. Use the radius from either equation form.
No, radius is always non-negative. r > 0 for a real sphere.
G = h² + k² + m² - r². It encodes center and radius information.
3D graphics, physics simulations, planetary models, and engineering designs.
Yes, the pattern continues: (x-h)² + (y-k)² + (z-m)² + (w-p)² = r² for hyperspheres.
Related Tools