Question
Question: The points equidistant from the point \(O\left( {0,0,0} \right),A\left( {a,0,0} \right),B\left( {0,b...
The points equidistant from the point O(0,0,0),A(a,0,0),B(0,b,0) and C(0,0,c) has the coordinates.
- (a,b,c)
- (2a,2b,2c)
- (3a,3b,3c)
- (4a,4b,4c)
Solution
Hint: First of all we will let a point P(x,y,z) and then find the distance from it to each of the given points using the distance formula, (x1−x2)2+(y1−y2)2+(z1−z2)2. Since, each point is equidistant from the point P(x,y,z). Equate the distance PO to PA and calculate the value of x.
Similarly, we will equate PO to PB and calculate the value of y and PO to PC and calculate the value of z. Also, we will write the final answer in coordinate form.
Complete step by step answer:
In this type of questions, where we have to find a point, we first let that point.
So, let P(x,y,z) be a point such that the point is equidistant from the point O(0,0,0),A(a,0,0),B(0,b,0) and C(0,0,c).
Next, let us find the distances of all the points from P using the formula, (x1−x2)2+(y1−y2)2+(z1−z2)2.
We begin by finding the distance PO where coordinates of P are (x,y,z) and coordinates of O are (0,0,0).
PO=(x−0)2+(y−0)2+(z−0)2 PO=x2+y2+z2
Similarly, find the distance PA where coordinates of Pare (x,y,z) and coordinates of A are (a,0,0).
PA=(a−x)2+(0−y)2+(0−z)2 PA=(a−x)2+y2+z2
Next, find the distance PB where coordinates of Pare (x,y,z) and coordinates of B are (0,b,0).
PB=(0−x)2+(b−y)2+(0−z)2 PB=x2+(b−y)2+z2
And lastly, find the distance PC where coordinates of Pare (x,y,z) and coordinates of C are (0,0,c).
PC=(0−x)2+(0−y)2+(c−z)2 PC=x2+y2+(c−z)2
Since, each point is equidistant, let PO=PA
x2+y2+z2=(a−x)2+y2+z2
Squaring both sides, we get,
x2+y2+z2=(a−x)2+y2+z2
Terms y2 and z2 gets cancelled and we get,
x2=(a−x)2 x=±(a−x)
If we take, (a−x), then,
x=a−x 2x=a x=2a
If we take, (a−x), then,
x=−a+x \-a=0
This does not give us the value of x.
Similarly, let PO=PB
x2+y2+z2=x2+(b−y)2+z2
Squaring both sides, we get,
x2+y2+z2=x2+(b−y)2+z2
Terms x2 and z2 gets cancelled and we get,
y2=(b−y)2 y=±(b−y)
If y=b−y, then, we get,
y=b−y 2y=b y=2b
If we take y=−(b−y), then,
y=−(b−y) y=−b+y b=0
This case does not give any value of y.
Also, PO=PC
x2+y2+z2=x2+y2+(z−c)2
Squaring both sides, we get,
x2+y2+z2=x2+y2+(z−c)2
Terms y2 and x2 gets cancelled and we get,
z2=(c−z)2 z=±(c−z)
If we take z=(c−z), then we get,
z=c−z 2z=c z=2c
If we take z=−(c−z), then we get,
z=−(c−z) z=−c+z c=0
This case will not give the value of z.
Write the answer in coordinates form.
Therefore, point P(x,y,z) is (2a,2b,2c).
Hence, option B is the correct option.
Note: It is important to square both sides, after equating the distances to avoid mistakes in calculation. Also, while solving the variables, there are two answers possible when square-root is done. Take the condition that holds true, that if we take x=−(a−x), then we will get, x=−a+x⇒a=0, which is incorrect.