
Luis A.
asked 07/12/20Use the following information to find the distance between Point A and Point B.
Use the following information to find the distance between Point A and Point B.
Point A is the center of the sphere x2 + 4x + y2 + z2 − 2z = 0.
Point B lies in the middle of the line segment connecting the points P0(1, 3, 1) and P1(−3, 5, 1).
1 Expert Answer
The general equation of a sphere is:
(x - a)² + (y - b)² + (z - c)² = r²
(a, b, c) represents the center of the sphere, r represents the radius, and x, y, and z are the coordinates of the points on the surface of the sphere.
x2 + 4x + y2 + z2 − 2z = 0
Group all the x’s, y’s and z’s. You’ll have:
(x2 + 4x + __) + y2 + (z2 − 2z + __) = 0 + __ + __
This time we’ll do the completing the square by providing constants on the blanks. If your quadratic polynomial is like this: x2 + bx + c, to make it perfect square:
c = (b/2)2
For x2 + 4x + __, b=4. Therefore c = (4/2)2 = 4.
For z2 − 2z + __, b=-2. Therefore c = (-2/2)2 = 1.
For y2 is already a perfect square so y2 = (y- 0)2. Since you are adding 4 and 1 on one side of the equation, do same thing on the other.
(x2 + 4x + 4) + (y- 0)2 + (z2 − 2z + 1) = 0 + _4_ + _1_
( x + 2)2 + (y- 0)2 + (z - 1)2 = 5.
Therefore, the center is (-2,0,1) and the radius is √5
To get the midpoint M(x, y, z) of P0(1, 3, 1) and P1(−3, 5, 1), we can use the following formula:
(x,y,z) = ( x1+x2 , y1+y2 , z1+z2 )
2 2 2
(x,y,z) = ( 1-3 , 3+5 , 1+1 )
2 2 2
(x,y,z) = (-1,4,1)
So the distance between the center of the sphere (-2,0,1) and the midpoint of the line (-1,4,1) can be obtain using this distance formula:
_______________________
D = √(x - x0)2 + (y - y0)2 + (z - z0)2
_______________________
D = √(-2-(-1))2 + (0 - 4)2 + (1 - 1)2
D= √17
Still looking for help? Get the right answer, fast.
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.
Joel L.
07/12/20