Convert between the standard and general forms of a sphere from its center and radius.
Last updated: June 2026 | By Patchworkr Team
Center h is required.
Standard form: (x - h)^2 + (y - k)^2 + (z - m)^2 = r^2
General form: x^2 + y^2 + z^2 + Dx + Ey + Fz + G = 0
Coefficients: D = -2h, E = -2k, F = -2m, G = h^2 + k^2 + m^2 - r^2
Related Tools