Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
how do i find the center of this sphere?
how do i find the center and radius of a sphere with the equation
x^2+y^2+z^2+9x-9y+3z=19
2 Answers
- ?Lv 41 decade agoFavorite Answer
x^2+y^2+z^2+9x-9y+3z=19
first combine terms
(x^2 + 9x) + (y^2 - 9y) + (z^2 + 3z) = 19
complete the square for x,y and z which is (b/2a)^2 to get b^2 +-2ab +- b^2 = (a +- b)^2
x: 9/2, 81/4
y:9/2, 81/4
z:3/2, 9/4
Now we have the constants to complete the squares so we add them to x,y and z terms and also the other side of the equaton and we get
(x^2 + 9x + 81/4) + (y^2 - 9y - 81/4) + (z^2 + 3z + 9/4) = 19 + 81/4 - 81/4 + 9/4
Now factor and we get
(x + 9/2)^2 + (y - 9/2)^2 + (z - 3/2)^2 = 20 1/4 = 81/4
center is at (- 9/2,9/2,3/2)
Radius is sqrt(81/4) = 9/2
- 1 decade ago
x^2 + 9x + (9/2)^2 + y^2 - 9y + (-9/2)^2 + z^2 + 3z + (3/2)^2 = 19 + (9/2)^2 + (-9/2)^2 + (3/2)^2
(x + 9/2)^2 + (y - 9/2)^2 + (z + 3/2)^2 = 19 + 81/4 + 81/4 + 9/4
The center is at: (-9/2 , 9/2 , -3/2)