Find the equation of the sphere if one of its diameters has endpoints (4, 2, -9) and (6, 6, -3) which has been normalized so that the coefficient of x2 is 1.

Respuesta :

Answer:

[tex](x - 5)^2 + (y - 4)^2 + (z - 6)^2 = 14[/tex].

(Expand to obtain an equivalent expression for the sphere: [tex]x^2 - 10\,x + y^2 - 8\, y + z^2 - 12\, z + 63 = 0[/tex])

Step-by-step explanation:

Apply the Pythagorean Theorem to find the distance between these two endpoints:

[tex]\begin{aligned}&\text{Distance}\cr &= \sqrt{\left(x_2 - x_1\right)^2 + \left(y_2 - y_1\right)^2 + \left(z_2 - z_1\right)^2} \cr &= \sqrt{(6 - 4)^2 + (6 - 2)^2 + ((-3) - (-9))^2 \cr &= \sqrt{56}}\end{aligned}[/tex].

Since the two endpoints form a diameter of the sphere, the distance between them would be equal to the diameter of the sphere. The radius of a sphere is one-half of its diameter. In this case, that would be equal to:

[tex]\begin{aligned} r &= \frac{1}{2} \, \sqrt{56} \cr &= \sqrt{\left(\frac{1}{2}\right)^2 \times 56} \cr &= \sqrt{\frac{1}{4} \times 56} \cr &= \sqrt{14} \end{aligned}[/tex].

In a sphere, the midpoint of every diameter would be the center of the sphere. Each component of the midpoint of a segment (such as the diameter in this question) is equal to the arithmetic mean of that component of the two endpoints. In other words, the midpoint of a segment between [tex]\left(x_1, \, y_1, \, z_1\right)[/tex] and [tex]\left(x_2, \, y_2, \, z_2\right)[/tex] would be:

[tex]\displaystyle \left(\frac{x_1 + x_2}{2},\, \frac{y_1 + y_2}{2}, \, \frac{z_1 + z_2}{2}\right)[/tex].

In this case, the midpoint of the diameter, which is the same as the center of the sphere, would be at:

[tex]\begin{aligned}&\left(\frac{x_1 + x_2}{2},\, \frac{y_1 + y_2}{2}, \, \frac{z_1 + z_2}{2}\right) \cr &= \left(\frac{4 + 6}{2},\, \frac{2 + 6}{2}, \, \frac{(-9) + (-3)}{2}\right) \cr &= (5,\, 4\, -6)\end{aligned}[/tex].

The equation for a sphere of radius [tex]r[/tex] and center [tex]\left(x_0,\, y_0,\, z_0\right)[/tex] would be:

[tex]\left(x - x_0\right)^2 + \left(y - y_0\right)^2 + \left(z - z_0\right)^2 = r^2[/tex].

In this case, the equation would be:

[tex]\left(x - 5\right)^2 + \left(y - 4\right)^2 + \left(z - (-6)\right)^2 = \left(\sqrt{56}\right)^2[/tex].

Simplify to obtain:

[tex]\left(x - 5\right)^2 + \left(y - 4\right)^2 + \left(z + 6\right)^2 = 56[/tex].

Expand the squares and simplify to obtain:

[tex]x^2 - 10\,x + y^2 - 8\, y + z^2 - 12\, z + 63 = 0[/tex].