Question
Question: Find the value of x such that \[PQ=QR\] where the coordinates of \[P,Q\] and \[R\] are \[\left( 6,-1...
Find the value of x such that PQ=QR where the coordinates of P,Q and R are \left( 6,-1 \right)$$$$\left( 1,3 \right) and (x,8) respectively.
Solution
Hint: To solve this type of problem first we have to know the distance formula between two points. Then applying the distance formula and equating both as given in the question and solving gives the value of x.
Complete step-by-step answer:
Given PQ=QR
The points given are P=(6,−1),Q=(1,3),R=(x,8).
If the two points considered are A(x1,y1)and B(x2,y2)then the distance between two points is given by AB=(x2−x1)2+(y2−y1)2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (1)
In the question it was given that PQ=QR, Now writing the distance between PQ and QR.
PQ=(1−6)2+(3−(−1))2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (a)
QR=(x−1)2+(8−3)2 . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . (b)
Now equating both (a) and (b) we get,
(1−6)2+(3−(−1))2=(x−1)2+(8−3)2
Squaring on both sides we get,
(1−6)2+(3−(−1))2=(x−1)2+(8−3)2
25+16=x2−2x+1+25
x2−2x=41−26
x2−2x=15
x2−2x−15=0
We have got quadratic equation we have to find the roots,
x2−2x−15=0
x2−5x+3x−15=0
x(x−5)+3(x−5)=0
(x−5)(x+3)=0
x=5,−3
The values of x are x=5,−3.
Note: This is a direct problem, with knowing the formula of distance between two points we can solve this. The distance between any two points cannot be negative. If we get a negative value also we have to apply modulus. Take care while doing calculations.