The Standard Equation of a Sphere
Simple Explanation
A sphere is the set of all points at a fixed distance r (the radius) from a fixed center point (h,k,l). Its standard equation is (x−h)² + (y−k)² + (z−l)² = r² — the direct 3D extension of the equation of a circle.
Why Do We Need It?
This is the standard, universally recognized way to describe a sphere mathematically — the direct 3D counterpart of the circle equation from earlier coordinate geometry.
See It
A circle representing a cross-section of a sphere, with its center labelled C and a radius line labelled r
Formula
The Standard Equation of a Sphere
(x−h)² + (y−k)² + (z−l)² = r²
A sphere is the set of all points at a fixed distance r (the radius) from a fixed center point (h,k,l).
- (h,k,l)
- — the center of the sphere
- r
- — the radius of the sphere
When to use it: Whenever a sphere needs to be described by an equation, or its center and radius identified from one.
Worked Example
Write the equation of a sphere
Write the equation of the sphere with center (2,−1,3) and radius 5.
Why Does This Work?
The left side, (x−h)²+(y−k)²+(z−l)², is exactly the squared 3D distance formula between the point (x,y,z) and the center (h,k,l) — setting that squared distance equal to r² is exactly the condition "every point on the sphere is distance r from the center."
Real-Life Example
Modeling satellite signal coverage
A satellite's signal reaches every point within a fixed distance of the satellite itself.
This coverage region is exactly a sphere, and its equation is written directly using the satellite's position as the center and the signal range as the radius.
Practice
A sphere has equation (x−4)²+(y−1)²+(z+2)²=49. Find its radius.
MediumCommon mistake
Forgetting to square the radius on the right side of the equation — writing "=r" instead of the correct "=r²".
Quick Review
- (x−h)² + (y−k)² + (z−l)² = r².
- The direct 3D extension of the circle equation.
- The center is (h,k,l); the right side is the radius SQUARED.