Question
Question: If P(1, 0), Q(– 1, 0) and R(2, 0) are three given points. The point S satisfies the relation \[S{{Q}...
If P(1, 0), Q(– 1, 0) and R(2, 0) are three given points. The point S satisfies the relation SQ2+SR2=2SP2. The locus of S meets PQ at the point
(a)(0,0)
(b)(32,0)
(c)(−23,0)
(d)(0,−32)
Solution
First, let the coordinate of S be (x, y). Now it is given that the point S satisfies SQ2+SR2=2SP2, so we will find the distance SQ, SR, SP using the distance formula, i.e (x2−x1)2+(y2−y1)2. Then, we will substitute in this equation to find the equation of the locus. Once we have the equation of the locus S, we will find the point where it touches PQ.
Complete step-by-step answer :
Let the point S have coordinates as (x, y). First of all, we will find the locus of S and then find the point. Now as the first step, we will find the distance between each set of points as below,
SQ = Distance between S and Q
We know that the distance formula is given by (x2−x1)2+(y2−y1)2.
Here we have S(x, y) and Q(– 1, 0). Therefore we get,
SQ=(x−(−1))2+(y−0)2
⇒SQ=(x+1)2+y2
By squaring both the sides, we get,
⇒SQ2=(x+1)2+y2
Now, SR is the distance between S and R. Here we have S(x, y) and R(2, 0). Therefore, applying the distance formula again, we get,
SR=(x−2)2+(y−0)2
⇒SR=(x−2)2+y2
By squaring both the sides, we get,
⇒SR2=(x−2)2+y2
Now, SP is the distance between S and P. Here we have S(x, y) and P(1, 0). Therefore, applying the distance formula again, we get,
SP=(x−1)2+(y−0)2
⇒SP=(x−1)2+y2
By squaring both the sides, we get,
⇒SP2=(x−1)2+y2
Now using this value of SP2,SQ2,SR2 in SQ2+SR2=2SP2, we get,
(x+1)2+y2+(x−2)2+y2=2(x−1)2+2y2
By simplifying the above terms, we get,
⇒(x+1)2+(x−2)2+2y2=2(x−1)2+2y2
Cancelling out 2y2, we get,
⇒(x+1)2+(x−2)2=2(x−1)2
Solving the above equation further, we get,
⇒x2+1+2x+x2+4−4x=2x2+2−4x
Cancelling out the similar terms, we get,
⇒2x+3=0
Solving further, we get,
⇒2x=−3
Dividing both the sides by 2, we get,
x=2−3
So, the locus of S is a line x=2−3 parallel to the y-axis. Now PQ is a line joining P (1, 0) and Q (– 1, 0) while the locus of S is the line x=2−3.
So, locus of S joining PQ at the point (2−3,0).
Therefore, the correct option is (c).
Note :While solving for distance, students have to be very clear that the distance between S(x, y) and Q(– 1, 0) is not SQ=(x−1)2+(y−0)2 it is SQ=(x−(−1))2+(y−0)2. Similarly, while opening the brackets be very cautious, i.e. (a+b)2=a2+b2 it is (a+b)2=a2+2ab+b2.