Explanation
1. General Equation of a Sphere
The standard general equation of a sphere in three-dimensional space is given by:
x2+y2+z2+2ux+2vy+2wz+d=0
Where the centre of the sphere is located at the coordinates:
Centre=(−u,−v,−w)
2. Substitute the Given Points to Find Constants
We are given that the sphere passes through four specific points. Let’s substitute them one by one into the general equation to find the values of d,u,v, and w.
Point 1: Passing through the origin (0,0,0)
02+02+02+2u(0)+2v(0)+2w(0)+d=0⟹d=0
Since d=0, our sphere equation simplifies to:
x2+y2+z2+2ux+2vy+2wz=0
Point 2: Passing through (a,0,0)
a2+02+02+2u(a)+2v(0)+2w(0)=0
a2+2ua=0
a(a+2u)=0
Since a=0 (for a valid non-trivial intercept), we get:
a+2u=0⟹u=−2a
Point 3: Passing through (0,b,0)
02+b2+02+2u(0)+2v(b)+2w(0)=0
b2+2vb=0⟹v=−2b
Point 4: Passing through (0,0,c)
02+02+c2+2u(0)+2v(0)+2w(c)=0
c2+2wc=0⟹w=−2c
3. Determine the Coordinates of the Centre
Now that we have computed the values for u, v, and w, substitute them back into the standard formula for the centre (−u,−v,−w):
Centre=(−(−2a),−(−2b),−(−2c))
Centre=(2a,2b,2c)