The equation of a sphere helps us describe its size and position in space. If a sphere is centered at a point \((x_0, y_0, z_0)\) with a radius \(r\), its equation is: \[(x-x_0)^2 + (y-y_0)^2 + (z-z_0)^2 = r^2\] This general formula represents all points \((x, y, z)\) that are exactly \(r\) units away from the center. For example, if the center is at (-3, 1, 2), then the equation becomes: \((x+3)^2 + (y-1)^2 + (z-2)^2 = r^2\). Spheres are symmetric, so in this form, it showcases that symmetry, pointing out a perfect roundness. For example:
- Subtract center coordinates from \(x, y, z\),
- Square these expressions, add them, and compare with the square of the radius.
This establishes the relationship between center, boundary, and points in 3D space.