Find the equation of a sphere whose centre is (1,2,3) and touches the plane x+2y+3z = 0
We saw that we can write the equation of a sphere if we know the centre and radius of the sphere. We are given the centre. Now, if we can find the radius also, we can write the equation of the sphere. For that, we are given one more condition; the sphere touches the plane. This means that the perpendicular distance of centre from the plane will be equal to the radius.( Think about the equivalent case when a line touches a circle. In that case also, perpendicular distance of center to the line would be equal to radius of circle)
So, we will find the perpendicular distance of centre from the plane to get the radius. We also saw that the perpendicular distance of a point (x1, y1, z1) from ax+by+cz+d = 0 is given by
∣∣∣ax1+by1+cz1+d√a2+b2+c2∣∣∣ Radius=∣∣∣1+2×2+3×3√12+22+32∣∣∣=√14 Now we can directly write the equation of sphere. (x−1)2+(y−2)2+(z−3)2=(√142)⇒x2+y2+z2−2x−4y−6z=0